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

Add order command #25

Merged
merged 20 commits into from
Mar 14, 2024

Conversation

guanquann
Copy link
Member

@guanquann guanquann commented Mar 12, 2024

  • Add addorder command [addorder [INDEX] r/ [DESCRIPTION] d/ [DATE]]
  • For example: addorder 1 r/ test d/ 2024-04-01
  • Show the number of orders from each supplier in GUI
  • Added most testing
  • User guide

image

@guanquann guanquann added type.Story A user story priority.High Must Implement labels Mar 12, 2024
@guanquann guanquann added this to the v1.2 milestone Mar 12, 2024
@guanquann guanquann self-assigned this Mar 12, 2024
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

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

Project coverage is 78.48%. Comparing base (99eb73f) to head (4ee0fa8).

Files Patch % Lines
src/main/java/seedu/address/ui/PersonCard.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #25      +/-   ##
============================================
+ Coverage     75.96%   78.48%   +2.52%     
- Complexity      444      496      +52     
============================================
  Files            72       77       +5     
  Lines          1377     1520     +143     
  Branches        133      148      +15     
============================================
+ Hits           1046     1193     +147     
+ Misses          301      297       -4     
  Partials         30       30              

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

@guanquann guanquann linked an issue Mar 12, 2024 that may be closed by this pull request
maze508

This comment was marked as resolved.

@guanquann guanquann merged commit 3ce7669 into AY2324S2-CS2103T-T16-3:master Mar 14, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must Implement type.Story A user story
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add orders from suppliers
2 participants