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
Function
toggleReaction
(activityId: number, emoji: string)
frontend/src/api/tasks.ts:94
↓ 1 callers
Function
updateColumn
(boardId: number, columnId: number, name: string)
frontend/src/api/boards.ts:168
↓ 1 callers
Function
updateComment
(activityId: number, text: string)
frontend/src/api/tasks.ts:89
↓ 1 callers
Function
updateProfile
(updates: Partial<{ avatarUrl: string; username: string; fullName: string; jobTitle: string;
frontend/src/api/users.ts:53
↓ 1 callers
Function
updateSubtask
(subtaskId: number, updates: { title?: string; isCompleted?: boolean })
frontend/src/api/tasks.ts:47
↓ 1 callers
Function
updateWorkspace
(workspaceId: number, data: UpdateWorkspaceDto)
frontend/src/api/workspaces.ts:76
↓ 1 callers
Function
updateWorkspaceMemberRole
(workspaceId: number, userId: number, role: string)
frontend/src/api/workspaces.ts:81
↓ 1 callers
Function
useKeyboardShortcuts
(shortcuts: ShortcutMap, enabled = true)
frontend/src/hooks/useKeyboardShortcuts.ts:9
↓ 1 callers
Function
validateApiKey
(key: string)
frontend/src/api/ai.ts:26
Method
AcceptBoardInviteAsync
(string token, int userId)
backend/Services/IBoardService.cs:27
Method
AcceptBoardInvite_ExistingMember_UpdatesRole
()
Backend.Tests/SecurityTests.cs:346
Function
ActivityLog
({ activities, currentUserId, boardRole, onRefresh, loading }: ActivityLogProps)
frontend/src/components/ActivityLog.tsx:19
Method
AddAttachment
(int taskId, [FromBody] CreateAttachmentDto dto)
backend/Controllers/AttachmentsController.cs:32
Method
AddAttachmentAsync
(int taskId, CreateAttachmentDto dto, int userId)
backend/Services/ITaskService.cs:35
Method
AddCommentAsync
(int taskId, string text, int userId)
backend/Services/ITaskService.cs:21
Method
AddLabel
(int id, int labelId)
backend/Controllers/TasksController.cs:317
Method
AddLabelToTaskAsync
Label Methods
backend/Services/ITaskService.cs:39
Method
AddManualTimeLog
([FromBody] AddManualTimeLogDto dto)
backend/Controllers/TimeLogsController.cs:45
Method
AddManualTimeLogAsync
(int taskId, int userId, AddManualTimeLogDto dto)
backend/Services/ITaskService.cs:29
Method
AddMember
POST: api/workspaces/{id}/members
backend/Controllers/WorkspacesController.cs:207
Method
AnalyticsController
(AppDbContext db)
backend/Controllers/AnalyticsController.cs:18
Function
App
()
frontend/src/App.tsx:38
Method
AppDbContext
(DbContextOptions<AppDbContext> options)
backend/Data/AppDbContext.cs:8
Function
AppNavbar
()
frontend/src/components/AppNavbar.tsx:47
Method
AttachmentsController
(ITaskService taskService, IHubContext<BoardHub> hubContext)
backend/Controllers/AttachmentsController.cs:19
Method
AuthController
(IAuthService authService)
backend/Controllers/AuthController.cs:14
Method
AuthService
(AppDbContext db, IConfiguration config)
backend/Services/AuthService.cs:17
Method
AuthServiceTests
()
Backend.Tests/AuthServiceTests.cs:21
Method
AutomationsController
(IAutomationService automationService)
backend/Controllers/AutomationsController.cs:15
Function
BoardAnalyticsModal
({ opened, onClose, boardId }: BoardAnalyticsModalProps)
frontend/src/components/BoardAnalyticsModal.tsx:14
Method
BoardAutomationService
(AppDbContext db, IHubContext<Backend.Hubs.BoardHub> hubContext, IServiceScopeFactory scopeFactory)
backend/Services/BoardAutomationService.cs:17
Function
BoardAutomationsModal
({ opened, onClose, board }: BoardAutomationsModalProps)
frontend/src/components/BoardAutomationsModal.tsx:34
Function
BoardCalendarView
({ board, onTaskClick }: BoardCalendarViewProps)
frontend/src/components/BoardCalendarView.tsx:13
Function
BoardCard
({ board, onClose, onDelete }: BoardCardProps)
frontend/src/pages/BoardsPage.tsx:55
Function
BoardDashboardView
({ board }: BoardDashboardViewProps)
frontend/src/components/BoardDashboardView.tsx:10
Method
BoardHub
(PresenceTracker presenceTracker, AppDbContext context)
backend/Hubs/BoardHub.cs:14
Function
BoardPage
()
frontend/src/pages/BoardPage.tsx:96
Method
BoardService
(AppDbContext db)
backend/Services/BoardService.cs:12
Function
BoardTableView
({ board }: BoardTableViewProps)
frontend/src/components/BoardTableView.tsx:9
Function
BoardTimelineView
({ board, onTaskClick }: BoardTimelineViewProps)
frontend/src/components/BoardTimelineView.tsx:12
Method
BoardsController
(IBoardService boardService, IHubContext<BoardHub> hubContext, AppDbContext context)
backend/Controllers/BoardsController.cs:23
Function
BoardsPage
()
frontend/src/pages/BoardsPage.tsx:152
Method
BuildModel
(ModelBuilder modelBuilder)
backend/Migrations/AppDbContextModelSnapshot.cs:16
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260219224142_SyncModels.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260219155014_AddAvatarUrlToUser.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260226221934_AddBoardAutomations.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260225153001_AddBoardInvites.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260223224513_AddCommentReactions.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260218222535_AddSubtasks.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260216180103_AddInvitationWorkflow.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260224153010_AddBoardIsClosed.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260216180550_AddScrumFields.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260226214030_AddUserDisplayOfflineAlways.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260303022339_AddWorkspaceLogoFinal.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260222151942_AnalyticsOptimization.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260225175153_AddWorkspaceInvites.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260222153352_AddThemePreference.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260217191752_AddWorkspacesAndThemesFix.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260217203741_AddWorkspaceMemberStatus.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260224193245_AddOpenRouterApiKeyToUser.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260225005553_AddActivityIndexes.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260222231234_AddNotificationTable.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260219005358_AddActivityLog.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260216165215_AddBoardMembers.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260224212340_AddErDiagramToTaskCard.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260227044442_AddMissingUserFields.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260227011814_MandateWorkspaceForBoards.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260221145333_AddAttachmentsAndMultiAssignees.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
backend/Migrations/20260222145134_AddLabels.Designer.cs:19
Method
CloseBoard
(int id)
backend/Controllers/BoardsController.cs:160
Method
CloseBoardAsync
(int boardId, int requesterId)
backend/Services/IBoardService.cs:16
Method
CreateAutomation
(int boardId, [FromBody] CreateAutomationDto dto)
backend/Controllers/AutomationsController.cs:35
Method
CreateAutomationAsync
(int boardId, CreateAutomationDto dto, int userId)
backend/Services/BoardAutomationService.cs:49
Method
CreateAutomation_UnauthorizedUser_ThrowsUnauthorizedAccessException
()
Backend.Tests/SecurityTests.cs:256
Method
CreateBoard
([FromBody] CreateBoardDto dto)
backend/Controllers/BoardsController.cs:38
Method
CreateBoardAsync
(CreateBoardDto dto, int userId)
backend/Services/IBoardService.cs:10
Method
CreateBoardInviteAsync
Invite Link Management
backend/Services/IBoardService.cs:25
Method
CreateColumn
(int id, [FromBody] CreateColumnDto dto)
backend/Controllers/BoardsController.cs:202
Method
CreateColumnAsync
(int boardId, CreateColumnDto dto, int userId)
backend/Services/IBoardService.cs:19
Method
CreateComment
(int taskId, [FromBody] AddCommentDto dto)
backend/Controllers/TasksController.cs:202
Method
CreateInvite
(int id, [FromBody] string role)
backend/Controllers/BoardsController.cs:268
Method
CreateLabel
(int boardId, [FromBody] CreateLabelDto dto)
backend/Controllers/LabelsController.cs:45
Function
CreateNewLabelPopover
({ boardId, onCreated, inline }: { boardId: number, onCreated: (label: Label) => void, inline?: boolean })
frontend/src/components/TaskDetailModal.tsx:1529
Method
CreateNotificationAsync
(int userId, string message, string type, int? relatedId = null)
backend/Services/INotificationService.cs:9
Method
CreateSubtask
(int taskId, [FromBody] CreateSubtaskDto dto)
backend/Controllers/TasksController.cs:125
Method
CreateSubtaskAsync
Subtask Methods
backend/Services/ITaskService.cs:14
Method
CreateSubtask_UnauthorizedUser_ThrowsUnauthorizedAccessException
()
Backend.Tests/SecurityTests.cs:104
Method
CreateTask
([FromBody] CreateTaskDto dto)
backend/Controllers/TasksController.cs:30
Method
CreateTaskAsync
(CreateTaskDto dto, int userId)
backend/Services/ITaskService.cs:8
Method
CreateWorkspace
POST: api/workspaces
backend/Controllers/WorkspacesController.cs:108
Method
CreateWorkspaceInvite
POST: api/workspaces/{id}/invites
backend/Controllers/WorkspacesController.cs:469
Method
DeleteActivityAsync
(int activityId, int userId)
backend/Services/ITaskService.cs:23
Method
DeleteAttachment
(int taskId, int attachmentId)
backend/Controllers/AttachmentsController.cs:48
Method
DeleteAttachmentAsync
(int attachmentId, int userId)
backend/Services/ITaskService.cs:36
Method
DeleteAutomation
(int automationId)
backend/Controllers/AutomationsController.cs:61
Method
DeleteAutomationAsync
(int automationId, int userId)
backend/Services/BoardAutomationService.cs:79
Method
DeleteAutomation_UnauthorizedUser_ThrowsUnauthorizedAccessException
()
Backend.Tests/SecurityTests.cs:285
Method
DeleteBoard
(int id)
backend/Controllers/BoardsController.cs:188
Method
DeleteBoardAsync
(int boardId, int requesterId)
backend/Services/IBoardService.cs:18
Method
DeleteColumn
(int id, int columnId)
backend/Controllers/BoardsController.cs:240
← previous
next →
201–300 of 569, ranked by callers