Vreddy27 / EMU-COSC381-Project1

MIT License
0 stars 0 forks source link

Enable students to view the grades #2

Open Vreddy27 opened 6 months ago

Vreddy27 commented 6 months ago

User Story As a student, I want to be able to view my grades online so that I can track my academic performance and identify areas for improvement.

Detailed Description The students need a feature where they can access their grades through an online platform. This feature will provide them with a convenient way to monitor their academic progress and help them identify areas for improvement.

Task List

Acceptance Criteria

Acceptance Tests

  1. Students will be able to access grades with valid credentials.
  2. Students can check the mean grade for the class.
  3. Students can check the rubric to see the answers.
eyu776 commented 6 months ago

"Subject: " and "Body: " in the commit message template are placeholders. In the future you should format commits like (using your commit as an example):

Add: initial content {must have BLANK new line here} Added a new file 'example.txt' with the content 'Hello, this is commit 1'.

{you can potentially add steps/changes made in the commit}
* change 1
* change 2
* change 3

Issue #2