From 8ddb048709c8c0fe1bb74faa25cf84a91f4488b3 Mon Sep 17 00:00:00 2001 From: zoebelle-pang Date: Thu, 4 Apr 2024 22:38:14 +0800 Subject: [PATCH] no message --- README.md | 1 + docs/DeveloperGuide.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00174718924..c1c01dc05b6 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index fcb0c13223a..44512513067 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -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 | @@ -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.