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-W17-3] ClientConnect #81

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

Conversation

michaelseyo
Copy link

ClientConnect is a desktop app for managing clients’ contact details, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). Are you a fast typer? ClientConnect can get your client management tasks done faster than traditional GUI apps with the ability to find specific clients based on keywords provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2022

Codecov Report

Merging #81 (0f3e0d3) into master (4f7660a) will decrease coverage by 3.90%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #81      +/-   ##
============================================
- Coverage     72.15%   68.24%   -3.91%     
- Complexity      399      724     +325     
============================================
  Files            70      116      +46     
  Lines          1232     2485    +1253     
  Branches        125      292     +167     
============================================
+ Hits            889     1696     +807     
- Misses          311      697     +386     
- Partials         32       92      +60     
Impacted Files Coverage Δ
.../seedu/address/logic/parser/AddressBookParser.java 56.66% <0.00%> (-43.34%) ⬇️
...ain/java/seedu/address/storage/JsonAdaptedTag.java 61.11% <0.00%> (-38.89%) ⬇️
...rc/main/java/seedu/address/logic/LogicManager.java 42.55% <0.00%> (-32.45%) ⬇️
...ain/java/seedu/address/storage/StorageManager.java 70.58% <0.00%> (-23.86%) ⬇️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% <0.00%> (-20.00%) ⬇️
...va/seedu/address/logic/commands/CommandResult.java 72.00% <0.00%> (-16.24%) ⬇️
.../seedu/address/logic/parser/FindCommandParser.java 85.00% <0.00%> (-15.00%) ⬇️
...rc/main/java/seedu/address/model/ModelManager.java 91.01% <0.00%> (-8.99%) ⬇️
src/main/java/seedu/address/model/UserPrefs.java 72.22% <0.00%> (-7.78%) ⬇️
.../java/seedu/address/logic/commands/AddCommand.java 92.85% <0.00%> (-7.15%) ⬇️
... and 70 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...0f3e0d3. Read the comment docs.

michaelseyo and others added 29 commits March 16, 2022 00:38
Fix empty list cell colouring for light theme
Add unit test for undo command
Add a check if previous command was undoable
Fix bug in empty table colouring
Fix bug in undo command which caused undo to not work
Update DG to contain details about implementation on "clip" command
jiewei98 and others added 30 commits April 11, 2022 03:54
Fix aboutus.html not displaying jiewei98.png
Make small updates to documentation and code
Update UserGuide and PPP with small changes to DG
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