-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fe): edit contest page card list (#1386)
* feat: modify fetch paths based on session presence * fix(fe): fix fetch path for the main page * fix: fix contest card overflow error * fix: fix card padding * feat(fe): change badge status when registered * feat: add status at data table * fix(deps): update tiptap monorepo to ^2.2.2 (#1356) * fix(deps): update tiptap monorepo to ^2.2.2 * fix: fix lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jaemin Choi <1dotolee@gmail.com> * feat(be): implement get-contest api (#1370) * feat(be): implement get-contest api - 참가자 수 participants를 함께 반환하는 getContest api 구현 * docs(be): add get-contest api docs * chore(be): modify get-contest, get-contests to include participants - _count를 활용해 참가자수가 contest 정보에 포함되도록 설정 * test(be): modify test to use contest-with-participants * chore(be): remove unused pipe * chore(be): add is-visible field to problem model (#1366) * chore(be): add is-visible field to problem model * chore(be): modify problem input type - problem input type에서 visible 여부 설정 가능하도록 변경 * docs(be): modify admin create-problem api docs - input에 isVisible 설정 반영 * test(be): add is-visible to input * test(be): add is-visible to problem input * feat(be): add update-visibility api * docs(be): add update-visibility api docs * chore(be): delete useless update-visibility function * chore(be): modify get-problem functions to check is-visible Co-authored-by: SH9480P <realsehwan@gmail.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jaemin Choi <1dotolee@gmail.com> Co-authored-by: Jaehyeon Kim <kjhkk1020@naver.com> Co-authored-by: SH9480P <realsehwan@gmail.com>
- Loading branch information
1 parent
c52d42c
commit ed98ae3
Showing
8 changed files
with
85 additions
and
15 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
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
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
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