Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 4, 2024
1 parent 18c5464 commit 8ddb048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Provide tutors with access to contact details and schedules of their students.
- Provides easy lookup of students
- Filter contacts by subjects or grade level
- Shows payment status of student
- Show tutoring sessions in a calendar
- Allows tutor to add notes to individual student

For the detailed documentation of this project, see [TutorsGo Product Website](https://ay2324s2-cs2103-f15-2.github.io/tp/)
Expand Down
7 changes: 3 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
| `* * *` | tutor | edit my own details | update whenever my contact details changes |
| `* *` | tutor | filter my students by subject / grade level | tailor my teaching approach according to students' needs |
| `* *` | tutor | view all outstanding payments | remind their parents of their tuition fees |
| `* *` | tutor | sort the students by grade level | tailor my teaching approach according to students' needs |
| `* *` | tutor | view my schedules | get to the appointed lessons on time |
| `*` | tutor | track attendence of students | monitor their commitment to tutoring sessions |
| `*` | tutor | reschedule sessions with my students | accomodate changes in availability |
Expand Down Expand Up @@ -455,13 +454,13 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

Use case ends.

**Use case: Track attendance**
**Use case: Track payment status**

**MSS**
1. User requests to list students
2. TutorsGo shows a list of students
3. User requests to track attendance of a specific person in the list
4. TutorsGo shows all dates student has attended
3. User requests to track stu who not paid in the list
4. TutorsGo shows all the student Not paid

Use case ends.

Expand Down

0 comments on commit 8ddb048

Please sign in to comment.