Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GmpABR/NexusFlow
/ functions
Functions
569 in github.com/GmpABR/NexusFlow
⨍
Functions
569
◇
Types & classes
204
↓ 1 callers
Method
ReopenBoardAsync
(int boardId, int requesterId)
backend/Services/BoardService.cs:585
↓ 1 callers
Method
RespondToInvitationAsync
(int boardId, int userId, bool accept)
backend/Services/BoardService.cs:475
↓ 1 callers
Method
SetTaskLabelsAsync
(int taskId, List<int> labelIds, int userId)
backend/Services/TaskService.cs:885
↓ 1 callers
Method
StartTimerAsync
Time Tracking Methods
backend/Services/TaskService.cs:614
↓ 1 callers
Method
StopTimerAsync
(int taskId, int userId, DateTime? stoppedAt = null)
backend/Services/TaskService.cs:640
↓ 1 callers
Method
ToggleReactionAsync
(int activityId, string emoji, int userId)
backend/Services/TaskService.cs:550
↓ 1 callers
Method
UpdateActivityAsync
(int activityId, string text, int userId)
backend/Services/TaskService.cs:485
↓ 1 callers
Method
UpdateBoardAsync
(int boardId, UpdateBoardDto dto, int requesterId)
backend/Services/BoardService.cs:537
↓ 1 callers
Method
UpdateColumnAsync
(int boardId, int columnId, UpdateColumnDto dto, int userId)
backend/Services/BoardService.cs:746
↓ 1 callers
Method
UpdateSubtaskAsync
(int subtaskId, UpdateSubtaskDto dto, int userId)
backend/Services/TaskService.cs:252
↓ 1 callers
Method
UserConnected
<summary> Called when a user connects. Returns true if this is their first connection. </summary>
backend/Services/PresenceTracker.cs:14
↓ 1 callers
Method
UserDisconnected
<summary> Called when a user disconnects. Returns true if they have no more active connections. </summary>
backend/Services/PresenceTracker.cs:41
↓ 1 callers
Function
addComment
(taskId: number, text: string)
frontend/src/api/tasks.ts:80
↓ 1 callers
Function
addWorkspaceMember
(workspaceId: number, username: string, role: string = 'Member')
frontend/src/api/workspaces.ts:63
↓ 1 callers
Function
confirmRemoveMember
(userId: number)
frontend/src/pages/WorkspaceDetailsPage.tsx:164
↓ 1 callers
Function
createAutomation
(boardId: number, data: CreateAutomationDto)
frontend/src/api/automations.ts:30
↓ 1 callers
Function
createBoardInvite
(boardId: number, role: string)
frontend/src/api/boards.ts:134
↓ 1 callers
Function
createLabel
(boardId: number, dto: CreateLabelDto)
frontend/src/api/labels.ts:25
↓ 1 callers
Function
createWorkspaceInvite
(workspaceId: number, role: string, expiresInDays?: number)
frontend/src/api/workspaces.ts:94
↓ 1 callers
Function
deleteAttachment
(taskId: number, attachmentId: number)
frontend/src/api/tasks.ts:117
↓ 1 callers
Function
deleteAutomation
(automationId: number)
frontend/src/api/automations.ts:38
↓ 1 callers
Function
deleteColumn
(boardId: number, columnId: number)
frontend/src/api/boards.ts:164
↓ 1 callers
Function
deleteComment
(activityId: number)
frontend/src/api/tasks.ts:85
↓ 1 callers
Function
deleteSubtask
(subtaskId: number)
frontend/src/api/tasks.ts:52
↓ 1 callers
Function
deleteTask
(taskId: number)
frontend/src/api/tasks.ts:32
↓ 1 callers
Function
deleteWorkspace
(workspaceId: number)
frontend/src/api/workspaces.ts:72
↓ 1 callers
Function
enhanceText
(text: string, mode: AIMode = 'enhance', customInstruction?: string)
frontend/src/api/ai.ts:130
↓ 1 callers
Function
fetchAllBoards
()
frontend/src/pages/BoardPage.tsx:747
↓ 1 callers
Function
fetchAnalytics
()
frontend/src/components/BoardAnalyticsModal.tsx:24
↓ 1 callers
Function
fetchInvite
()
frontend/src/pages/JoinBoardPage.tsx:31
↓ 1 callers
Function
fetchInvite
()
frontend/src/pages/JoinWorkspacePage.tsx:35
↓ 1 callers
Function
fetchNotifications
()
frontend/src/components/NotificationDrawer.tsx:19
↓ 1 callers
Function
generateBoardStructure
(projectIdea: string, projectType: string = 'Kanban')
frontend/src/api/ai.ts:169
↓ 1 callers
Function
generateErDiagram
(context: string, diagramType: string = 'Entity-Relationship (ER)')
frontend/src/api/ai.ts:235
↓ 1 callers
Function
generateSubtasks
(description: string)
frontend/src/api/ai.ts:150
↓ 1 callers
Function
generateTasksForColumn
(columnName: string, existingTasks: string[] = [], projectContext: string = "", extraInstruction: string = "")
frontend/src/api/ai.ts:204
↓ 1 callers
Function
getAutomations
(boardId: number)
frontend/src/api/automations.ts:22
↓ 1 callers
Function
getBoardAnalytics
(boardId: number)
frontend/src/api/analytics.ts:40
↓ 1 callers
Function
getBoardInvite
(token: string)
frontend/src/api/boards.ts:141
↓ 1 callers
Function
getColor
(type: string)
frontend/src/components/NotificationDrawer.tsx:62
↓ 1 callers
Function
getColumnName
(colId: string)
frontend/src/components/BoardAutomationsModal.tsx:122
↓ 1 callers
Function
getDueDateStatus
(dueDate: string | null | undefined)
frontend/src/components/TaskCard.tsx:12
↓ 1 callers
Function
getGreeting
()
frontend/src/pages/BoardsPage.tsx:145
↓ 1 callers
Function
getGroupedReactions
(reactions?: Reaction[])
frontend/src/components/ActivityLog.tsx:118
↓ 1 callers
Function
getIcon
(type: string)
frontend/src/components/NotificationDrawer.tsx:54
↓ 1 callers
Function
getInitials
(name: string)
frontend/src/components/AppNavbar.tsx:23
↓ 1 callers
Function
getInitials
(name: string)
frontend/src/pages/ProfilePage.tsx:19
↓ 1 callers
Function
getMemberName
(userId: string)
frontend/src/components/BoardAutomationsModal.tsx:123
↓ 1 callers
Function
getOnlineUserIds
()
frontend/src/api/users.ts:70
↓ 1 callers
Function
getPriorityColor
(priority: string | undefined)
frontend/src/components/TaskDetailModal.tsx:1519
↓ 1 callers
Function
getPriorityColor
(priority: string)
frontend/src/pages/MyTasksPage.tsx:13
↓ 1 callers
Function
getTaskActivities
(taskId: number)
frontend/src/api/tasks.ts:75
↓ 1 callers
Function
getWorkspace
(id: number)
frontend/src/api/workspaces.ts:58
↓ 1 callers
Function
getWorkspaceAnalytics
(workspaceId: number)
frontend/src/api/analytics.ts:45
↓ 1 callers
Function
getWorkspaceBoards
(id: number)
frontend/src/api/workspaces.ts:53
↓ 1 callers
Function
getWorkspaceInvite
(token: string)
frontend/src/api/workspaces.ts:99
↓ 1 callers
Function
handleAdd
()
frontend/src/components/BoardColumn.tsx:84
↓ 1 callers
Function
handleAddComment
()
frontend/src/components/TaskDetailModal.tsx:122
↓ 1 callers
Function
handleAddList
()
frontend/src/pages/BoardPage.tsx:489
↓ 1 callers
Function
handleAddSubtask
()
frontend/src/components/TaskDetailModal.tsx:236
↓ 1 callers
Function
handleCreate
()
frontend/src/pages/BoardsPage.tsx:272
↓ 1 callers
Function
handleDelete
(id: number)
frontend/src/components/BoardAutomationsModal.tsx:100
↓ 1 callers
Function
handleDelete
(id: number)
frontend/src/components/ActivityLog.tsx:38
↓ 1 callers
Function
handleDeleteSubtask
(subtaskId: number)
frontend/src/components/TaskDetailModal.tsx:449
↓ 1 callers
Function
handleExportToPDF
(attachment: Attachment | null = null, currentPuml: string | null = null)
frontend/src/components/TaskDetailModal.tsx:345
↓ 1 callers
Function
handleGenerateBoard
()
frontend/src/pages/BoardsPage.tsx:380
↓ 1 callers
Function
handleGenerateTasks
()
frontend/src/components/BoardColumn.tsx:91
↓ 1 callers
Function
handleInvite
()
frontend/src/pages/BoardPage.tsx:704
↓ 1 callers
Function
handleRemoveMember
(userId: number)
frontend/src/pages/BoardPage.tsx:736
↓ 1 callers
Function
handleRename
()
frontend/src/components/BoardColumn.tsx:136
↓ 1 callers
Function
handleReopenBoard
(boardId: number)
frontend/src/pages/BoardsPage.tsx:337
↓ 1 callers
Function
handleResultClick
(r: SearchResult)
frontend/src/components/AppNavbar.tsx:223
↓ 1 callers
Function
handleSave
()
frontend/src/pages/ProfilePage.tsx:46
↓ 1 callers
Function
handleSaveEdit
()
frontend/src/components/ActivityLog.tsx:94
↓ 1 callers
Function
handleSearch
(query: string)
frontend/src/pages/WorkspaceDetailsPage.tsx:95
↓ 1 callers
Function
handleSearch
(query: string)
frontend/src/pages/BoardPage.tsx:272
↓ 1 callers
Function
handleStartEdit
(activity: TaskActivity)
frontend/src/components/ActivityLog.tsx:89
↓ 1 callers
Function
handleTaskMoveInternal
(task: TaskCardType)
frontend/src/pages/BoardPage.tsx:217
↓ 1 callers
Function
handleTitleUpdate
()
frontend/src/pages/BoardPage.tsx:764
↓ 1 callers
Function
handleToggleSubtask
(subtaskId: number, checked: boolean)
frontend/src/components/TaskDetailModal.tsx:430
↓ 1 callers
Function
handleUpdateTheme
(boardId: number, color: ThemeColor)
frontend/src/pages/WorkspaceDetailsPage.tsx:210
↓ 1 callers
Function
handleValidateKey
(key: string)
frontend/src/pages/ProfilePage.tsx:173
↓ 1 callers
Function
hasTasksOnDate
(date: Date)
frontend/src/components/BoardCalendarView.tsx:27
↓ 1 callers
Function
inviteMember
(boardId: number, username: string, role: string = 'Member')
frontend/src/api/boards.ts:125
↓ 1 callers
Function
joinBoard
(token: string)
frontend/src/api/boards.ts:146
↓ 1 callers
Function
joinWorkspaceByToken
(token: string)
frontend/src/api/workspaces.ts:104
↓ 1 callers
Function
loadAutomations
()
frontend/src/components/BoardAutomationsModal.tsx:55
↓ 1 callers
Function
loginUser
(username: string, password: string)
frontend/src/api/auth.ts:15
↓ 1 callers
Function
markAllAsRead
()
frontend/src/api/notifications.ts:21
↓ 1 callers
Function
markAsRead
(id: number)
frontend/src/api/notifications.ts:17
↓ 1 callers
Function
moveColumn
(boardId: number, columnId: number, newOrder: number)
frontend/src/api/boards.ts:160
↓ 1 callers
Function
moveTask
(taskId: number, targetColumnId: number, newOrder: number)
frontend/src/api/tasks.ts:9
↓ 1 callers
Function
registerUser
(username: string, email: string, password: string)
frontend/src/api/auth.ts:10
↓ 1 callers
Function
removeTaskAttachment
(storagePath: string)
frontend/src/api/storage.ts:34
↓ 1 callers
Function
respondToInvitation
(boardId: number, accept: boolean)
frontend/src/api/boards.ts:121
↓ 1 callers
Function
respondToWorkspaceInvitation
(workspaceId: number, accept: boolean)
frontend/src/api/workspaces.ts:90
↓ 1 callers
Function
saveUsername
()
frontend/src/pages/ProfilePage.tsx:282
↓ 1 callers
Function
scrollToTop
()
frontend/src/components/ActivityLog.tsx:136
↓ 1 callers
Function
startTimer
(taskCardId: number)
frontend/src/api/timelogs.ts:13
↓ 1 callers
Function
stopTimer
(taskCardId: number, stoppedAt?: string)
frontend/src/api/timelogs.ts:18
← previous
next →
101–200 of 569, ranked by callers