Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostcampwm-2024/web27-Preview
/ functions
Functions
383 in github.com/boostcampwm-2024/web27-Preview
⨍
Functions
383
◇
Types & classes
258
Method
getAllQuestionLists
(query: PaginateQueryDto, userId: number)
backend/src/question-list/question-list.service.ts:31
Method
getAllQuestionListsByCategoryName
( @Res() res, @JwtPayload() token: IJwtPayload, @Query() query: PaginateQueryDto,
backend/src/question-list/question-list.controller.ts:66
Method
getHello
()
backend/src/app.service.ts:5
Method
getHello
()
backend/src/app.controller.ts:9
Method
getMyQuestionLists
(userId: number, query: PaginateQueryDto)
backend/src/question-list/question-list.service.ts:159
Method
getMyQuestionLists
( @Res() res, @Query() query: PaginateQueryDto, @JwtPayload() token: IJwtPayload )
backend/src/question-list/question-list.controller.ts:190
Method
getPublicRoom
(@Query() query: AllRoomQueryParamDto)
backend/src/room/room.controller.ts:11
Method
getPublicRoom
(inProgress?: boolean)
backend/src/room/room.service.ts:107
Method
getQuestionListContents
( @Res() res, @JwtPayload() token: IJwtPayload, @Body() body: { qu
backend/src/question-list/question-list.controller.ts:157
Method
getScrappedQuestionLists
(userId: number, query: PaginateQueryDto)
backend/src/question-list/question-list.service.ts:322
Method
getScrappedQuestionLists
( @Res() res, @Query() query: PaginateQueryDto, @JwtPayload() token: IJwtPayload )
backend/src/question-list/question-list.controller.ts:442
Method
getServer
()
backend/src/infra/infra.service.ts:41
Method
getSocket
(socketId: string)
backend/src/infra/infra.service.ts:45
Method
getUserByGithubId
(githubId: number)
backend/src/user/user.repository.ts:13
Method
getUserInfo
(@Param("userId") userId: number)
backend/src/user/user.controller.ts:43
Method
githubCallback
( @Res({ passthrough: true }) res: Response, @JwtTokenPair() pair: IJwtTokenPair )
backend/src/auth/auth.controller.ts:22
Function
handleAllUsers
(data: RoomJoinResponse)
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:98
Method
handleAnswer
( @MessageBody() data: { answerReceiveID: string; sdp: any;
backend/src/signaling-server/sig-server.gateway.ts:34
Function
handleCancel
()
frontend/src/components/questions/create/QuestionInputSection/QuestionList.tsx:27
Method
handleCandidate
( @MessageBody() data: { candidateReceiveID: string; candidate: any;
backend/src/signaling-server/sig-server.gateway.ts:49
Function
handleChangeIndex
(data: { currentIndex: number })
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:213
Function
handleChangeNickname
(e: React.ChangeEvent<HTMLInputElement>)
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:83
Function
handleClose
()
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:79
Method
handleConnection
(client: Socket)
backend/src/room/room.gateway.ts:58
Method
handleCreateRoom
( @ConnectedSocket() client: Socket, @MessageBody() dto: CreateRoomDto )
backend/src/room/room.gateway.ts:65
Method
handleCurrentIndex
(@MessageBody() dto: RoomIdDto)
backend/src/room/room.gateway.ts:144
Function
handleDialogClose
()
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:49
Method
handleDisconnect
(client: Socket)
backend/src/room/room.gateway.ts:52
Function
handleEscape
(e: KeyboardEvent)
frontend/src/hooks/useModal.ts:21
Method
handleFinishRoom
(@MessageBody() dto: FinishRoomDto)
backend/src/room/room.gateway.ts:96
Function
handleGetAnswer
(data: { sdp: RTCSessionDescription; answerSendID: string; })
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:172
Function
handleGetCandidate
(data: { candidate: RTCIceCandidate; candidateSendID: string; })
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:190
Function
handleGetOffer
(data: { sdp: RTCSessionDescription; offerSendID: string; offerSendNickname: string; })
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:143
Method
handleJoinRoom
( @ConnectedSocket() client: Socket, @MessageBody() dto: JoinRoomDto )
backend/src/room/room.gateway.ts:75
Function
handleMouseDown
(e: React.MouseEvent<HTMLDialogElement>)
frontend/src/components/sessions/create/SessionForm/ListSelectModal/index.tsx:48
Function
handleMouseDown
(e: React.MouseEvent<HTMLDialogElement>)
frontend/src/components/common/Modal/index.tsx:37
Function
handleMouseDown
(e: React.MouseEvent<HTMLDialogElement>)
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:73
Method
handleMoveIndex
( @ConnectedSocket() client: Socket, @MessageBody() dto: MoveIndexDto )
backend/src/room/room.gateway.ts:151
Method
handleNextQuestion
( @ConnectedSocket() client: Socket, @MessageBody() dto: RoomIdDto )
backend/src/room/room.gateway.ts:134
Method
handleOffer
( @MessageBody() data: { offerReceiveID: string; sdp: any;
backend/src/signaling-server/sig-server.gateway.ts:17
Function
handleProgress
(data: ProgressResponse)
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:220
Function
handleReaction
({ socketId, reactionType, }: { socketId: string; reactionType: string; })
frontend/src/pages/SessionPage/hooks/useReaction.ts:49
Method
handleReaction
( @ConnectedSocket() client: Socket, @MessageBody() dto: ReactionDto )
backend/src/room/room.gateway.ts:103
Method
handleRefresh
( @Res({ passthrough: true }) res: Response, @JwtTokenPair() pair: IJwtTokenPair )
backend/src/auth/auth.controller.ts:39
Function
handleRoomFull
()
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:203
Function
handleRoomProgress
()
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:208
Function
handleSave
()
frontend/src/components/questions/create/QuestionInputSection/QuestionList.tsx:19
Function
handleScroll
()
frontend/src/pages/IntroPage/IntroPage.tsx:22
Method
handleSignup
(@Body() dto: CreateUserDto)
backend/src/user/user.controller.ts:30
Method
handleStartProgress
( @ConnectedSocket() client: Socket, @MessageBody() dto: RoomIdDto )
backend/src/room/room.gateway.ts:118
Method
handleStopProgress
( @ConnectedSocket() client: Socket, @MessageBody() dto: RoomIdDto )
backend/src/room/room.gateway.ts:126
Function
handleSubmit
()
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:105
Function
handleTitleChange
(e: React.ChangeEvent<any>)
frontend/src/components/questions/create/TitleSection.tsx:7
Method
handleWhoami
(@JwtPayload() payload: IJwtPayload)
backend/src/auth/auth.controller.ts:32
Function
joinRoom
()
frontend/src/pages/SessionPage/hooks/useSession.ts:108
Method
joinRoom
(socket: Socket, roomId: string)
backend/src/infra/infra.service.ts:30
Function
logIn
()
frontend/src/hooks/useAuth.ts:38
Method
login
(@Res({ passthrough: true }) res: Response, @JwtTokenPair() pair: IJwtTokenPair)
backend/src/auth/auth.controller.ts:49
Function
logoutHandler
()
frontend/src/components/common/Sidebar/Sidebar.tsx:25
Function
openDeleteModal
(e: React.MouseEvent)
frontend/src/components/mypage/QuestionList/QuestionItem/index.tsx:25
Method
paginate
(paginateDto: PaginateDto)
backend/src/question-list/repository/question-list.repository.ts:79
Function
roomCreatedHandler
(response: RoomCreatedResponse)
frontend/src/pages/CreateSessionPage/view/SessionForm.tsx:63
Method
scrapQuestionList
(questionListId: number, userId: number)
backend/src/question-list/question-list.service.ts:330
Method
scrapQuestionList
( @Res() res, @JwtPayload() token: IJwtPayload, @Body() body: { questionListId: number
backend/src/question-list/question-list.controller.ts:477
Method
scrapQuestionList
(questionListId: number, userId: number)
backend/src/question-list/repository/question-list.repository.ts:34
Function
shareQuestionList
()
frontend/src/pages/QuestionDetailPage/QuestionDetailPage.tsx:35
Function
socketConnectErrorHandler
(error: Error)
frontend/src/stores/useSocketStore.ts:33
Function
socketConnectHandler
()
frontend/src/stores/useSocketStore.ts:30
Function
socketErrorHandler
(error: Error)
frontend/src/stores/useSocketStore.ts:27
Function
submitHandler
()
frontend/src/pages/CreateSessionPage/view/SessionForm.tsx:36
Function
submitHandler
()
frontend/src/pages/CreateQuestionPage/view/QuestionForm.tsx:16
Function
toggleTheme
()
frontend/src/hooks/useTheme.ts:20
Method
unscrapQuestionList
(questionListId: number, userId: number)
backend/src/question-list/question-list.service.ts:361
Method
unscrapQuestionList
( @Res() res, @JwtPayload() token: IJwtPayload, @Param("questionListId") questionListI
backend/src/question-list/question-list.controller.ts:515
Method
unscrapQuestionList
(questionListId: number, userId: number)
backend/src/question-list/repository/question-list.repository.ts:52
Method
updateQuestion
(questionDto: QuestionDto)
backend/src/question-list/question-list.service.ts:248
Method
updateQuestion
( @Res() res, @JwtPayload() token: IJwtPayload, @Body() body: { content: string },
backend/src/question-list/question-list.controller.ts:354
Method
updateQuestionList
(updateQuestionListDto: UpdateQuestionListDto)
backend/src/question-list/question-list.service.ts:181
Method
updateQuestionList
( @Res() res, @JwtPayload() token: IJwtPayload, @Param("questionListId") questionListI
backend/src/question-list/question-list.controller.ts:227
Method
validate
(req: Request)
backend/src/auth/github/github.strategy.ts:23
Method
validate
(username: string, password: string)
backend/src/auth/local/local.strategy.ts:19
Method
validate
(req: Request, payload: any)
backend/src/auth/jwt/strategy/refresh-token.strategy.ts:22
Method
validate
(req: Request)
backend/src/auth/jwt/strategy/access-token.strategy.ts:10
← previous
301–383 of 383, ranked by callers