source-academy/backend

Refactor and code-split `assessments.ex`

Opened this issue · 1 comments

It has over 2800 lines of code and can be separated more clearly

We can start by splitting stuff related to:

  • grading
  • contest voting
  • sorting/filtering (views)

away from the main file with the assessments logic