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-T12-1] UltimateDivocTracker #43

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

Conversation

lzf834
Copy link

@lzf834 lzf834 commented Feb 14, 2022

Ultimate DivocTracker is a desktop app for managing COVID-19 contacts in school admin, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, Ultimate DivocTracker can get your contact management tasks done faster than traditional GUI apps.

@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2022

Codecov Report

Merging #43 (4a03a18) into master (4f7660a) will decrease coverage by 1.32%.
The diff coverage is 71.42%.

@@             Coverage Diff              @@
##             master      #43      +/-   ##
============================================
- Coverage     72.15%   70.83%   -1.33%     
- Complexity      399      511     +112     
============================================
  Files            70       81      +11     
  Lines          1232     1577     +345     
  Branches        125      218      +93     
============================================
+ Hits            889     1117     +228     
- Misses          311      373      +62     
- Partials         32       87      +55     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <ø> (ø)
.../seedu/address/logic/parser/AddressBookParser.java 80.00% <0.00%> (-20.00%) ⬇️
.../seedu/address/logic/parser/FindCommandParser.java 75.00% <0.00%> (-25.00%) ⬇️
.../main/java/seedu/address/model/person/Address.java 80.00% <ø> (ø)
src/main/java/seedu/address/model/person/Name.java 80.00% <ø> (ø)
...rc/main/java/seedu/address/model/person/Phone.java 80.00% <ø> (ø)
src/main/java/seedu/address/ui/HelpWindow.java 0.00% <ø> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <0.00%> (ø)
... and 34 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...4a03a18. Read the comment docs.

lzf834 and others added 29 commits March 20, 2022 16:06
Added skeleton for DG additions.
Template can be found in the Status skeleton.
Added skeleton for DG additions.
Template can be found in the Status skeleton.
Update DeveloperGuide.md
Add assertion to build.gradle
- `Status` Feature
- `FindByStatus` Feature
- `Activity` Feature
Add Batch Update and ClassCode developer guide
Addition to DeveloperGuide.md
Add CSV Compatibility documentation in DG
Add logging and exception checking to batch update enhancement
Added information for Find By Class Code, Find By Activity.
Updated design considerations for Find By Class Code, Find By Activity, and Find By Status.
Updated implementation information for Status, Class Code, Activity and Find By Status.
Added followed steps for Find By Class Code, Find By Activity, and Find By Status.
Update DeveloperGuide.md
Change sample data for address book and release version
Add logging to DeleteCommand
lzf834 and others added 30 commits April 11, 2022 15:09
Add Design Consideration for Batch Update
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