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

0.1.0

Compare
Choose a tag to compare
@bitterteriyaki bitterteriyaki released this 06 Dec 13:37
· 337 commits to main since this release
0.1.0
c2ea9b9

Release Notes

Features

  • templates/problems: improve the problem detail page
  • templates/contests: improve the contest details page
  • templates/contests: show the number of problems in a contest
  • templates/contests: improve contests list page
  • templates/contests: add the contest duration inside the card
  • apps/problems: add the initial problem app
  • apps/contests: improve the admin page
  • apps/contests: save the sent code as a string buffer
  • apps/contests: add the initial views for the contest app
  • apps/contests: add a status field to the contest model
  • apps/contests: add the initial contests app
  • apps/users: add the initial users app
  • templates: add initial registering template
  • templates/base: add the initial navbar
  • templates: add the initial project templates
  • templates/problems: improve the problem detail page
  • templates/contests: improve the contest details page
  • templates/contests: show the number of problems in a contest
  • templates/contests: improve contests list page
  • templates/contests: add the contest duration inside the card
  • apps/problems: add the initial problem app
  • apps/contests: improve the admin page
  • apps/contests: save the sent code as a string buffer
  • apps/contests: add the initial views for the contest app
  • apps/contests: add a status field to the contest model
  • apps/contests: add the initial contests app
  • apps/users: add the initial users app
  • templates: add initial registering template
  • templates/base: add the initial navbar
  • templates: add the initial project templates
  • add the initial Django project

Fixes

  • templates/base: fix dropdown menu style
  • fix user's dropdown menu boundaries
  • templates/contests: fix template tag spacing
  • templates/contests: pluralize the word problem correctly
  • templates/base: fix dropdown menu style
  • fix user's dropdown menu boundaries
  • templates/contests: fix template tag spacing
  • templates/contests: pluralize the word problem correctly
  • fix mypy module conflict