-
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.
chore(be): standardize the return format of 'get' apis (#1507)
* chore(be): seperate total field from get-problems apis * chore(be): resolve path conflict problem * docs(be): add get-problem-count api docs * chore(be): remove finished field from returned object of get-finished-contests * Revert "chore(be): remove finished field from returned object of get-finished-contests" This reverts commit 4ae342a. * Revert "docs(be): add get-problem-count api docs" This reverts commit cb29f05. * Revert "chore(be): resolve path conflict problem" This reverts commit 37b12dc. * Revert "chore(be): seperate total field from get-problems apis" This reverts commit da674f8. * chore(be): replace field name(problem module) * chore(be): replace field name(group module) * chore(be): replace field name(notice module) * chore(be): replace field name(submission module) * chore(be): replace field name(workbook module) * chore(be): replace field name(contest module) * fix(be): add where condition * fix(be): fix lint warning * refactor(be): remove unused condition * fix(be): unpack config condition * test(be): add notice-total * fix(be): match options for count total --------- Co-authored-by: Jiyun Park <[email protected]>
- Loading branch information
1 parent
599e975
commit 650cab3
Showing
21 changed files
with
193 additions
and
92 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
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
Oops, something went wrong.