MCPcopy Create free account

hub / github.com/GmpABR/NexusFlow / functions

Functions569 in github.com/GmpABR/NexusFlow

↓ 15 callersMethodGetTaskByIdAsync
(int taskId, int userId)
backend/Services/TaskService.cs:301
↓ 12 callersFunctionfetchData
()
frontend/src/pages/BoardsPage.tsx:222
↓ 12 callersFunctionsave
(updates: Parameters<typeof updateProfile>[0])
frontend/src/pages/ProfilePage.tsx:231
↓ 7 callersFunctionfetchActivities
(taskId: number)
frontend/src/components/TaskDetailModal.tsx:111
↓ 6 callersFunctiongetApiKey
()
frontend/src/api/ai.ts:8
↓ 6 callersFunctionhandleAIEnchant
(mode: AIMode = 'enhance', customInstruction?: string)
frontend/src/components/RichText.tsx:74
↓ 6 callersFunctionisOverdue
(dueDate: string | null)
frontend/src/pages/MyTasksPage.tsx:22
↓ 5 callersMethodCreateNotificationAsync
(int userId, string message, string type, int? relatedId = null)
backend/Services/NotificationService.cs:40
↓ 5 callersFunctioncallOpenRouter
(prompt: string, isJson: boolean = false, useFallback: boolean = false)
frontend/src/api/ai.ts:83
↓ 5 callersFunctionfetchWorkspace
(workspaceId: number)
frontend/src/pages/WorkspaceDetailsPage.tsx:190
↓ 4 callersMethodGetBoardDetailAsync
(int boardId, int userId)
backend/Services/BoardService.cs:140
↓ 4 callersMethodRegisterAsync
(RegisterDto dto)
backend/Services/AuthService.cs:23
↓ 4 callersFunctionisActive
(path: string)
frontend/src/components/AppNavbar.tsx:230
↓ 4 callersFunctionuseSignalR
(boardId: number | null, callbacks: { onTaskCreated?: (task: TaskCard) => void; onTaskMoved?: (task: T
frontend/src/hooks/useSignalR.ts:10
↓ 3 callersMethodLoginAsync
(LoginDto dto)
backend/Services/AuthService.cs:54
↓ 3 callersFunctioncanEdit
(activity: TaskActivity)
frontend/src/components/ActivityLog.tsx:34
↓ 3 callersFunctioncloseBoard
(boardId: number)
frontend/src/api/boards.ts:173
↓ 3 callersFunctioncreateColumn
(boardId: number, name: string)
frontend/src/api/boards.ts:155
↓ 3 callersFunctiondeleteBoard
(boardId: number)
frontend/src/api/boards.ts:181
↓ 3 callersFunctiongetBoards
()
frontend/src/api/boards.ts:96
↓ 3 callersFunctiongetNotifications
()
frontend/src/api/notifications.ts:12
↓ 3 callersFunctiongetPendingInvitations
()
frontend/src/api/boards.ts:101
↓ 3 callersFunctiongetWorkspaceInvitations
()
frontend/src/api/workspaces.ts:85
↓ 3 callersFunctionhandleDownloadDiagram
(format: 'png' | 'svg' | 'puml')
frontend/src/components/TaskDetailModal.tsx:303
↓ 3 callersFunctionhandlePreviewMarkdown
(att: Attachment)
frontend/src/components/TaskDetailModal.tsx:508
↓ 2 callersMethodAcceptBoardInviteAsync
(string token, int userId)
backend/Services/BoardService.cs:837
↓ 2 callersMethodAddAttachmentAsync
(int taskId, CreateAttachmentDto dto, int userId)
backend/Services/TaskService.cs:927
↓ 2 callersMethodCreateAutomationAsync
(int boardId, CreateAutomationDto dto, int userId)
backend/Services/IAutomationService.cs:12
↓ 2 callersMethodCreateSubtaskAsync
Subtask Methods
backend/Services/TaskService.cs:232
↓ 2 callersMethodDeleteAutomationAsync
(int automationId, int userId)
backend/Services/IAutomationService.cs:13
↓ 2 callersMethodGetActivityByIdAsync
(int activityId)
backend/Services/TaskService.cs:980
↓ 2 callersMethodGetBoardMembersAsync
(int boardId, int userId)
backend/Services/BoardService.cs:372
↓ 2 callersMethodGetOnlineUsers
<summary> Returns an enumerable of all currently online user IDs. </summary>
backend/Services/PresenceTracker.cs:70
↓ 2 callersMethodGetTaskActivitiesAsync
(int taskId, int userId)
backend/Services/TaskService.cs:353
↓ 2 callersMethodInviteMemberAsync
(int boardId, string username, string role, int inviterId)
backend/Services/BoardService.cs:400
↓ 2 callersMethodSearchUsers
── GET /api/users/search?query=... ──────────────────────────────────
backend/Controllers/UsersController.cs:31
↓ 2 callersMethodUpdateTaskAsync
(int taskId, UpdateTaskDto dto, int userId)
backend/Services/TaskService.cs:75
↓ 2 callersFunctioncalculateProgress
(subtasks: Subtask[])
frontend/src/components/TaskDetailModal.tsx:173
↓ 2 callersFunctioncanDelete
(activity: TaskActivity)
frontend/src/components/ActivityLog.tsx:28
↓ 2 callersFunctioncreateBoard
(name: string, workspaceId: number, themeColor?: string, skipDefaultColumns: boolean = false)
frontend/src/api/boards.ts:106
↓ 2 callersFunctioncreateSubtask
(taskId: number, title: string)
frontend/src/api/tasks.ts:42
↓ 2 callersFunctioncreateTask
(title: string, columnId: number, description?: string, priority: string = 'Low')
frontend/src/api/tasks.ts:4
↓ 2 callersFunctioncreateWorkspace
(data: CreateWorkspaceDto)
frontend/src/api/workspaces.ts:48
↓ 2 callersFunctionextractJSON
(text: string)
frontend/src/api/ai.ts:62
↓ 2 callersFunctiongetBoardDetail
(id: number)
frontend/src/api/boards.ts:111
↓ 2 callersFunctiongetLabelName
(labelId: string)
frontend/src/components/BoardAutomationsModal.tsx:124
↓ 2 callersFunctiongetMe
()
frontend/src/api/users.ts:48
↓ 2 callersFunctiongetMyTasks
()
frontend/src/api/users.ts:75
↓ 2 callersFunctiongetMyWorkspaces
()
frontend/src/api/workspaces.ts:43
↓ 2 callersFunctionhandleDeleteAttachment
(att: Attachment)
frontend/src/components/TaskDetailModal.tsx:492
↓ 2 callersFunctionhandleMarkAsRead
(id: number)
frontend/src/components/NotificationDrawer.tsx:36
↓ 2 callersFunctionhandleReaction
(id: number, emoji: string)
frontend/src/components/ActivityLog.tsx:48
↓ 2 callersFunctionhandleRespondToInvitation
(boardId: number, accept: boolean)
frontend/src/pages/BoardsPage.tsx:362
↓ 2 callersFunctionhandleRespondToWorkspaceInvitation
(workspaceId: number, accept: boolean)
frontend/src/pages/BoardsPage.tsx:347
↓ 2 callersFunctionhandleRoleChange
(userId: number, newRole: string)
frontend/src/pages/WorkspaceDetailsPage.tsx:115
↓ 2 callersFunctionhandleSelectMember
(username: string)
frontend/src/components/TaskDetailModal.tsx:583
↓ 2 callersFunctionhandleTaskUpdated
(updatedTask: TaskCardType)
frontend/src/pages/BoardPage.tsx:451
↓ 2 callersFunctionisWorkspaceAdmin
(workspaceId: number)
frontend/src/pages/BoardsPage.tsx:212
↓ 2 callersFunctionloadWorkspaces
()
frontend/src/pages/WorkspaceDashboard.tsx:42
↓ 2 callersFunctionregisterAttachment
(taskId: number, payload: CreateAttachmentPayload)
frontend/src/api/tasks.ts:112
↓ 2 callersFunctionremoveMember
(boardId: number, userId: number)
frontend/src/api/boards.ts:130
↓ 2 callersFunctionremoveWorkspaceMember
(workspaceId: number, userId: number)
frontend/src/api/workspaces.ts:68
↓ 2 callersFunctionreopenBoard
(boardId: number)
frontend/src/api/boards.ts:177
↓ 2 callersFunctionresetForm
()
frontend/src/components/BoardAutomationsModal.tsx:68
↓ 2 callersFunctionsearchUsers
(query: string)
frontend/src/api/users.ts:41
↓ 2 callersFunctionupdateBoard
(boardId: number, data: { name?: string; themeColor?: string; backgroundImageUrl?: string })
frontend/src/api/boards.ts:150
↓ 2 callersFunctionupdateTask
(taskId: number, dto: UpdateTaskDto)
frontend/src/api/tasks.ts:27
↓ 2 callersFunctionuploadTaskAttachment
( file: File, taskId: number )
frontend/src/api/storage.ts:14
↓ 2 callersFunctionusePresence
()
frontend/src/contexts/PresenceContext.tsx:49
↓ 1 callersMethodAddCommentAsync
(int taskId, string text, int userId)
backend/Services/TaskService.cs:437
↓ 1 callersMethodAddLabelToTaskAsync
Label Methods Implementation
backend/Services/TaskService.cs:854
↓ 1 callersMethodAddManualTimeLogAsync
(int taskId, int userId, AddManualTimeLogDto dto)
backend/Services/TaskService.cs:661
↓ 1 callersMethodCloseBoardAsync
(int boardId, int requesterId)
backend/Services/BoardService.cs:568
↓ 1 callersMethodCreateBoardAsync
(CreateBoardDto dto, int userId)
backend/Services/BoardService.cs:322
↓ 1 callersMethodCreateBoardInviteAsync
(int boardId, string role, int requesterId)
backend/Services/BoardService.cs:777
↓ 1 callersMethodCreateColumnAsync
(int boardId, CreateColumnDto dto, int userId)
backend/Services/BoardService.cs:634
↓ 1 callersMethodCreateTaskAsync
(CreateTaskDto dto, int userId)
backend/Services/TaskService.cs:19
↓ 1 callersMethodDeleteActivityAsync
(int activityId, int userId)
backend/Services/TaskService.cs:520
↓ 1 callersMethodDeleteAttachmentAsync
(int attachmentId, int userId)
backend/Services/TaskService.cs:965
↓ 1 callersMethodDeleteBoardAsync
(int boardId, int requesterId)
backend/Services/BoardService.cs:609
↓ 1 callersMethodDeleteColumnAsync
(int boardId, int columnId, int userId)
backend/Services/BoardService.cs:714
↓ 1 callersMethodDeleteSubtaskAsync
(int subtaskId, int userId)
backend/Services/TaskService.cs:285
↓ 1 callersMethodDeleteTaskAsync
(int taskId, int userId)
backend/Services/TaskService.cs:208
↓ 1 callersMethodDeleteTimeLogAsync
(int timeLogId, int userId)
backend/Services/TaskService.cs:686
↓ 1 callersMethodExecuteTaskMovedAutomationsAsync
Execute automations asynchronously given a task and a specific trigger logic. E.g., moving a task to a new column
backend/Services/IAutomationService.cs:16
↓ 1 callersMethodGetAttachmentsAsync
Attachment Methods
backend/Services/TaskService.cs:902
↓ 1 callersMethodGetAutomationsAsync
Execute automations asynchronously given a task and a specific trigger logic. E.g., moving a task to a new column Automation Management
backend/Services/IAutomationService.cs:11
↓ 1 callersMethodGetBoardInviteByTokenAsync
(string token)
backend/Services/BoardService.cs:819
↓ 1 callersMethodGetBoardsAsync
(int userId)
backend/Services/BoardService.cs:17
↓ 1 callersMethodGetPendingInvitationsAsync
(int userId)
backend/Services/BoardService.cs:89
↓ 1 callersMethodGetProfile
── GET /api/users/me ────────────────────────────────────────────────
backend/Controllers/UsersController.cs:53
↓ 1 callersMethodGetSubtaskByIdAsync
(int subtaskId)
backend/Services/TaskService.cs:280
↓ 1 callersMethodGetTaskTimeLogsAsync
(int taskId, int userId)
backend/Services/TaskService.cs:703
↓ 1 callersMethodGetUserNotificationsAsync
(int userId)
backend/Services/NotificationService.cs:21
↓ 1 callersMethodMarkAllAsReadAsync
(int userId)
backend/Services/NotificationService.cs:84
↓ 1 callersMethodMarkAsReadAsync
(int notificationId, int userId)
backend/Services/NotificationService.cs:72
↓ 1 callersMethodMoveColumnAsync
(int boardId, int columnId, int newOrder, int userId)
backend/Services/BoardService.cs:674
↓ 1 callersMethodMoveTaskAsync
(int taskId, MoveTaskDto dto, int userId)
backend/Services/TaskService.cs:156
↓ 1 callersMethodRemoveLabelFromTaskAsync
(int taskId, int labelId, int userId)
backend/Services/TaskService.cs:871
↓ 1 callersMethodRemoveMemberAsync
(int boardId, int userId, int requesterId)
backend/Services/BoardService.cs:508
next →1–100 of 569, ranked by callers