MCPcopy Create free account

hub / github.com/GmpABR/NexusFlow / functions

Functions569 in github.com/GmpABR/NexusFlow

↓ 1 callersMethodReopenBoardAsync
(int boardId, int requesterId)
backend/Services/BoardService.cs:585
↓ 1 callersMethodRespondToInvitationAsync
(int boardId, int userId, bool accept)
backend/Services/BoardService.cs:475
↓ 1 callersMethodSetTaskLabelsAsync
(int taskId, List<int> labelIds, int userId)
backend/Services/TaskService.cs:885
↓ 1 callersMethodStartTimerAsync
Time Tracking Methods
backend/Services/TaskService.cs:614
↓ 1 callersMethodStopTimerAsync
(int taskId, int userId, DateTime? stoppedAt = null)
backend/Services/TaskService.cs:640
↓ 1 callersMethodToggleReactionAsync
(int activityId, string emoji, int userId)
backend/Services/TaskService.cs:550
↓ 1 callersMethodUpdateActivityAsync
(int activityId, string text, int userId)
backend/Services/TaskService.cs:485
↓ 1 callersMethodUpdateBoardAsync
(int boardId, UpdateBoardDto dto, int requesterId)
backend/Services/BoardService.cs:537
↓ 1 callersMethodUpdateColumnAsync
(int boardId, int columnId, UpdateColumnDto dto, int userId)
backend/Services/BoardService.cs:746
↓ 1 callersMethodUpdateSubtaskAsync
(int subtaskId, UpdateSubtaskDto dto, int userId)
backend/Services/TaskService.cs:252
↓ 1 callersMethodUserConnected
<summary> Called when a user connects. Returns true if this is their first connection. </summary>
backend/Services/PresenceTracker.cs:14
↓ 1 callersMethodUserDisconnected
<summary> Called when a user disconnects. Returns true if they have no more active connections. </summary>
backend/Services/PresenceTracker.cs:41
↓ 1 callersFunctionaddComment
(taskId: number, text: string)
frontend/src/api/tasks.ts:80
↓ 1 callersFunctionaddWorkspaceMember
(workspaceId: number, username: string, role: string = 'Member')
frontend/src/api/workspaces.ts:63
↓ 1 callersFunctionconfirmRemoveMember
(userId: number)
frontend/src/pages/WorkspaceDetailsPage.tsx:164
↓ 1 callersFunctioncreateAutomation
(boardId: number, data: CreateAutomationDto)
frontend/src/api/automations.ts:30
↓ 1 callersFunctioncreateBoardInvite
(boardId: number, role: string)
frontend/src/api/boards.ts:134
↓ 1 callersFunctioncreateLabel
(boardId: number, dto: CreateLabelDto)
frontend/src/api/labels.ts:25
↓ 1 callersFunctioncreateWorkspaceInvite
(workspaceId: number, role: string, expiresInDays?: number)
frontend/src/api/workspaces.ts:94
↓ 1 callersFunctiondeleteAttachment
(taskId: number, attachmentId: number)
frontend/src/api/tasks.ts:117
↓ 1 callersFunctiondeleteAutomation
(automationId: number)
frontend/src/api/automations.ts:38
↓ 1 callersFunctiondeleteColumn
(boardId: number, columnId: number)
frontend/src/api/boards.ts:164
↓ 1 callersFunctiondeleteComment
(activityId: number)
frontend/src/api/tasks.ts:85
↓ 1 callersFunctiondeleteSubtask
(subtaskId: number)
frontend/src/api/tasks.ts:52
↓ 1 callersFunctiondeleteTask
(taskId: number)
frontend/src/api/tasks.ts:32
↓ 1 callersFunctiondeleteWorkspace
(workspaceId: number)
frontend/src/api/workspaces.ts:72
↓ 1 callersFunctionenhanceText
(text: string, mode: AIMode = 'enhance', customInstruction?: string)
frontend/src/api/ai.ts:130
↓ 1 callersFunctionfetchAllBoards
()
frontend/src/pages/BoardPage.tsx:747
↓ 1 callersFunctionfetchAnalytics
()
frontend/src/components/BoardAnalyticsModal.tsx:24
↓ 1 callersFunctionfetchInvite
()
frontend/src/pages/JoinBoardPage.tsx:31
↓ 1 callersFunctionfetchInvite
()
frontend/src/pages/JoinWorkspacePage.tsx:35
↓ 1 callersFunctionfetchNotifications
()
frontend/src/components/NotificationDrawer.tsx:19
↓ 1 callersFunctiongenerateBoardStructure
(projectIdea: string, projectType: string = 'Kanban')
frontend/src/api/ai.ts:169
↓ 1 callersFunctiongenerateErDiagram
(context: string, diagramType: string = 'Entity-Relationship (ER)')
frontend/src/api/ai.ts:235
↓ 1 callersFunctiongenerateSubtasks
(description: string)
frontend/src/api/ai.ts:150
↓ 1 callersFunctiongenerateTasksForColumn
(columnName: string, existingTasks: string[] = [], projectContext: string = "", extraInstruction: string = "")
frontend/src/api/ai.ts:204
↓ 1 callersFunctiongetAutomations
(boardId: number)
frontend/src/api/automations.ts:22
↓ 1 callersFunctiongetBoardAnalytics
(boardId: number)
frontend/src/api/analytics.ts:40
↓ 1 callersFunctiongetBoardInvite
(token: string)
frontend/src/api/boards.ts:141
↓ 1 callersFunctiongetColor
(type: string)
frontend/src/components/NotificationDrawer.tsx:62
↓ 1 callersFunctiongetColumnName
(colId: string)
frontend/src/components/BoardAutomationsModal.tsx:122
↓ 1 callersFunctiongetDueDateStatus
(dueDate: string | null | undefined)
frontend/src/components/TaskCard.tsx:12
↓ 1 callersFunctiongetGreeting
()
frontend/src/pages/BoardsPage.tsx:145
↓ 1 callersFunctiongetGroupedReactions
(reactions?: Reaction[])
frontend/src/components/ActivityLog.tsx:118
↓ 1 callersFunctiongetIcon
(type: string)
frontend/src/components/NotificationDrawer.tsx:54
↓ 1 callersFunctiongetInitials
(name: string)
frontend/src/components/AppNavbar.tsx:23
↓ 1 callersFunctiongetInitials
(name: string)
frontend/src/pages/ProfilePage.tsx:19
↓ 1 callersFunctiongetMemberName
(userId: string)
frontend/src/components/BoardAutomationsModal.tsx:123
↓ 1 callersFunctiongetOnlineUserIds
()
frontend/src/api/users.ts:70
↓ 1 callersFunctiongetPriorityColor
(priority: string | undefined)
frontend/src/components/TaskDetailModal.tsx:1519
↓ 1 callersFunctiongetPriorityColor
(priority: string)
frontend/src/pages/MyTasksPage.tsx:13
↓ 1 callersFunctiongetTaskActivities
(taskId: number)
frontend/src/api/tasks.ts:75
↓ 1 callersFunctiongetWorkspace
(id: number)
frontend/src/api/workspaces.ts:58
↓ 1 callersFunctiongetWorkspaceAnalytics
(workspaceId: number)
frontend/src/api/analytics.ts:45
↓ 1 callersFunctiongetWorkspaceBoards
(id: number)
frontend/src/api/workspaces.ts:53
↓ 1 callersFunctiongetWorkspaceInvite
(token: string)
frontend/src/api/workspaces.ts:99
↓ 1 callersFunctionhandleAdd
()
frontend/src/components/BoardColumn.tsx:84
↓ 1 callersFunctionhandleAddComment
()
frontend/src/components/TaskDetailModal.tsx:122
↓ 1 callersFunctionhandleAddList
()
frontend/src/pages/BoardPage.tsx:489
↓ 1 callersFunctionhandleAddSubtask
()
frontend/src/components/TaskDetailModal.tsx:236
↓ 1 callersFunctionhandleCreate
()
frontend/src/pages/BoardsPage.tsx:272
↓ 1 callersFunctionhandleDelete
(id: number)
frontend/src/components/BoardAutomationsModal.tsx:100
↓ 1 callersFunctionhandleDelete
(id: number)
frontend/src/components/ActivityLog.tsx:38
↓ 1 callersFunctionhandleDeleteSubtask
(subtaskId: number)
frontend/src/components/TaskDetailModal.tsx:449
↓ 1 callersFunctionhandleExportToPDF
(attachment: Attachment | null = null, currentPuml: string | null = null)
frontend/src/components/TaskDetailModal.tsx:345
↓ 1 callersFunctionhandleGenerateBoard
()
frontend/src/pages/BoardsPage.tsx:380
↓ 1 callersFunctionhandleGenerateTasks
()
frontend/src/components/BoardColumn.tsx:91
↓ 1 callersFunctionhandleInvite
()
frontend/src/pages/BoardPage.tsx:704
↓ 1 callersFunctionhandleRemoveMember
(userId: number)
frontend/src/pages/BoardPage.tsx:736
↓ 1 callersFunctionhandleRename
()
frontend/src/components/BoardColumn.tsx:136
↓ 1 callersFunctionhandleReopenBoard
(boardId: number)
frontend/src/pages/BoardsPage.tsx:337
↓ 1 callersFunctionhandleResultClick
(r: SearchResult)
frontend/src/components/AppNavbar.tsx:223
↓ 1 callersFunctionhandleSave
()
frontend/src/pages/ProfilePage.tsx:46
↓ 1 callersFunctionhandleSaveEdit
()
frontend/src/components/ActivityLog.tsx:94
↓ 1 callersFunctionhandleSearch
(query: string)
frontend/src/pages/WorkspaceDetailsPage.tsx:95
↓ 1 callersFunctionhandleSearch
(query: string)
frontend/src/pages/BoardPage.tsx:272
↓ 1 callersFunctionhandleStartEdit
(activity: TaskActivity)
frontend/src/components/ActivityLog.tsx:89
↓ 1 callersFunctionhandleTaskMoveInternal
(task: TaskCardType)
frontend/src/pages/BoardPage.tsx:217
↓ 1 callersFunctionhandleTitleUpdate
()
frontend/src/pages/BoardPage.tsx:764
↓ 1 callersFunctionhandleToggleSubtask
(subtaskId: number, checked: boolean)
frontend/src/components/TaskDetailModal.tsx:430
↓ 1 callersFunctionhandleUpdateTheme
(boardId: number, color: ThemeColor)
frontend/src/pages/WorkspaceDetailsPage.tsx:210
↓ 1 callersFunctionhandleValidateKey
(key: string)
frontend/src/pages/ProfilePage.tsx:173
↓ 1 callersFunctionhasTasksOnDate
(date: Date)
frontend/src/components/BoardCalendarView.tsx:27
↓ 1 callersFunctioninviteMember
(boardId: number, username: string, role: string = 'Member')
frontend/src/api/boards.ts:125
↓ 1 callersFunctionjoinBoard
(token: string)
frontend/src/api/boards.ts:146
↓ 1 callersFunctionjoinWorkspaceByToken
(token: string)
frontend/src/api/workspaces.ts:104
↓ 1 callersFunctionloadAutomations
()
frontend/src/components/BoardAutomationsModal.tsx:55
↓ 1 callersFunctionloginUser
(username: string, password: string)
frontend/src/api/auth.ts:15
↓ 1 callersFunctionmarkAllAsRead
()
frontend/src/api/notifications.ts:21
↓ 1 callersFunctionmarkAsRead
(id: number)
frontend/src/api/notifications.ts:17
↓ 1 callersFunctionmoveColumn
(boardId: number, columnId: number, newOrder: number)
frontend/src/api/boards.ts:160
↓ 1 callersFunctionmoveTask
(taskId: number, targetColumnId: number, newOrder: number)
frontend/src/api/tasks.ts:9
↓ 1 callersFunctionregisterUser
(username: string, email: string, password: string)
frontend/src/api/auth.ts:10
↓ 1 callersFunctionremoveTaskAttachment
(storagePath: string)
frontend/src/api/storage.ts:34
↓ 1 callersFunctionrespondToInvitation
(boardId: number, accept: boolean)
frontend/src/api/boards.ts:121
↓ 1 callersFunctionrespondToWorkspaceInvitation
(workspaceId: number, accept: boolean)
frontend/src/api/workspaces.ts:90
↓ 1 callersFunctionsaveUsername
()
frontend/src/pages/ProfilePage.tsx:282
↓ 1 callersFunctionscrollToTop
()
frontend/src/components/ActivityLog.tsx:136
↓ 1 callersFunctionstartTimer
(taskCardId: number)
frontend/src/api/timelogs.ts:13
↓ 1 callersFunctionstopTimer
(taskCardId: number, stoppedAt?: string)
frontend/src/api/timelogs.ts:18
← previousnext →101–200 of 569, ranked by callers