-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: 카테고리 삭제 body 상태코드응답 - HttpCode()를 사용하면 응답코드를 바꾼다는 것을 알았다. - 204 넣으면 바디가 있더라도 응답 안줌 * feat: 학습기록 생성시 date 계산해서 저장 - 기준 시간과 learning_time을 빼서 이를 Date객체 .setTime을 통해 저장 * fix: accesstoken 인증시 async로 인한 실수 * feat: category를 기준으로 그룹화하여 today 기록 응답 - typeorm의 queryBuilder를 통해 쿼리 요청하여 그룹핑 및 합 계산 * fix: category_id 없어도 post * fix: 카테고리 마다 시간 0이어도 출력 - 아우터 조인 실제 쿼리로 작성
- Loading branch information
1 parent
442013c
commit 8d9aef1
Showing
2 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters