MCPcopy Create free account

hub / github.com/Orgnise/webapp / functions

Functions518 in github.com/Orgnise/webapp

FunctionUserPlaceholder
()
src/components/team/invite/invites-team-members.tsx:124
FunctionUserPlaceholder
()
src/components/team/invite/team-members.tsx:159
FunctionUserPlaceholder
()
src/components/team/workspace/settings/workspace-members.tsx:164
FunctionUserPlaceholder
()
src/app/(dashboard)/[team_slug]/settings/people/loading.tsx:28
FunctionUserPlaceholder
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/people/loading.tsx:28
FunctionUsersPlaceholders
()
src/components/ui/models/add-workspace-members-modal.tsx:284
FunctionVerifyInvite
({ code }: { code: string })
src/app/(auth)/invites/[code]/page.tsx:56
FunctionWelcomeEmail
({ name = "John Doe", email = "john@doe.io", }: { name: string | null; email: string; })
emails/welcome-email.tsx:17
FunctionWorkspaceContentView
({ leftPanel, children, leftPanelSize = LeftPanelSize.default, setLeftPanelSize, }: IWorkspaceContentV
src/components/team/workspace/workspace-content-view.tsx:16
FunctionWorkspaceDefaultAccess
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:192
FunctionWorkspaceDescription
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:263
FunctionWorkspaceLayout
({ children }: { children: ReactNode })
src/app/(dashboard)/[team_slug]/[workspace_slug]/layout.tsx:6
FunctionWorkspaceListView
({ workspaces }: { workspaces: Workspace[] })
src/components/team/workspace/left-panel/workspace-switcher.tsx:51
FunctionWorkspaceMembers
()
src/components/team/workspace/settings/workspace-members.tsx:25
FunctionWorkspaceName
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:57
FunctionWorkspacePage
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/page.tsx:11
FunctionWorkspacePermissionView
({ permission, children, className, placeholder, unAuthorized, additionalCheck = true, }: Props)
src/components/molecule/workspace-permission-view.tsx:32
FunctionWorkspacePlaceholder
()
src/components/ui/models/create-workspace-modal.tsx:197
FunctionWorkspacePlaceholder
()
src/app/(dashboard)/[team_slug]/page-client.tsx:121
FunctionWorkspaceSettingsDropDown
({ team_slug, workspace_slug, className, }: Props)
src/components/team/workspace/workspace-settings-dropdown.tsx:20
FunctionWorkspaceSettingsPage
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:31
FunctionWorkspaceSlug
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:103
FunctionWorkspaceSwitcher
()
src/components/team/workspace/left-panel/workspace-switcher.tsx:20
FunctionWorkspaceView
({ children, }: { children?: React.ReactNode; })
src/components/team/workspace/workspace-view.tsx:21
FunctionWorkspaceVisibility
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:146
FunctionaddProseMirrorPlugins
()
src/components/ui/editor/extensions.ts:40
Functionauthenticate
( prevState: string | undefined, formData: FormData, )
src/lib/actions.ts:3
Functionauthorize
(credentials, req)
src/lib/auth/auth.ts:100
Functionauthorized
({ auth, request: { nextUrl } }: any)
src/lib/auth/auth.ts:236
MethodbatchDeleteCollectionsWithChildren
* Batch delete collections and their children efficiently
src/lib/db/query-optimizer.ts:359
MethodbatchGetCollectionsByWorkspaces
* Batch fetch collections by multiple workspace IDs
src/lib/db/query-optimizer.ts:89
FunctioncanMonitor
({ source })
src/components/drag-n-drop/board-collections-view.tsx:352
MethodclearQueue
()
src/lib/analytics/interfaces.ts:65
Methodconstructor
()
src/lib/storage.ts:14
Methodconstructor
()
src/lib/mongodb.ts:58
Methodconstructor
({ code, message, docUrl, }: { code: z.infer<typeof ErrorCode>; message: string; doc
src/lib/api/errors.ts:97
Methodconstructor
(config?: Partial<RetryConfig>)
src/lib/analytics/retryManager.ts:11
Methodconstructor
(private token: string, private config: Partial<AnalyticsConfig>)
src/lib/analytics/providers/mixpanel.ts:18
Methodconstructor
(client: MongoClient)
src/lib/db/query-optimizer.ts:30
MethodcreateCollection
* Create a new collection / Page * To create Page, pass the parent collection slug
src/lib/swr/use-collections.ts:26
FunctioncreateRegistry
()
src/components/drag-n-drop/registery.ts:18
FunctioncreateTeam
(name: string, description: string)
src/app/(dashboard)/providers.tsx:37
FunctioncreateUser
(message)
src/lib/auth/auth.ts:269
MethoddeleteCollection
(id: string, collectionSlug: string)
src/lib/swr/use-collections.ts:30
MethoddeleteItem
( id: string, itemSlug: string, collectionSlug: string, )
src/lib/swr/use-collections.ts:31
FunctiondeleteTeamAsync
(teamSlug: string)
src/lib/swr/use-teams.ts:64
FunctiondeleteWorkspace
(workspaceSlug: string)
src/lib/swr/use-workspaces.ts:80
FunctiondropAllIndexes
(client: MongoClient)
src/lib/db/indexes.ts:264
Functionerror
()
src/lib/auth/auth.ts:279
FunctioneventCallback
(event)
src/lib/paddle/paddle-client.ts:24
MethodflushQueue
()
src/lib/analytics/interfaces.ts:63
FunctiongetBasicData
(collections: Collection[])
src/components/drag-n-drop/data.ts:4
FunctiongetCard
(cardId: string)
src/components/drag-n-drop/registery.ts:42
MethodgetCollectionsWithWorkspace
* Get collections with optimized aggregation that includes workspace info
src/lib/db/query-optimizer.ts:51
FunctiongetColumn
(columnId: string)
src/components/drag-n-drop/registery.ts:48
FunctiongetFirstAndLastDay
(day: number)
src/lib/utility/datetime.ts:3
FunctiongetPermissionsByCategory
(category: keyof typeof TeamPermissions)
src/lib/constants/team-role.ts:124
MethodgetPoolStats
()
src/lib/mongodb.ts:99
FunctiongetQueryString
( kv?: Record<string, string>, opts?: { ignore?: string[]; }, )
src/lib/hooks/use-router-stuff.ts:9
MethodgetQueueSize
()
src/lib/analytics/interfaces.ts:64
MethodgetQueueSize
()
src/lib/analytics/providers/mixpanel.ts:158
FunctiongetRolePermissions
(role: TeamRole)
src/lib/constants/team-role.ts:102
FunctiongetSlowQueries
(client: MongoClient, limit = 10)
src/lib/db/indexes.ts:315
FunctiongetStripe
()
src/lib/stripe/client.ts:6
MethodgetTeamWithMembersAndStats
* Get team with members and usage stats in a single optimized query
src/lib/db/query-optimizer.ts:125
MethodgetUserTeamsWithData
* Batch fetch teams with all their data for a user
src/lib/db/query-optimizer.ts:214
FunctiongetWorkspacePermissionsByCategory
(category: keyof typeof WorkspacePermissions)
src/lib/constants/workspace-role.ts:82
FunctiongetWorkspaceRolePermissions
(role: WorkspaceRole)
src/lib/constants/workspace-role.ts:62
MethodgetWorkspaceWithMembers
* Get workspace with members in a single query
src/lib/db/query-optimizer.ts:275
Functiongroup
(groupId: string, properties?: Record<string, any>)
src/lib/analytics/useAnalytics.ts:98
Methodgroup
(groupId: string, properties?: Record<string, any>)
src/lib/analytics/providers/mixpanel.ts:108
FunctionhandleCreateCollection
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/page.tsx:15
FunctionhandleCreateTeam
(e: any)
src/components/team/create/create-team-form.tsx:18
FunctionhandleDeleteItem
()
src/components/team/workspace/collection/collection-items-card.tsx:57
FunctionhandleDeleteTeam
(e: any)
src/app/(dashboard)/[team_slug]/settings/page.tsx:224
FunctionhandleDeleteWorkspace
(e: any)
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:361
FunctionhandleLogoClick
()
src/components/layout/nav.tsx:27
FunctionhandleLogout
()
src/components/layout/nav.tsx:48
FunctionhandleRemoveTeammate
()
src/components/team/invite/remove-member-model.tsx:36
FunctionhandleRemoveTeammate
()
src/components/ui/models/remove-workspace-member-model.tsx:40
FunctionhandleSettingsClick
()
src/components/layout/nav.tsx:41
FunctionhandleSubmit
(e: any)
src/app/(auth)/login/credential/form.tsx:24
FunctionhandleTeamDropdownOpen
()
src/components/ui/team-switcher.tsx:70
FunctionhandleUpdateName
(e: any)
src/components/team/workspace/collection/collection-items-card.tsx:44
FunctionhandleUserAvatarClick
()
src/components/layout/nav.tsx:34
FunctionhasAllPermissions
( role: TeamRole | undefined, permissions: TeamPermission[] )
src/lib/constants/team-role.ts:116
FunctionhasAllWorkspacePermissions
( role: WorkspaceRole | undefined, permissions: WorkspacePermission[] )
src/lib/constants/workspace-role.ts:74
FunctionhasAnyPermissions
( role: TeamRole | undefined, permissions: TeamPermission[] )
src/lib/constants/team-role.ts:107
FunctionhasAnyWorkspacePermissions
( role: WorkspaceRole | undefined, permissions: WorkspacePermission[] )
src/lib/constants/workspace-role.ts:66
Functionheaders
()
next.config.js:14
Methodidentify
(userId: string, properties?: Record<string, any>)
src/lib/analytics/providers/mixpanel.ts:93
Methodinstance
()
src/lib/mongodb.ts:91
MethodisHealthy
()
src/lib/analytics/interfaces.ts:66
MethodisHealthy
()
src/lib/analytics/providers/mixpanel.ts:166
Functionjwt
({ token, user, account, profile, trigger })
src/lib/auth/auth.ts:198
FunctionlinkAccount
(message)
src/lib/auth/auth.ts:273
Functionmiddleware
(req: NextRequest)
src/middleware.ts:23
FunctiononDragEnd
(result: any)
src/components/team/workspace/left-panel/collection-board.tsx:54
FunctiononDrop
()
src/components/drag-n-drop/column.tsx:137
FunctiononDrop
(args)
src/components/drag-n-drop/board-collections-view.tsx:355
← previousnext →401–500 of 518, ranked by callers