After the changes in the above pull requests, it is now required for assessments to be published before they are visible to students . However, the dashboard still currently reflects only the ungraded submissions out of the total submissions per group, which is taken from a backend route (see above picture). A more useful tracking field for admins would be to track the number of published submissions instead rather than graded submissions - otherwise, this dashboard would not reflect the feedback that the students receive from the avengers. To solve this, the backend route that returns the dashboard details by group would need to be tweaked to return the number of published instead of graded submissions for use by the frontend, which would need to be adjusted accordingly.
Related to #965 and https://github.com/source-academy/frontend/pull/2856
requires pairing with frontend tweaks as in https://github.com/source-academy/frontend/issues/2898.
After the changes in the above pull requests, it is now required for assessments to be published before they are visible to students . However, the dashboard still currently reflects only the ungraded submissions out of the total submissions per group, which is taken from a backend route (see above picture). A more useful tracking field for admins would be to track the number of published submissions instead rather than graded submissions - otherwise, this dashboard would not reflect the feedback that the students receive from the avengers. To solve this, the backend route that returns the dashboard details by group would need to be tweaked to return the number of published instead of graded submissions for use by the frontend, which would need to be adjusted accordingly.