-
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-F12-3] TutorPro #180
base: master
Are you sure you want to change the base?
[CS2103T-F12-3] TutorPro #180
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #180 +/- ##
=============================================
- Coverage 75.26% 63.94% -11.32%
- Complexity 419 545 +126
=============================================
Files 71 96 +25
Lines 1338 2047 +709
Branches 126 226 +100
=============================================
+ Hits 1007 1309 +302
- Misses 301 677 +376
- Partials 30 61 +31 ☔ View full report in Codecov by Sentry. |
Add student class
Make student package
Add Javadocs to some CommandResult methods
Add simple UI and sample data. Codecov can be ignored for changes that are not practical to test.
BetterModelClassDiagram.puml: Add Student
BetterModelClassDiagram.puml: Delete Student
Add add command
Update UI to match TutorPro
Add TAG constraint in UG
Add images in Quick Start
Add JsonAdaptedParentTest.java
update chujie.md
Add JsonAdaptedEventTest.java
Update carsten.md
Update tarinpairor.md again
DeveloperGuide.md: Add acknowledgement
update my md
TarinPairor: Remove invalid statements
TutorPro is a desktop application for private tutors to manage their students' details. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). Tutors can track tutees' grades, addresses, and deadlines easily using TutorPro's CLI interface, and thus efficiently manage tutoring sessions.