EvanMeyerEmich / emeyer-repo

MIT License
0 stars 0 forks source link

Enable students to view the grades #1

Open EvanMeyerEmich opened 6 months ago

EvanMeyerEmich commented 6 months ago

User Story As a student, I want to view my grades on the platform so that I can track my academic performance and identify areas where I need improvement.

EvanMeyerEmich commented 6 months ago

User Story

As a student, I want to view my grades on the platform so that I can track my academic performance and identify areas where I need improvement.

Detailed Description

The feature should allow students to access their grades through their dashboard on the platform. This should include grades for all their courses, along with relevant statistics like average grades, highest and lowest grades, and perhaps a comparison with class average. The grades should be updated in real-time as they are entered by instructors or administrators.

Task List

Acceptance Criteria

Acceptance Tests

  1. Log in as a student and navigate to the 'Grades' section. All current courses with corresponding grades should be listed.
  2. Update a grade as an instructor/admin, then verify that the change is reflected in the student's 'Grades' section immediately.
  3. Check responsiveness and clarity of the grades display on different devices and screen sizes.
  4. Attempt to access another student's grades to ensure proper access control is enforced.

Labels