0d059f6
(#56 by @fu050409) Support create and list all contests.0d059f6
(#56 by @fu050409) SupportContestProblem
model to display submits and acceptations.0d059f6
(#56 by @fu050409) Support enpoints for getting rank list.
3df5237
(#54 by @fu050409) Support create and list all contests.3df5237
(#54 by @fu050409) SupportContestProblem
model to display submits and acceptations.
8a48b23
(#50 by @fu050409) Optimize endpoints for problem updates.8a48b23
(#50 by @fu050409) List submissions by problem for account.
6abc5bc
(#43 by @fu050409) Add endpoint to delete a problem by specified problem ID.1bee9b5
(#44 by @K0nnyaku) Support list submissions by user or contest or user and contest
2af9a74
(#40 by @fu050409) Refactor problem strucutre to support multiple test cases and safely handle input/output files.
-
dde16a7
(#34 by @fu050409) Optimize data structures and code for better performance.Also, make the codes more readable and easier to maintain.
46477a6
(#28 by @fu050409) Full rewrite all api endpoints of assets.c2d07a2
(#26 by @fu050409) Rewrite the model of submission.
-
7a4e263
(#15 by @fu050409) Refactorsurrealdb::sql::Thing
in user interface data structures.- Use
UserRecordId
insteadsurreal::sql::Thing
in structs. - Remove
role
fromAccount
definition. - Refactor and re-export
ProblemDetail
in user interface.
- Use
e51a965
(#14 by @fu050409) Refactoredlist
method for account owned problems.e28b7a2
(#12 by @fu050409) Refactor api for getting user profile, allow get user profile anonymously