Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostcampwm-2024/web16-JuGa
/ functions
Functions
381 in github.com/boostcampwm-2024/web16-JuGa
⨍
Functions
381
◇
Types & classes
252
Method
constructor
(@InjectDataSource() private dataSource: DataSource)
BE/src/stockSocket/stock-execute-order.repository.ts:19
Method
constructor
( private readonly naverApiDomainService: NaverApiDomianService, private readonly newsRepository: News
BE/src/news/news.service.ts:14
Method
constructor
(private readonly newsService: NewsService)
BE/src/news/news.controller.ts:9
Method
constructor
(@InjectDataSource() private readonly dataSource: DataSource)
BE/src/news/news.repository.ts:8
Method
cronNewsData
()
BE/src/news/news.service.ts:51
Method
cronRemovePendingOrders
()
BE/src/stock/order/stock-order.controller.ts:109
Method
cronStockIndexLists
()
BE/src/stock/index/stock-index.controller.ts:27
Method
deleteBookmark
( @Req() request: Request, @Param('stockCode') stockCode: string, )
BE/src/stock/bookmark/stock-bookmark.controller.ts:52
Function
deleteSearchHistory
(text: string)
FE/src/hooks/useSearchHistoryHook.ts:37
Method
expire
(key: string, seconds: number)
BE/src/common/redis/redis.domain-service.ts:63
Function
extractJWTFromCookie
(req: RequestWithCookies)
BE/src/auth/strategy/jwt.strategy.ts:17
Method
findAll
()
BE/src/stock/list/stock-list.controller.ts:30
Method
findOne
(@Query('code') code: string)
BE/src/stock/list/stock-list.controller.ts:67
Method
findUserRankWithValue
()
BE/src/ranking/ranking.service.ts:65
Method
getBookmarkList
(@Req() request: Request)
BE/src/stock/bookmark/stock-bookmark.controller.ts:71
Function
getCanvasMousePosition
(e: MouseEvent)
FE/src/hooks/useMouseMove.ts:11
Method
getCashBalance
(@Req() request: Request)
BE/src/asset/asset.controller.ts:55
Method
getDailyStockTradeHistory
(@Param('stockCode') stockCode: string)
BE/src/stock/trade/history/stock-trade-history.controller.ts:54
Function
getFullTestURL
(url: string)
BE/src/util/get-full-URL.ts:5
Method
getHello
()
BE/src/app.controller.ts:9
Method
getMyPage
(@Req() request: Request)
BE/src/asset/asset.controller.ts:71
Method
getNews
()
BE/src/news/news.service.ts:20
Method
getNews
()
BE/src/news/news.controller.ts:17
Method
getPendingList
(@Req() request: Request)
BE/src/stock/order/stock-order.controller.ts:102
Method
getProfile
(@Req() request: Request)
BE/src/auth/user.controller.ts:29
Method
getProfile
(userId: number)
BE/src/auth/user.service.ts:13
Method
getRanking
(@Req() req: Request)
BE/src/ranking/ranking.controller.ts:21
Method
getSearchHistory
(@Req() req: Request)
BE/src/stock/list/stock-list.controller.ts:102
Method
getStockDetail
( @Req() request: Request, @Param('stockCode') stockCode: string, )
BE/src/stock/detail/stock-detail.controller.ts:46
Method
getStockDetailChart
( @Param('stockCode') stockCode: string, @Body() body: StockDetailChartRequestDto, )
BE/src/stock/detail/stock-detail.controller.ts:82
Method
getStockIndex
()
BE/src/stock/index/stock-index.controller.ts:22
Method
getTodayStockTradeHistory
(@Param('stockCode') stockCode: string)
BE/src/stock/trade/history/stock-trade-history.controller.ts:36
Method
getTopFive
(@Query('market') market: MarketType)
BE/src/stock/topfive/stock-topfive.controller.ts:27
Method
getUserStockByCode
( @Req() request: Request, @Param('stockCode') stockCode: string, )
BE/src/asset/asset.controller.ts:32
Function
handleBuy
(e: FormEvent<HTMLFormElement>)
FE/src/components/StocksDetail/TradeSection/BuySection.tsx:92
Function
handleClick
()
FE/src/components/TopFive/Card.tsx:30
Function
handleClick
()
FE/src/components/Search/SearchCard.tsx:18
Function
handleCntInputBlur
(e: FocusEvent<HTMLInputElement>)
FE/src/components/StocksDetail/TradeSection/SellSection.tsx:101
Function
handleEditBtnClick
()
FE/src/components/Mypage/MyInfo.tsx:20
Function
handleKakaoBtnClick
()
FE/src/components/Login/index.tsx:39
Function
handleLogout
()
FE/src/components/Header.tsx:35
Function
handlePriceInputBlur
(e: FocusEvent<HTMLInputElement>)
FE/src/components/StocksDetail/TradeSection/BuySection.tsx:62
Function
handlePriceInputBlur
(e: FocusEvent<HTMLInputElement>)
FE/src/components/StocksDetail/TradeSection/SellSection.tsx:72
Method
handleRequest
(err: Error, user: TUser)
BE/src/auth/optional-auth-guard.ts:7
Function
handleSell
(e: FormEvent<HTMLFormElement>)
FE/src/components/StocksDetail/TradeSection/SellSection.tsx:116
Function
handleSocketData
(data: { stck_prpr: string; prdy_vrss: string; prdy_vrss_sign: string; prdy_ctrt: stri
FE/src/components/StocksDetail/Header.tsx:79
Function
handleSubmit
(e: FormEvent<HTMLFormElement>)
FE/src/components/Login/index.tsx:23
Function
handleTrade
()
FE/src/components/StocksDetail/TradeSection/TradeAlertModal.tsx:28
Function
handleTradeHistory
(chartData: PriceDataType)
FE/src/components/StocksDetail/PriceSection/index.tsx:40
Method
kakaoLogin
(@Req() req: Request, @Res() res: Response)
BE/src/auth/auth.controller.ts:51
Method
loginWithCredentials
( @Body(ValidationPipe) authCredentialsDto: AuthCredentialsDto, @Res() res: Response, )
BE/src/auth/auth.controller.ts:35
Method
logout
(@Res() res: Response)
BE/src/auth/auth.controller.ts:101
Method
onModuleInit
()
BE/src/common/websocket/base-socket.domain-service.ts:27
Method
on_start
(self)
scripts/stress-test.script.py:36
Function
on_test_stop
테스트 종료 시 상세한 통계 출력
scripts/stress-test.script.py:136
Method
postBookmark
( @Req() request: Request, @Param('stockCode') stockCode: string, )
BE/src/stock/bookmark/stock-bookmark.controller.ts:34
Method
refresh
(@Req() req: Request, @Res() res: Response)
BE/src/auth/auth.controller.ts:67
Method
renameUser
(@Req() request: Request, @Body() body: RenameUserDto)
BE/src/auth/user.controller.ts:42
Method
renameUser
(userId: number, newName: string)
BE/src/auth/user.service.ts:18
Method
requestApi
* @private 한국투자 Open API - API 호출용 공통 함수 * @param {string} trId - API 호출에 사용할 tr_id * @param {string} apiURL - API 호출에 사용할 URL * @param {Reco
BE/src/common/koreaInvestment/korea-investment.domain-service.ts:43
Method
requestApi
* @private NAVER Developers Search API - API 호출용 공통 함수 * @param {Record<string, string>} params - API 요청 시 필요한 쿼리 파라미터 DTO * @returns - API 호출에
BE/src/news/naver-api-domian.service.ts:13
Method
search
(params: SearchParams)
BE/src/stock/list/stock-list.repostiory.ts:21
Method
searchWithQuery
( @Query('name') name?: string, @Query('market') market?: string, @Query('code') code?: string,
BE/src/stock/list/stock-list.controller.ts:49
Method
sell
( @Req() request: Request, @Body(ValidationPipe) stockOrderRequest: StockOrderRequestDto, )
BE/src/stock/order/stock-order.controller.ts:62
Method
sell_stock
(self)
scripts/stress-test.script.py:80
Method
signUp
(@Body(ValidationPipe) authCredentialsDto: AuthCredentialsDto)
BE/src/auth/auth.controller.ts:29
Method
socketDataHandler
(data: string[])
BE/src/stockSocket/stock-price-socket.service.ts:35
Method
socketOpenHandler
()
BE/src/stockSocket/stock-price-socket.service.ts:27
Method
test_api_endpoint
(self)
scripts/stress-test.script.py:107
Method
unsubscribeCode
(@Query('stockCode') stockCode: string | string[])
BE/src/stock/trade/history/stock-trade-history.controller.ts:77
Method
unsubscribeMyStocks
(@Req() request: Request)
BE/src/asset/asset.controller.ts:82
Method
unsubscribeMyStocks
(userId: number)
BE/src/asset/asset.service.ts:158
Method
updateAllAssets
()
BE/src/asset/asset.controller.ts:89
Method
updateAllAssets
()
BE/src/asset/asset.service.ts:99
Method
updatePrevTotalAsset
()
BE/src/asset/asset.controller.ts:94
Method
updatePrevTotalAsset
()
BE/src/asset/asset.service.ts:167
Method
updateUserWithRefreshToken
( id: number, { refreshToken, refreshTokenExpiresAt, }: { refreshToken: string; refres
BE/src/auth/user.repository.ts:75
Function
useChart
()
FE/src/hooks/useChart.ts:3
Method
validate
( accessToken: string, refreshToken: string, profile: KakaoProfile, done: (error: Error, user?
BE/src/auth/strategy/kakao.strategy.ts:45
Method
validate
(payload: { email?: string; kakaoId?: string })
BE/src/auth/strategy/jwt.strategy.ts:36
Method
zrem
(key: string, member: string)
BE/src/common/redis/redis.domain-service.ts:59
← previous
301–381 of 381, ranked by callers