[CS2103T-F12-3] TutorPro#180
Open
agreatdayy wants to merge 322 commits into
Open
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.