Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS2103T-T16-4] TutorTrack #156

Open
wants to merge 192 commits into
base: master
Choose a base branch
from

Conversation

justinlengch
Copy link

TutorTrack is a student management platform for private tutors to track all their students that they are teaching. It is optimizes for CLI users that prefer keyboard inputs that can be executed faster than GUI buttons.

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 63.41808% with 259 lines in your changes are missing coverage. Please review.

Project coverage is 68.64%. Comparing base (b896eb0) to head (f052ad6).

❗ Current head f052ad6 differs from pull request most recent head ee28833. Consider uploading reports for the commit ee28833 to get more accurate results

Files Patch % Lines
...u/address/logic/parser/AddLessonCommandParser.java 0.00% 30 Missing ⚠️
...seedu/address/logic/commands/AddLessonCommand.java 0.00% 28 Missing ⚠️
...eedu/address/logic/commands/MarkLessonCommand.java 0.00% 28 Missing ⚠️
.../main/java/seedu/address/ui/ScheduleListPanel.java 0.00% 26 Missing ⚠️
...c/main/java/seedu/address/ui/StudentListPanel.java 0.00% 21 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 19 Missing ⚠️
.../address/logic/parser/MarkLessonCommandParser.java 0.00% 14 Missing ⚠️
src/main/java/seedu/address/ui/StudentCard.java 0.00% 14 Missing ⚠️
...va/seedu/address/logic/commands/RemarkCommand.java 58.33% 8 Missing and 2 partials ⚠️
.../main/java/seedu/address/model/student/Lesson.java 79.59% 7 Missing and 3 partials ⚠️
... and 16 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #156      +/-   ##
============================================
- Coverage     75.26%   68.64%   -6.62%     
- Complexity      419      473      +54     
============================================
  Files            71       84      +13     
  Lines          1338     1732     +394     
  Branches        126      172      +46     
============================================
+ Hits           1007     1189     +182     
- Misses          301      496     +195     
- Partials         30       47      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

justinlengch and others added 23 commits March 7, 2024 13:47
index.md currently reflects information about AddressBook.

Updating index.md ensures that it reflects the desired information about
TutorTrack which can be referred to.

Let's update the relevant information on index.md.
index.md: updating to reflect information about TutorTrack
Updating README.md ensures that it reflects the desired information
about TutorTrack which can be referred to.

Let's update the relevant information on README.md
Let's correct the overlooked portion.
DeveloperGuide.md currently reflects user stories for AddressBook.

Updating DeveloperGuide.md ensures that it reflects the desired user
stories for TutorTrack.

Let's update the relevant user stories on DeveloperGuide.md.

User guides are important to identify features that TutorTrack requires.
DeveloperGuide.md: updating to reflect user stories for TutorTrack
Updated AboutUs.md and added photo
Added target user profile, value propositions and rest of the user stories.
Changed wordings in user stories
Chiarena and others added 30 commits April 15, 2024 21:39
Make UI reflect edited subject for lessons
Provide credit for code reuse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants