-
Notifications
You must be signed in to change notification settings - Fork 521
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
base: master
Are you sure you want to change the base?
[CS2103T-T16-4] TutorTrack #156
Conversation
Let's migrate the docs site from Jekyll to MarkBind. Primary author: @tlylt in se-edu/addressbook-level3/pull/156 Further tweaks: @damithc in se-edu/addressbook-level3/pull/206
…bind Switch docs to markbind
Codecov ReportAttention: Patch coverage is
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. |
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.
Updating README.md
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
Add details in AboutUs
Updated AboutUs.md and added photo
About us added
Added target user profile, value propositions and rest of the user stories.
Changed wordings in user stories
Bug branch
Bug fixing branch
Fix checkstyle issues
Added some use cases
Make UI reflect edited subject for lessons
Update Ui.png
Provide credit for code reuse
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.