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-T12-3] Hi:Re #10

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

Conversation

ChuaZenKhoon
Copy link

Hi:Re helps HR employees manage the contacts of the employees in their company, send info for meetings, as well as allow access controls for various levels of sensitive information . It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

Attention: Patch coverage is 28.07193% with 720 lines in your changes are missing coverage. Please review.

Project coverage is 52.53%. Comparing base (b896eb0) to head (67dd0b8).

❗ Current head 67dd0b8 differs from pull request most recent head 4ede1c2. Consider uploading reports for the commit 4ede1c2 to get more accurate results

Files Patch % Lines
.../main/java/seedu/address/logic/AccountManager.java 0.00% 108 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 75 Missing ⚠️
...rc/main/java/seedu/address/logic/LogicManager.java 1.78% 55 Missing ⚠️
...edu/address/logic/parser/AccountManagerParser.java 9.30% 39 Missing ⚠️
src/main/java/seedu/address/model/CommandList.java 37.09% 29 Missing and 10 partials ⚠️
...ain/java/seedu/address/ui/LoginFormController.java 0.00% 26 Missing ⚠️
.../java/seedu/address/ui/RegisterFormController.java 0.00% 26 Missing ⚠️
...va/seedu/address/logic/commands/ExportCommand.java 0.00% 25 Missing ⚠️
...seedu/address/logic/commands/DeleteTagCommand.java 0.00% 22 Missing ⚠️
...edu/address/storage/JsonCsvAddressBookStorage.java 0.00% 21 Missing ⚠️
... and 40 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master      #10       +/-   ##
=============================================
- Coverage     75.26%   52.53%   -22.73%     
- Complexity      419      496       +77     
=============================================
  Files            71      109       +38     
  Lines          1338     2290      +952     
  Branches        126      217       +91     
=============================================
+ Hits           1007     1203      +196     
- Misses          301     1017      +716     
- Partials         30       70       +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

ShanylOng and others added 30 commits April 15, 2024 21:38
Add redo implementation to DG
* v1.4-UG-Update:
  Update minor UG bug
  Update UserGuide.md
  Update UG
  Update UG
* 'master' of https://github.com/shunjieee/tp: (29 commits)
  Update minor bug in UserGuide.md
  Add section on Planned Enhancements
  Fix Checkstyle and Bugs
  Add testcases for find and list commands
  Fix Tags not showing
  Add redo implementation to DG
  Add use cases (Register, Login, Logout)
  Fix 2 small bugs
  Catch the AccounException in MainWindow
  Change Finance to finance
  Remove duplicate delete use case
  Update DG
  Add test cases for account feature
  Update StorageClassDiagram
  Update ModelClassDiagram
  Update ArchitectureSequenceDiagram
  Update ParserClasses
  Update DeleteSequenceDiagram
  Update LogicClassDiagram UML
  Update ComponentManagers UML
  ...
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