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] RHRH #150

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

Conversation

Javiier-pzk
Copy link

Restaurant HR helper (RHRH) is created with the purpose of helping restaurant managers to manage the employees’ information (shift schedule, contact), diners (reservation timing, diner contacts), and suppliers (supplier meet up timing/weekly collection schedule, contacts). 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 Sep 28, 2021

Codecov Report

Merging #150 (f85a3dd) into master (ba53b8c) will increase coverage by 6.62%.
The diff coverage is 82.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #150      +/-   ##
============================================
+ Coverage     72.15%   78.78%   +6.62%     
- Complexity      399     1346     +947     
============================================
  Files            70      167      +97     
  Lines          1232     3860    +2628     
  Branches        125      515     +390     
============================================
+ Hits            889     3041    +2152     
- Misses          311      673     +362     
- Partials         32      146     +114     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...ogic/parser/GetCustomerReservingCommandParser.java 0.00% <0.00%> (ø)
.../main/java/seedu/address/model/person/Address.java 90.00% <ø> (+10.00%) ⬆️
...rc/main/java/seedu/address/model/person/Email.java 90.00% <ø> (+10.00%) ⬆️
src/main/java/seedu/address/model/person/Name.java 90.00% <ø> (+10.00%) ⬆️
...c/main/java/seedu/address/model/person/Person.java 42.85% <ø> (-54.77%) ⬇️
...rc/main/java/seedu/address/model/person/Phone.java 90.00% <ø> (+10.00%) ⬆️
src/main/java/seedu/address/model/tag/Tag.java 90.00% <ø> (+10.00%) ⬆️
...n/java/seedu/address/storage/JsonAdaptedTable.java 0.00% <0.00%> (ø)
... and 138 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 ba53b8c...f85a3dd. Read the comment docs.

clementkfj and others added 29 commits November 2, 2021 14:05
…sses and rename method in TypicalCustomers class
Improve JUnit test for ResetSupplier/Customer/EmployeeSortCommand
…ting

change all instance of SPECIALREQUEST to SPECIAL_REQUEST
Javiier-pzk and others added 30 commits November 8, 2021 02:06
…ting

Add use cases and manual testing test cases
…into v1.4b-dg-usecase-testcase

# Conflicts:
#	docs/DeveloperGuide.md
…nual-testing

Updated Find usecases and Find, Edit manual testing
Fix use cases and add new use cases
Sorry guys my english is broken
…ting

Final cosmetic changes to DG and update javiier-pzk PPP
Attempt to change the size of UiClassDiagram
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