Skip to content

[CS2103-F09-4] LogOnce #86

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

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

Conversation

tigerting98
Copy link

LogOnce is a one-stop logistics tracker for clerks to monitor shipping statuses of all clients and perform common logistics operations.

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2020

Codecov Report

Merging #86 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #86   +/-   ##
=========================================
  Coverage     72.31%   72.31%           
  Complexity      400      400           
=========================================
  Files            70       70           
  Lines          1228     1228           
  Branches        124      124           
=========================================
  Hits            888      888           
  Misses          308      308           
  Partials         32       32           

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 6389d85...3973e19. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Oct 7, 2020

Codecov Report

Merging #86 (94e0a7f) into master (b3e3b78) will decrease coverage by 9.42%.
The diff coverage is 60.83%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #86      +/-   ##
============================================
- Coverage     72.31%   62.88%   -9.43%     
- Complexity      400      663     +263     
============================================
  Files            70      119      +49     
  Lines          1228     2371    +1143     
  Branches        124      260     +136     
============================================
+ Hits            888     1491     +603     
- Misses          308      811     +503     
- Partials         32       69      +37     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ain/java/seedu/address/logic/commands/Command.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...va/seedu/address/logic/commands/CommandResult.java 78.94% <0.00%> (-9.29%) 10.00 <0.00> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/HelpCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...seedu/address/logic/commands/ListOrderCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...c/main/java/seedu/address/logic/parser/Prefix.java 91.66% <ø> (ø) 7.00 <0.00> (ø)
.../main/java/seedu/address/model/person/Address.java 80.00% <ø> (ø) 6.00 <0.00> (ø)
...rc/main/java/seedu/address/model/person/Email.java 80.00% <ø> (ø) 6.00 <0.00> (ø)
... and 148 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 b3e3b78...6359268. Read the comment docs.

nopenotj added a commit to nopenotj/tp that referenced this pull request Oct 8, 2020
li-s added a commit to li-s/tp that referenced this pull request Oct 11, 2020
Modify AddCommand AddCommandParser to TagCommand and TagCommandParser
chunyongg pushed a commit to chunyongg/Serenity that referenced this pull request Oct 14, 2020
BILLXYR pushed a commit to BILLXYR/tp that referenced this pull request Oct 18, 2020
Licheng-Wu added a commit to Licheng-Wu/tp that referenced this pull request Oct 21, 2020
cx0810 and others added 23 commits October 29, 2020 23:56
fix bugs (UpdateOrderCommand)
Initialize with empty lists when there is no data file found
…into undoCommand

* 'master' of https://github.com/AY2021S1-CS2103-F09-4/tp:
  Fix checkstyle violations
  fix bugs
  Add correct UI image for ReadMe
  Update read me
  Initialize with empty lists when there is no data file found
  implement UpdateOrderCommand
  implement UpdateOrderCommand

# Conflicts:
#	src/main/java/seedu/address/logic/parser/AddressBookParser.java
Update UserGuide and Developer Guide for Undo command
youyingfeng and others added 30 commits November 9, 2020 20:43
included descriptions for Update commands. (UpdateOrder + UpdateClient)
Update documentation and fix some website bugs
example photos for update commands (before + after)
Add Update Sequence Diagrams and User Guide
updated user guide to include example screenshots of commands being executed
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.

7 participants