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

[CS2103-F10-1] TAddressBook #58

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

Conversation

geetengtan
Copy link

TAddressBook provides Teaching Assistants with a systematic way to keep track of their students’ assignments, including who he/she has graded and what grade was given for every lab. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2022

Codecov Report

Merging #58 (131bb05) into master (4f7660a) will increase coverage by 4.04%.
The diff coverage is 82.81%.

@@             Coverage Diff              @@
##             master      #58      +/-   ##
============================================
+ Coverage     72.15%   76.20%   +4.04%     
- Complexity      399      685     +286     
============================================
  Files            70      100      +30     
  Lines          1232     1937     +705     
  Branches        125      204      +79     
============================================
+ Hits            889     1476     +587     
- Misses          311      402      +91     
- Partials         32       59      +27     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.37% <ø> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
.../main/java/seedu/address/commons/core/Version.java 82.50% <ø> (ø)
...ava/seedu/address/commons/util/CollectionUtil.java 87.50% <ø> (ø)
...main/java/seedu/address/commons/util/FileUtil.java 77.27% <ø> (ø)
...main/java/seedu/address/commons/util/JsonUtil.java 94.11% <ø> (ø)
...in/java/seedu/address/commons/util/StringUtil.java 94.73% <ø> (ø)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø)
...ss/logic/commands/exceptions/CommandException.java 100.00% <ø> (ø)
... and 80 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f7660a...131bb05. Read the comment docs.

channne and others added 29 commits March 24, 2022 20:06
Make Lab List more responsive in UI.
Edit User Stories and Use Cases based on discussed implementation
update Developer Guide for FilterCommand feature
add exception handling for lab not found in masterList
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.

4 participants