Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

1.0.0-development.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@Clumsy-Coder Clumsy-Coder released this 15 Jan 15:04
· 16 commits to development since this release

1.0.0-development.6 (2024-1-15)

✨ Features

  • api:user:submissions:verdict: add endpoint /api/users/[username]/submissions/verdict (33101e6)
  • api:user:submissions: add endpoint /api/users/[username]/submissions (023d886)
  • api:users:attempted: add endpoint /api/users/[username]/submissions/attempted (f3ea62c)
  • api:users:submissions: add endpoint /api/users/[username]/submissions/language (d773671)
  • api:users:submissions: add endpoint /api/users/[username]/submissions/overtime (01232a7)
  • components:charts: add SolvedVsAttemptedDonutChart component (25bda0e)
  • page:user: display problem solved VS user submissions with donut chart (e2689d5)
  • page:user: display user submissions by language with radar chart (54639ab)
  • page:user: display user submissions by verdict with bar chart (2d8a058)
  • page:user: display user submissions on /users/[username] page (c937b78)
  • page:user: display user submissions overtime with area chart (21ea5f1)