-
Notifications
You must be signed in to change notification settings - Fork 565
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-T17-1] TAB #82
base: master
Are you sure you want to change the base?
[CS2103T-T17-1] TAB #82
Conversation
Codecov ReportBase: 72.15% // Head: 70.58% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
============================================
- Coverage 72.15% 70.58% -1.58%
- Complexity 399 626 +227
============================================
Files 70 99 +29
Lines 1232 2223 +991
Branches 125 237 +112
============================================
+ Hits 889 1569 +680
- Misses 311 589 +278
- Partials 32 65 +33
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fixed a minor bug that causes TAB to fail to open if Assignments are empty Minor fixes to pass Java CI
the right pane in TAB
50 add filter function
Add Assignments class and AddAssignmentsCommand
Multiple tabs
Add show command
…serguidemd-to-include-remark-command
Fix indexing issue
Edit error
Fix developer guide and update ppp
Update UserGuide.md
Update DG and PPP
Update UserGuide.md
Edit bug for addassignments
Update dg
Update ug
TAB (Teacher's Address Book) helps professors/teaching assistants maintain vital information (i.e. grades, contact, availability, etc) of students under their modules/classes. These information are stored in a list that can be easily accessed and modified by the users.