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-T17-1] TAB #82

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

Conversation

cxyterence
Copy link

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.

@cxyterence cxyterence closed this Sep 14, 2022
@cxyterence cxyterence reopened this Sep 14, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2022

Codecov Report

Base: 72.15% // Head: 70.58% // Decreases project coverage by -1.57% ⚠️

Coverage data is based on head (a7d81de) compared to base (77a32bf).
Patch coverage: 66.25% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
src/main/java/seedu/address/Main.java 0.00% <ø> (ø)
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...ain/java/seedu/address/commons/util/ChartUtil.java 0.00% <0.00%> (ø)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø)
.../seedu/address/logic/parser/AddressBookParser.java 53.57% <0.00%> (-46.43%) ⬇️
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø)
src/main/java/seedu/address/ui/InfoDisplay.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/PersonCard.java 0.00% <0.00%> (ø)
...rc/main/java/seedu/address/ui/PersonListPanel.java 0.00% <0.00%> (ø)
... and 55 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

KJunWei and others added 27 commits October 13, 2022 23:37
Fixed a minor bug that causes TAB to fail to open if Assignments are empty

Minor fixes to pass Java CI
Add Assignments class and AddAssignmentsCommand
KJunWei and others added 30 commits November 7, 2022 18:22
Fix developer guide and update ppp
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.

6 participants