MCPcopy Create free account

hub / github.com/Trendyol/gurubu / functions

Functions583 in github.com/Trendyol/gurubu

FunctionPlannerContent
({ selectedSprintId })
gurubu-client/src/app/planner/components/PlannerContent.tsx:14
FunctionPlannerContentWrapper
()
gurubu-client/src/app/planner/page.tsx:35
FunctionPlannerLogo
()
gurubu-client/src/app/planner/components/PlannerLogo.tsx:6
FunctionPlannerNavbar
()
gurubu-client/src/app/planner/components/PlannerNavbar.tsx:7
FunctionPlannerProvider
({ children })
gurubu-client/src/app/contexts/PlannerContext.tsx:39
FunctionPlannerTable
({ selectedSprintId })
gurubu-client/src/app/planner/components/PlannerTable.tsx:80
FunctionPlanningPokerCard
()
gurubu-client/src/app/components/page/PlanningPokerCard.tsx:5
FunctionPreviousVotedTasks
()
gurubu-client/src/app/components/room/grooming-board/previous-voted-tasks/previous-voted-tasks.tsx:14
FunctionProgressBar
({ total, processed, status }: ProgressBarProps)
gurubu-client/src/app/ai-assistant-configurator/components/ProgressBar.tsx:12
FunctionProjectCard
({ icon, title, description, buttonText, buttonLink, bgColor, }: ProjectCardProps)
gurubu-client/src/app/components/page/ProjectCard.tsx:13
FunctionPsyncModalContent
({ updateProfile, closeModal, }: { updateProfile: (profile: pProfile) => void; closeModal: () => void;
gurubu-client/src/app/components/room/grooming-navbar/p-sync-modal-content.tsx:11
FunctionRetroBoard
({ roomId }: IProps)
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:34
FunctionRetroBoardImages
({ images, draggingImage, resizingImage, onImageMouseDown, onRemoveImage, onResizeStart, }: RetroB
gurubu-client/src/app/components/room/retro-board/RetroBoardImages.tsx:21
FunctionRetroBottomBar
({ cardTemplates, stamps, customStamps, selectedStamp, onStampSelect, onCardDragStart, onConfett
gurubu-client/src/app/components/room/retro-board/RetroBottomBar.tsx:26
FunctionRetroCard
({ card, onDelete, onUpdate, onVote, currentUserId, isOwner, selectedStamp, onStampClick, participants = [], a
gurubu-client/src/app/components/room/retro-board/retro-card.tsx:26
FunctionRetroColumn
({ columnKey, columnConfig, cards, isAddingCard, newCardText, newCardColor, newCardImage, show
gurubu-client/src/app/components/room/retro-board/RetroColumn.tsx:57
FunctionRetroContent
({ retroId }: { retroId: string })
gurubu-client/src/app/retro/[id]/page.tsx:35
FunctionRetroDashboard
()
gurubu-client/src/app/retro/dashboard/page.tsx:26
FunctionRetroDeleteConfirm
({ show, onConfirm, onCancel }: RetroDeleteConfirmProps)
gurubu-client/src/app/components/room/retro-board/RetroDeleteConfirm.tsx:9
FunctionRetroErrorPage
({ message = "Retrospective not found", type = 'not-found' }: RetroErrorPageProps)
gurubu-client/src/app/components/room/retro-board/RetroErrorPage.tsx:11
FunctionRetroErrorPopup
({ title, retroId }: IProps)
gurubu-client/src/app/components/room/retro-board/RetroErrorPopup.tsx:14
FunctionRetroHeader
({ isOwner, showTimer, setShowTimer, showMusic, setShowMusic, timer, music, participants, re
gurubu-client/src/app/components/room/retro-board/RetroHeader.tsx:37
FunctionRetroLoadingScreen
()
gurubu-client/src/app/components/room/retro-board/RetroLoadingScreen.tsx:5
FunctionRetroModals
({ showImportModal, importData, importColumnMapping, mainColumns, sideColumns, onImportColumnMappi
gurubu-client/src/app/components/room/retro-board/RetroModals.tsx:36
FunctionRetroMusicPlayer
({ music, isOwner, onMusicUpdate }: IProps)
gurubu-client/src/app/components/room/retro-board/retro-music-player.tsx:15
FunctionRetroNicknameForm
({ retroId, onJoinSuccess }: IProps)
gurubu-client/src/app/components/room/retro-board/retro-nickname-form.tsx:12
FunctionRetroOnboarding
({ isOwner, onTriggerConfetti }: RetroOnboardingProps)
gurubu-client/src/app/components/room/retro-board/RetroOnboarding.tsx:22
FunctionRetroPage
({ params }: { params: Promise<{ id: string }> })
gurubu-client/src/app/retro/[id]/page.tsx:17
FunctionRetroRoomProvider
({ children, retroId }: RetroRoomProviderProps)
gurubu-client/src/app/contexts/RetroRoomContext.tsx:36
FunctionRetroSidebar
({ currentNickname, newNickname, setNewNickname, editingNickname, setEditingNickname, avatarSvg,
gurubu-client/src/app/components/room/retro-board/RetroSidebar.tsx:58
FunctionRetroSocketProvider
({ children }: { children: ReactNode })
gurubu-client/src/app/contexts/RetroSocketContext.tsx:14
FunctionRetroTimerV2
({ timer, isOwner, onTimerUpdate }: IProps)
gurubu-client/src/app/components/room/retro-board/retro-timer-v2.tsx:16
FunctionRetrospectiveCard
()
gurubu-client/src/app/components/page/RetrospectiveCard.tsx:5
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
gurubu-client/src/app/layout.tsx:14
FunctionSelectTeamForm
({ closeModal, }: Props)
gurubu-client/src/app/planner/components/SelectTeamForm.tsx:16
FunctionSidebar
({ children, position = "left", width = "300px", isOpen = false, onClose, showCloseButton = true,
gurubu-client/src/app/components/common/sidebar/index.tsx:12
FunctionSocketProvider
({ children }: SocketProviderProps)
gurubu-client/src/app/contexts/SocketContext.tsx:16
FunctionSprintDropdown
({ selectedSprint, onSprintSelect, sprints, setSprints })
gurubu-client/src/app/planner/components/SprintDropdown.tsx:32
FunctionSprintPlannerCard
()
gurubu-client/src/app/components/page/SprintPlannerCard.tsx:5
FunctionThemeProvider
({ children }: { children: ReactNode })
gurubu-client/src/app/contexts/ThemeContext.tsx:16
FunctionThemeSelector
()
gurubu-client/src/app/components/room/grooming-navbar/theme-selector.tsx:16
FunctionTimer
({ roomId }: Props)
gurubu-client/src/app/components/room/grooming-navbar/timer.tsx:25
FunctionToastProvider
({ children }: ToastProviderProps)
gurubu-client/src/app/contexts/ToastContext.tsx:16
FunctionTourProvider
({ children }: TourProviderProps)
gurubu-client/src/app/contexts/TourContext.tsx:22
FunctionVoteCard
({ point, name }: IProps)
gurubu-client/src/app/components/room/grooming-board/vote-card.tsx:10
FunctionVoteCardV2
({ point, name }: IProps)
gurubu-client/src/app/components/room/grooming-board/vote-card-v2.tsx:11
FunctionVotingStick
({ name, points, displayName }: IProps)
gurubu-client/src/app/components/room/grooming-board/voting-stick.tsx:9
FunctionVotingStickV2
({ name, points }: IProps)
gurubu-client/src/app/components/room/grooming-board/voting-stick-v2.tsx:8
FunctionVotingWindow
()
gurubu-client/src/app/voting-window/page.tsx:42
FunctionVotingWindowContent
({ roomId }: { roomId: string })
gurubu-client/src/app/voting-window/page.tsx:71
FunctionVotingWindowLoading
()
gurubu-client/src/app/voting-window/page.tsx:29
FunctionVotingWindowPage
()
gurubu-client/src/app/voting-window/page.tsx:21
FunctioncancelDelete
()
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:374
Functioncleanup
()
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:635
FunctionclearRetroUser
(retroId)
gurubu-backend/utils/retroUsers.js:91
FunctionclearUser
(roomId)
gurubu-backend/utils/users.js:90
FunctioncloseModal
()
gurubu-client/src/app/components/room/grooming-navbar/grooming-board-profile.tsx:52
FunctionconfirmDelete
()
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:358
Methodconstructor
(baseUrl: string)
gurubu-client/src/app/services/roomService.ts:7
Methodconstructor
(baseUrl: string)
gurubu-client/src/app/services/pService.ts:8
Methodconstructor
(baseUrl: string)
gurubu-client/src/app/services/jiraService.ts:7
Methodconstructor
()
gurubu-client/src/app/services/storyPointService.ts:27
Methodconstructor
(baseUrl: string)
gurubu-client/src/app/services/retroService.ts:6
Methodconstructor
(baseUrl: string)
gurubu-client/src/app/services/initialStoryPointService.ts:26
Methodconstructor
()
gurubu-backend/services/pService.js:7
Methodconstructor
()
gurubu-backend/services/jiraService.js:11
Methodconstructor
()
gurubu-backend/services/aiWorkflowService.js:7
Methodconstructor
()
gurubu-backend/services/jiraInitialStoryPointService.js:11
Methodconstructor
()
gurubu-backend/services/openaiService.js:7
Methoddelay
gurubu-backend/services/jiraInitialStoryPointService.js:154
MethodestimateStoryPoint
( request: AIWorkflowRequest, signal?: AbortSignal )
gurubu-client/src/app/services/storyPointService.ts:31
FunctiongetAvatarColor
(name: string)
gurubu-client/src/app/components/room/retro-board/retro-card.tsx:82
MethodgetBoardId
(name: string)
gurubu-client/src/app/services/jiraService.ts:35
FunctiongetPopularTemplates
()
gurubu-backend/config/retroTemplates.js:243
FunctiongetRetroSummaryForImport
(retroId)
gurubu-backend/utils/retros.js:682
FunctiongetRooms
()
gurubu-backend/utils/groomings.js:433
MethodgetSprintStatistics
(sprintId)
gurubu-backend/services/jiraService.js:212
FunctionhandleActionClick
()
gurubu-client/src/app/components/common/announcement-banner.tsx:44
FunctionhandleAddCard
(columnKey: string)
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:325
FunctionhandleAddRetroCard
(data: any)
gurubu-client/src/app/components/room/retro-board/hooks/useRetroSocketEvents.ts:91
FunctionhandleAfkStatusUpdated
(data: any)
gurubu-client/src/app/components/room/retro-board/hooks/useRetroSocketEvents.ts:162
FunctionhandleAutoRefreshToggle
()
gurubu-client/src/app/planner/page.tsx:63
FunctionhandleAvatarUpdated
(data: any)
gurubu-client/src/app/components/room/retro-board/hooks/useRetroSocketEvents.ts:120
FunctionhandleBlur
(e: React.FocusEvent)
gurubu-client/src/app/components/room/grooming-board/estimate-input.tsx:60
FunctionhandleBoardChange
(e: React.ChangeEvent<HTMLSelectElement>)
gurubu-client/src/app/components/room/grooming-navbar/import-jira-issues.tsx:74
FunctionhandleBoardImageUpload
(e: React.ChangeEvent<HTMLInputElement>)
gurubu-client/src/app/components/room/retro-board/hooks/useBoardImages.ts:155
FunctionhandleBoardImagesUpdated
(data: any)
gurubu-client/src/app/components/room/retro-board/hooks/useRetroSocketEvents.ts:146
FunctionhandleBoardSearchChange
(e: React.ChangeEvent<HTMLInputElement>)
gurubu-client/src/app/components/room/grooming-navbar/import-jira-issues.tsx:62
FunctionhandleBoardSelect
(option: DropdownOption)
gurubu-client/src/app/planner/components/SelectTeamForm.tsx:99
FunctionhandleBoardSelect
(boardId: string)
gurubu-client/src/app/ai-assistant-configurator/page.tsx:39
FunctionhandleCancel
()
gurubu-client/src/app/components/room/retro-board/retro-card.tsx:74
FunctionhandleCanvasDrop
(e: React.DragEvent)
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:645
FunctionhandleCanvasMouseDown
(e: React.MouseEvent)
gurubu-client/src/app/components/room/retro-board/hooks/useCanvasControls.ts:96
FunctionhandleCardClick
(e: React.MouseEvent<HTMLDivElement>)
gurubu-client/src/app/components/room/retro-board/retro-card.tsx:34
FunctionhandleCardDragBetweenStart
(cardId: string, sourceColumn: string)
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:414
FunctionhandleCardDragEnd
()
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:418
FunctionhandleCardDragStart
(template: any, e: React.DragEvent)
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:631
FunctionhandleCardDropOnColumn
(targetColumn: string)
gurubu-client/src/app/components/room/retro-board/retro-board.tsx:424
FunctionhandleCardsHidden
(data: any)
gurubu-client/src/app/components/room/retro-board/hooks/useRetroSocketEvents.ts:165
FunctionhandleCardsImported
(data: any)
gurubu-client/src/app/components/room/retro-board/hooks/useRetroSocketEvents.ts:166
← previousnext →301–400 of 583, ranked by callers