Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adisreyaj/compito
/ functions
Functions
471 in github.com/adisreyaj/compito
⨍
Functions
471
◇
Types & classes
465
Method
constructor
(public id: string, public payload: UpdateMembersRequest)
libs/web/projects/src/lib/state/projects.actions.ts:31
Method
constructor
(public payload: any)
libs/web/projects/src/lib/state/projects.actions.ts:35
Method
constructor
(public payload: string)
libs/web/projects/src/lib/state/projects.actions.ts:39
Method
constructor
(public ref: DialogRef, private fb: FormBuilder)
libs/web/projects/src/lib/shared/components/projects-create-modal/projects-create-modal.component.ts:80
Method
constructor
(public ref: DialogRef, private fb: FormBuilder)
libs/web/projects/src/lib/shared/components/board-create-modal/board-create-modal.component.ts:43
Method
constructor
(private http: HttpClient, @Inject(API_TOKEN) private baseURL: string)
libs/web/home/src/lib/home.service.ts:12
Method
constructor
(private store: Store, private auth: AuthService, private activatedRoute: ActivatedRoute)
libs/web/home/src/lib/home.component.ts:55
Method
constructor
(private homeService: HomeService)
libs/web/home/src/lib/state/home.state.ts:91
Method
constructor
(private http: HttpClient, @Inject(API_TOKEN) private baseURL: string)
libs/web/orgs/src/lib/orgs.service.ts:18
Method
constructor
( private store: Store, private dialog: DialogService, private toast: ToastService, private au
libs/web/orgs/src/lib/orgs.component.ts:50
Method
constructor
( private dialog: DialogService, private store: Store, private activatedRoute: ActivatedRoute,
libs/web/orgs/src/lib/pages/orgs-detail/orgs-detail.component.ts:53
Method
constructor
(public payload: OrganizationRequest)
libs/web/orgs/src/lib/state/orgs.actions.ts:6
Method
constructor
(public payload: Project, public orgId: string)
libs/web/orgs/src/lib/state/orgs.actions.ts:10
Method
constructor
(public projectId: string, public orgId: string)
libs/web/orgs/src/lib/state/orgs.actions.ts:14
Method
constructor
(public id: string, public payload: OrganizationRequest)
libs/web/orgs/src/lib/state/orgs.actions.ts:19
Method
constructor
(public id: string)
libs/web/orgs/src/lib/state/orgs.actions.ts:23
Method
constructor
(public id: string)
libs/web/orgs/src/lib/state/orgs.actions.ts:34
Method
constructor
(public id: string)
libs/web/orgs/src/lib/state/orgs.actions.ts:39
Method
constructor
(public id: string, public payload: UpdateMembersRequest)
libs/web/orgs/src/lib/state/orgs.actions.ts:44
Method
constructor
(public id: string)
libs/web/orgs/src/lib/state/orgs.actions.ts:48
Method
constructor
(private orgService: OrgService)
libs/web/orgs/src/lib/state/orgs.state.ts:75
Method
constructor
(public ref: DialogRef, private fb: FormBuilder)
libs/web/orgs/src/lib/shared/components/orgs-create-modal/orgs-create-modal.component.ts:38
Method
constructor
(private store: Store, private auth: AuthService)
libs/web/tasks/src/lib/tasks.component.ts:50
Method
constructor
(private http: HttpClient, @Inject(API_TOKEN) private baseURL: string)
libs/web/tasks/src/lib/tasks.service.ts:10
Method
constructor
(private taskService: TasksService)
libs/web/tasks/src/lib/state/tasks.state.ts:39
Method
constructor
( private tpl: TemplateRef<any>, private vcr: ViewContainerRef, private authService: AuthService,
libs/web/ui/src/directives/permissions.directive.ts:32
Method
constructor
(private el: ElementRef)
libs/web/ui/src/directives/password-toggle.directive.ts:13
Method
constructor
(public ref: DialogRef<ConfirmModalData>)
libs/web/ui/src/components/default-modals/confirm-modal/confirm-modal.component.ts:37
Method
constructor
(public auth: AuthService)
libs/web/ui/src/components/header/header.component.ts:152
Method
constructor
(public ref: DialogRef, private fb: FormBuilder)
libs/web/ui/src/components/tasks/tasks-create-modal/tasks-create-modal.component.ts:44
Method
constructor
(public tpl: TemplateRef<HTMLElement>)
libs/web/ui/src/components/modal/modal-actions/modal-actions.directive.ts:7
Method
constructor
(private toast: HotToastService)
libs/web/ui/src/components/toast/toast.service.ts:7
Method
constructor
( private router: Router, private toast: ToastService, private auth: AuthService, @Inject(ENV_
libs/web/ui/src/interceptors/token-validator.interceptor.ts:12
Method
constructor
(@Inject(ENV_TOKEN) private environment: any)
libs/web/ui/src/interceptors/delay-api.interceptor.ts:9
Method
constructor
(private auth: AuthService)
libs/web/ui/src/pipes/permissions/permission.pipe.ts:15
Method
constructor
(@Inject(API_TOKEN) private apiURL: string)
libs/web/ui/src/pipes/assets-url/assets-url.pipe.ts:8
Method
create
(data: ProjectRequest, user: UserPayload)
apps/api/src/app/project/project.service.ts:22
Method
create
(@Body() project: ProjectRequest, @Req() req: RequestWithUser)
apps/api/src/app/project/project.controller.ts:25
Method
create
(@Body() task: TaskRequest, @Req() req: RequestWithUser)
apps/api/src/app/task/task.controller.ts:34
Method
create
(data: BoardRequest, user: UserPayload)
apps/api/src/app/boards/boards.service.ts:25
Method
create
(@Body() board: BoardRequest, @Req() req: RequestWithUser)
apps/api/src/app/boards/boards.controller.ts:21
Method
create
(@Body() organization: OrganizationRequest, @Req() req: RequestWithUser)
apps/api/src/app/organization/organization.controller.ts:25
Method
create
(data: OrganizationRequest, user: UserPayload)
apps/api/src/app/organization/organization.service.ts:30
Method
createNewTask
(listId: string, initialData = null)
libs/web/boards/src/lib/boards.component.ts:201
Method
createUserAndOrg
()
apps/api/src/app/user/user.service.ts:305
Method
createUserInAuth0
( userId: string, orgId: string, rolesData: Record<string, { name: string; id: string }>,
apps/api/src/app/user/user.service.ts:388
Method
deleteBoard
(id: string)
libs/web/projects/src/lib/projects.service.ts:50
Method
deleteBoard
({ patchState, getState }: StateContext<ProjectsStateModel>, { id }: ProjectsAction.DeleteBoard)
libs/web/projects/src/lib/state/projects.state.ts:138
Method
deleteProjectFromOrg
( { patchState, getState }: StateContext<OrgsStateModel>, { projectId, orgId }: OrgsAction.DeletePro
libs/web/orgs/src/lib/state/orgs.state.ts:229
Method
deleteTask
(id: string)
libs/web/boards/src/lib/boards.service.ts:91
Method
deleteTask
({ patchState, getState }: StateContext<BoardsStateModel>, { taskId, listId }: BoardsAction.DeleteTask)
libs/web/boards/src/lib/state/boards.state.ts:190
Method
deleteTask
()
libs/web/boards/src/lib/shared/components/task-detail-modal/task-detail-modal.component.ts:195
Method
deleteUserFromLocal
(userId: string)
apps/api/src/app/user/user.service.ts:375
Method
downloadAttachment
(attachment: { path: string })
libs/web/boards/src/lib/shared/components/task-detail-modal/task-detail-modal.component.ts:265
Method
drop
(event: CdkDragDrop<BoardListWithTasks[]>)
libs/web/boards/src/lib/boards.component.ts:176
Method
dropTask
(event: CdkDragDrop<Task[]>)
libs/web/boards/src/lib/boards.component.ts:183
Method
enableShutdownHooks
(app: INestApplication)
apps/api/src/app/prisma.service.ts:10
Function
extractUserRole
(user)
apps/api/src/app/core/utils/roles-permission.util.ts:20
Method
findAll
(@Query() query: RequestParams & { projectId?: string }, @Req() req: RequestWithUser)
apps/api/src/app/user/user.controller.ts:34
Method
findAll
(query: RequestParams, user: UserPayload)
apps/api/src/app/user/user.service.ts:425
Method
findAll
(query: RequestParams, user: UserPayload)
apps/api/src/app/project/project.service.ts:77
Method
findAll
(@Query() query: RequestParams, @Req() req: RequestWithUser)
apps/api/src/app/project/project.controller.ts:32
Method
findAll
(query: RequestParams, user: UserPayload, where: Prisma.TaskWhereInput = {})
apps/api/src/app/task/task.service.ts:80
Method
findAll
(query: RequestParams, user: UserPayload)
apps/api/src/app/boards/boards.service.ts:84
Method
findAll
(@Query() query: RequestParams, @Req() req: RequestWithUser)
apps/api/src/app/boards/boards.controller.ts:28
Method
findAll
(@Query() query: RequestParams, @Req() req: RequestWithUser)
apps/api/src/app/organization/organization.controller.ts:32
Method
findAll
(query: RequestParams, user: UserPayload)
apps/api/src/app/organization/organization.service.ts:95
Method
findAllPriorities
()
apps/api/src/app/task/task.controller.ts:47
Method
findAllPriorities
()
apps/api/src/app/task/task.service.ts:157
Method
findMyTasks
(@Query() query: RequestParams & { [key: string]: string }, @Req() req: RequestWithUser)
apps/api/src/app/task/task.controller.ts:55
Method
findOne
(@Param('id') id: string, @Req() req: RequestWithUser)
apps/api/src/app/user/user.controller.ts:68
Method
findOne
(id: string, user: UserPayload)
apps/api/src/app/project/project.service.ts:137
Method
findOne
(@Param('id') id: string, @Req() req: RequestWithUser)
apps/api/src/app/project/project.controller.ts:39
Method
findOne
(@Param('id') id: string, @Req() req: RequestWithUser)
apps/api/src/app/task/task.controller.ts:70
Method
findOne
(id: string, user: UserPayload)
apps/api/src/app/task/task.service.ts:161
Method
findOne
(id: string, user: UserPayload)
apps/api/src/app/boards/boards.service.ts:156
Method
findOne
(@Param('id') id: string, @Req() req: RequestWithUser)
apps/api/src/app/boards/boards.controller.ts:35
Method
findOne
(@Param('id') id: string, @Req() req: RequestWithUser)
apps/api/src/app/organization/organization.controller.ts:39
Method
findOne
(id: string, user: UserPayload)
apps/api/src/app/organization/organization.service.ts:151
Method
getAll
()
apps/api/src/app/role/role.controller.ts:9
Method
getAll
()
libs/web/users/src/lib/users.service.ts:41
Method
getAll
({ patchState }: StateContext<UsersStateModel>, { payload }: UsersAction.GetAll)
libs/web/users/src/lib/state/users.state.ts:182
Method
getAll
()
libs/web/projects/src/lib/projects.service.ts:32
Method
getAll
({ patchState }: StateContext<ProjectsStateModel>)
libs/web/projects/src/lib/state/projects.state.ts:156
Method
getAll
()
libs/web/orgs/src/lib/orgs.service.ts:32
Method
getAll
({ patchState }: StateContext<OrgsStateModel>)
libs/web/orgs/src/lib/state/orgs.state.ts:140
Method
getAllInvites
({ patchState }: StateContext<UsersStateModel>)
libs/web/users/src/lib/state/users.state.ts:204
Method
getAllInvites
()
libs/web/orgs/src/lib/orgs.service.ts:35
Method
getAllOrgs
(state: OrgsStateModel)
libs/web/orgs/src/lib/state/orgs.state.ts:41
Method
getAllProjects
(state: ProjectsStateModel)
libs/web/projects/src/lib/state/projects.state.ts:36
Method
getAllUsers
(state: UsersStateModel)
libs/web/users/src/lib/state/users.state.ts:58
Method
getAsset
(@Param('0') path: string, @Res() res: Response)
apps/api/src/app/assets/assets.controller.ts:14
Method
getBoard
(state: BoardsStateModel)
libs/web/boards/src/lib/state/boards.state.ts:37
Method
getBoardLists
(state: BoardsStateModel)
libs/web/boards/src/lib/state/boards.state.ts:49
Method
getBoards
()
libs/web/home/src/lib/home.service.ts:28
Method
getBoards
(state: HomeStateModel)
libs/web/home/src/lib/state/home.state.ts:79
Method
getHighPriorityTasks
()
libs/web/home/src/lib/home.service.ts:18
Method
getHighPriorityTasks
(state: HomeStateModel)
libs/web/home/src/lib/state/home.state.ts:87
Method
getInvites
(@Req() req: RequestWithUser)
apps/api/src/app/invite/invite.controller.ts:43
Method
getInvites
(user: UserPayload)
apps/api/src/app/invite/invite.service.ts:120
← previous
next →
201–300 of 471, ranked by callers