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-W11-2] Staff'd #83

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

Conversation

Gabau
Copy link

@Gabau Gabau commented Sep 15, 2021

Staff'd helps restaurant managers manage their staff. It is optimised for CLI users so that frequent tasks can be done faster by typing in commands.

@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2021

Codecov Report

Merging #83 (0902906) into master (ba53b8c) will decrease coverage by 3.10%.
The diff coverage is 68.17%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #83      +/-   ##
============================================
- Coverage     72.15%   69.05%   -3.11%     
- Complexity      399      953     +554     
============================================
  Files            70      117      +47     
  Lines          1232     3277    +2045     
  Branches        125      524     +399     
============================================
+ Hits            889     2263    +1374     
- Misses          311      814     +503     
- Partials         32      200     +168     
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/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% <ø> (ø)
...ss/logic/commands/SchedulePeriodChangeCommand.java 0.00% <0.00%> (ø)
...address/logic/commands/StaffStatisticsCommand.java 0.00% <0.00%> (ø)
...a/seedu/address/logic/parser/ArgumentMultimap.java 92.30% <0.00%> (-7.70%) ⬇️
... and 96 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...0902906. Read the comment docs.

Domszy pushed a commit to Domszy/tp that referenced this pull request Oct 19, 2021
…UpdateDocumentation

Update Ui.png for v1.2
okyntary added a commit to okyntary/tp that referenced this pull request Oct 21, 2021
…d-command

Add Find command for Reminders
IrvingHe000 and others added 27 commits November 5, 2021 15:43
* master: (26 commits)
  Fix test cases
  Fix import error
  Improves error message upon parse error for setDefaultShiftTimings command
  Update docs/UserGuide.md
  Checkstyle
  Add tests for SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Add tests for the parsers of SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Track storage files
  Create test classes related to SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Fix test cases
  Fix invalid timings bug and add test cases
  Update setShiftTime classes and test cases
  Minor update for SetShiftTimeCommand
  no message
  Updated relevant changes in UG
  no message
  Fixed interaction with Change command.
  Removed unused import again
  Removed unused variable.
  Removed unused import.
  ...
* master: (29 commits)
  Fix test cases
  Fix test cases
  Fix import error
  Improves error message upon parse error for setDefaultShiftTimings command
  Update docs/UserGuide.md
  Checkstyle
  Add tests for SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Add tests for the parsers of SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Track storage files
  Create test classes related to SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Fix test cases
  Fix invalid timings bug and add test cases
  Update setShiftTime classes and test cases
  Minor update for SetShiftTimeCommand
  Update AddShiftCommand:equals and add more test cases to cover different senarios
  Minor message update
  no message
  Updated relevant changes in UG
  no message
  Fixed interaction with Change command.
  ...

# Conflicts:
#	docs/UserGuide.md
# Conflicts:
#	src/main/java/seedu/address/logic/commands/SetDefaultShiftTimingsCommand.java
Add attendance related test cases
Update UG content related to addShift and SetShiftTime
* master: (43 commits)
  Fix test cases
  Fix method call
  Add explanation to DayOfWeek
  Fix issues
  Fix test cases
  Fix test cases
  Fix import error
  Improves error message upon parse error for setDefaultShiftTimings command
  Address comments
  Update docs/UserGuide.md
  Checkstyle
  Add tests for SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Add tests for the parsers of SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Add tests for deleteShift command
  Track storage files
  Create test classes related to SetRoleReqCommand and SetDefaultShiftTimingsCommand
  Add tests for deleteCommand and deleteCommandParser
  Fix no staff satisfies checkstyle
  Add more tests for schedule
  Add individual stats test cases
  ...
# Conflicts:
#	src/main/java/seedu/address/model/person/Shift.java
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.

None yet

6 participants