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

[CS2113-T16-3] Expiry Eliminator #37

Open
wants to merge 513 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 26, 2021

  1. Merge pull request #65 from vincentlauhl/BugfixCookedRecipe

    Bugfix cooked recipe
    vincentlauhl authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9a7fde3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0ecb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf5955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4dc818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7822e5 View commit details
    Browse the repository at this point in the history
  6. Add .puml diagram for List command

    Add.puml diagram for ListIngredientsExpired command
    JoshHDs committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    397fb7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6754b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b967c86 View commit details
    Browse the repository at this point in the history
  9. Change Model to Data

    vincentlauhl committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    edd2f1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89fa7aa View commit details
    Browse the repository at this point in the history
  11. Update Developer guide for AddRecipe, DeleteRecipe, ListRecipeUserCan…

    …Cook, CookedRecipe, and Data
    vincentlauhl committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    f34d35a View commit details
    Browse the repository at this point in the history
  12. Add sequence diagram for DeleteExpiredIngredientsCommand.

    Add sequence diagram for ShoppingListCommand.
    Add sequence diagram for ViewIngredientCommand.
    Add sequence diagram for UpdateUnitsComand.
    JoshHDs committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b3a3202 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #67 from vincentlauhl/DGUpdate2

    Dg update2
    JoshHDs authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d28aa17 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb267d3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2aef4e8 View commit details
    Browse the repository at this point in the history
  16. Update ListRecipesUserCanCookCommand such that it informs the user if…

    … the ingredients are expired for the recipe they can cook
    vincentlauhl committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    8c0a5cb View commit details
    Browse the repository at this point in the history
  17. Minor update to CookedRecipeCommand such that it updates the Ingredie…

    …nt Repository saved to the file.
    vincentlauhl committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d80e0f3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1dee2b7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8918911 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #68 from vincentlauhl/CheckExpiryDateForRecipesUse…

    …rCanCook
    
    Check expiry date for recipes user can cook
    JoshHDs authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    406935c View commit details
    Browse the repository at this point in the history
  21. Update sequence diagram for DeleteExpiredIngredients

    Update  sequence diagram for List
    Update  sequence diagram for ListIngredientsExpired
    Update sequence diagram for ShoppingList
    Update  sequence diagram for UpdateUnits
    Update sequence diagram for ViewIngredient
    JoshHDs committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    53bc9c0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2e4b20c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    24d12f1 View commit details
    Browse the repository at this point in the history
  24. Update DG

    JoshHDs committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    03a65d2 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #69 from JoshHDs/sequenceDiagram-branch

    Sequence diagram branch
    JoshHDs authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d81f9b1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    73fe43f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    51aece3 View commit details
    Browse the repository at this point in the history
  2. Update code so that it saves the ingredients and recipes to the text …

    …file each time the command executes.
    vincentlauhl committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4a35ae2 View commit details
    Browse the repository at this point in the history
  3. Change ListRecipesUserCanCookCommand so that it is consistent with Li…

    …stIngredientExpiredCommand.
    vincentlauhl committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    705949b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #73 from vincentlauhl/BugFix

    Bug fix
    KairuiHu authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1c20e50 View commit details
    Browse the repository at this point in the history
  5. Reformat output in txt file to remove extra whitespace, and remove re…

    …dundant saveData methods
    KairuiHu committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    910cea3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5aaa382 View commit details
    Browse the repository at this point in the history
  7. Update help command

    Add units deleted message
    JoshHDs committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    24e7223 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #72 from KairuiHu/branch-architecture

    Add architecture diagram for storage
    JoshHDs authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e83f97f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3611d9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0aedd4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd06c81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    268244e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c7ae7c0 View commit details
    Browse the repository at this point in the history
  14. Improve code quality

    KairuiHu committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    cfb1572 View commit details
    Browse the repository at this point in the history
  15. Fix test code

    JoshHDs committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1c2000b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #76 from bernardboey/clean-up-code

    Remove unnecessary imports and clean up code
    bernardboey authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    856c171 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #77 from KairuiHu/branch-modifyLoadData

    Branch modify load data
    JoshHDs authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4c261b9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    48ee788 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e749937 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #75 from JoshHDs/bugFix-branch

    Bug fix branch
    JoshHDs authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    81c0e4e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fef0c70 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    55c2360 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6a40189 View commit details
    Browse the repository at this point in the history
  24. Polish usage messages

    bernardboey committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a268dca View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    de0004a View commit details
    Browse the repository at this point in the history
  26. Merge pull request #78 from bernardboey/v2.0

    Add class diagram for parser, and make minor fixes to code
    bernardboey authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a191fef View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f797e65 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #79 from vincentlauhl/CorrectErrorMessageUpdateUnits

    Correct error message for UpdateUnitsCommand
    vincentlauhl authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    fb00b70 View commit details
    Browse the repository at this point in the history
  29. Fix delete ingredient bug

    bernardboey committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4e27dda View commit details
    Browse the repository at this point in the history
  30. Merge pull request #80 from bernardboey/v2.0-fix-bugs

    Fix delete ingredient bug
    bernardboey authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8f52249 View commit details
    Browse the repository at this point in the history
  31. Remove TODO comments

    bernardboey committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a4692e7 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #81 from bernardboey/v2.0-fix-bugs-2

    Remove TODO comments
    bernardboey authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b5e5daf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ee4a716 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bfc775e View commit details
    Browse the repository at this point in the history
  35. Add a few lines to UG

    vincentlauhl committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b185f7f View commit details
    Browse the repository at this point in the history
  36. Update user guide

    bernardboey committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8283e99 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #82 from vincentlauhl/UGUpdate1

    Ug update1
    vincentlauhl authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    517153f View commit details
    Browse the repository at this point in the history
  38. Merge pull request #83 from bernardboey/user-guide-1

    Update user guide
    bernardboey authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9892425 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    84c1cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061c812 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84 from bernardboey/developer-guide-2

    Add explanation of Parser to the developer guide
    bernardboey authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7550aa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6fd4e5 View commit details
    Browse the repository at this point in the history
  5. Update docs/DeveloperGuide.md

    Co-authored-by: Alvinlj00 <[email protected]>
    bernardboey and Alvinlj00 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d4a19a3 View commit details
    Browse the repository at this point in the history
  6. Update docs/DeveloperGuide.md

    Co-authored-by: Alvinlj00 <[email protected]>
    bernardboey and Alvinlj00 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1b23302 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18d6b89 View commit details
    Browse the repository at this point in the history
  8. Add style.puml

    bernardboey committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4de2fd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    463ab4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a6898a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d898c24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    98627d3 View commit details
    Browse the repository at this point in the history
  13. Update developer guide

    bernardboey committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4c4a742 View commit details
    Browse the repository at this point in the history
  14. Clean up markdown files

    bernardboey committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0555d38 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #86 from vincentlauhl/UGUpdate2

    Add features in user guide and its comand summaries.
    bernardboey authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0eb1998 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #87 from bernardboey/developer-guide-3

    Update developer guide
    bernardboey authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f5e837b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    fa7d709 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    JoshHDs committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c398f2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from JoshHDs/UGV2-branch

    Ugv2 branch
    JoshHDs authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ed0ff3b View commit details
    Browse the repository at this point in the history
  4. Add features in User guide

    KairuiHu committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2321860 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into branch-userguide

    # Conflicts:
    #	docs/UserGuide.md
    KairuiHu committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    abe557c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #89 from KairuiHu/branch-userguide

    Branch userguide
    KairuiHu authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d7bab59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    792ba83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4d016b View commit details
    Browse the repository at this point in the history
  9. Update user guide

    bernardboey committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3bbb2c3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #90 from bernardboey/user-guide-2

    Update user guide
    bernardboey authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6cadf5d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20b8ed7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da3bd0c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ea631b0 View commit details
    Browse the repository at this point in the history
  14. Update UserGuide.md

    bernardboey authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    cd133ae View commit details
    Browse the repository at this point in the history
  15. Update UserGuide.md

    bernardboey authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    bf63cb8 View commit details
    Browse the repository at this point in the history
  16. Update EXPECTED.TXT

    bernardboey authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b2b3136 View commit details
    Browse the repository at this point in the history
  17. Update UserGuide.md

    bernardboey authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    35d210c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c0a3e65 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    5b32ab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    3f6272d View commit details
    Browse the repository at this point in the history
  2. Fix bugs from PED

    JoshHDs committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    1a0807d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Fix bugs from PE-D

    JoshHDs committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    897a415 View commit details
    Browse the repository at this point in the history
  2. Fix code style issues

    JoshHDs committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7d2ca00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #112 from JoshHDs/BugFix2-branch

    Bug fix2 branch
    JoshHDs authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c46049f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    998d8c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f39b7c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e7473d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6aeef41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5205d79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86a6042 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0d0d55 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #113 from bernardboey/v2.1

    Fix bugs for parser and add ingredient command
    bernardboey authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    eba9130 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    5c8bc30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad4320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    304655b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    547fde4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09f0d67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a627596 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0df5ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    733b841 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #114 from vincentlauhl/UGAndJUnitUpdate

    Ug and j unit update
    vincentlauhl authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a605b8c View commit details
    Browse the repository at this point in the history
  10. Update sequence diagrams

    JoshHDs committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    9f08380 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6ef6f3 View commit details
    Browse the repository at this point in the history
  12. Enable add ingredient for recipe later using udpate recipe, implement…

    … another feature "delete ingredient in recipe", solve the issue in Tutor's code review
    KairuiHu committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a193ef4 View commit details
    Browse the repository at this point in the history
  13. Improve code quality

    KairuiHu committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    9279607 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    902ddcc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d227b01 View commit details
    Browse the repository at this point in the history
  16. Change the output format

    KairuiHu committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    bbcbdd9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #115 from KairuiHu/branch-fixUpdate

    Enable add ingredient for recipe later using update recipe, implement…
    JoshHDs authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    dda6bad View commit details
    Browse the repository at this point in the history
  18. Update sequence diagrams

    JoshHDs committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    94b1d2b View commit details
    Browse the repository at this point in the history
  19. Merge branch 'master' into BugFix3-branch

    # Conflicts:
    #	src/main/java/expiryeliminator/parser/Parser.java
    JoshHDs committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f36e258 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #116 from JoshHDs/BugFix3-branch

    Bug fix3 branch
    JoshHDs authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3bc5bc1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    998d756 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #117 from JoshHDs/BugFix4-branch

    Update user guide with output examples
    JoshHDs authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    e1c4eb6 View commit details
    Browse the repository at this point in the history
  23. Update bernardboey.md

    bernardboey authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    1e60210 View commit details
    Browse the repository at this point in the history
  24. Update bernardboey.md

    bernardboey authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    0c6d862 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Update UserGuide.md

    bernardboey authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    37ec750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7edea4c View commit details
    Browse the repository at this point in the history
  3. Update PPP

    vincentlauhl committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a19892b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b49831b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28a3a11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6013b69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f8d077 View commit details
    Browse the repository at this point in the history
  8. Improve code quality

    KairuiHu committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e6b58bc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #118 from KairuiHu/branch-CodeQuality

    Use update recipe command to delete ingredients
    KairuiHu authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f0642cb View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' of https://github.com/AY2122S1-CS2113-T16-3/tp

    …into DGUpdate3
    
    # Conflicts:
    #	src/main/java/expiryeliminator/parser/Parser.java
    vincentlauhl committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    129eca0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c2d16b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    95e6579 View commit details
    Browse the repository at this point in the history
  2. Add Joshua's PPP

    Add Logic Diagram
    JoshHDs committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    9dc6cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d0242 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    bernardboey committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    5a459c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8caeff5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d0b492 View commit details
    Browse the repository at this point in the history
  7. Prevent incrementing by zero quantity

    Modify IngredientStorage#add(quantity, expiryDate) method to
    throw an exception if quantity is less than or equal to zero
    bernardboey committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    a706036 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da0a975 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2666e1a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    40b6f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa83a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51a3110 View commit details
    Browse the repository at this point in the history
  4. Fix typo in DG

    bernardboey committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    2c1dadf View commit details
    Browse the repository at this point in the history
  5. Update Logic diagram

    JoshHDs committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    c023599 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e6d888 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5086eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1763326 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d5011f View commit details
    Browse the repository at this point in the history
  10. Modify ArgsParser to accept blank arguments

    Also reject arguments that have a space immediately after prefix
    Also modify tests to use more precise error messages
    bernardboey committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    46f074f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #122 from JoshHDs/BugFix5-branch

    Bug fix5 branch
    JoshHDs authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    cfa6233 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of https://github.com/AY2122S1-CS2113-T16-3/tp

    …into DGUpdate4
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    vincentlauhl committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    909bb79 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b5647af View commit details
    Browse the repository at this point in the history
  14. Merge pull request #124 from bernardboey/v2.1-fix-bugs

    Disallow incrementing/decrementing by zero quantity and spaces after prefixes
    JoshHDs authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1501a59 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4afa843 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3a5d475 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #125 from KairuiHu/branch-Document

    Add ppp and update manual testing for DG
    KairuiHu authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    878eafc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6052c19 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    691054d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fb1ba2b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    16dd514 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    07e6358 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #126 from vincentlauhl/BugFixAndLogging

    Bug fix and logging
    JoshHDs authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7c7248d View commit details
    Browse the repository at this point in the history
  24. Update sequence diagram

    Update Joshua's PPP
    JoshHDs committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    644bdb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Update AboutUs.md

    bernardboey authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3d785c8 View commit details
    Browse the repository at this point in the history
  2. Edit About us

    JoshHDs committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ddcfd78 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into BugFix6-branch

    # Conflicts:
    #	docs/AboutUs.md
    JoshHDs committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6009f54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #127 from JoshHDs/BugFix6-branch

    Bug fix6 branch
    JoshHDs authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9e21f00 View commit details
    Browse the repository at this point in the history
  5. Fix bug in Joshhds PPP

    JoshHDs committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    997ba96 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #128 from JoshHDs/BugFix7-branch

    Fix bug in Joshhds PPP
    JoshHDs authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d935437 View commit details
    Browse the repository at this point in the history
  7. Fix bug in Joshhds PPP

    JoshHDs committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    df83faf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7f0ea5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #129 from JoshHDs/BugFix8-branch

    Fix bug in Joshhds PPP
    JoshHDs authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    54746bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47b8da4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    853dc42 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6da899 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #131 from vincentlauhl/PPPBugFix

    Update PPP to keep to page limit
    vincentlauhl authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    245f223 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12b9e18 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #132 from vincentlauhl/PPPBugFix2

    Update PPP to adhere to 2 page limit
    vincentlauhl authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ececb0d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5797b00 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #133 from vincentlauhl/PPPBugFix3

    Update PPP to adhere to 2 page limit
    vincentlauhl authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5603c93 View commit details
    Browse the repository at this point in the history
  18. Update DG and PPP

    KairuiHu committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    feb793f View commit details
    Browse the repository at this point in the history
  19. Merge pull request #134 from KairuiHu/branch-updateDG

    Update DG and PPP
    KairuiHu authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    69c9a03 View commit details
    Browse the repository at this point in the history
  20. Add Architecture Diagram

    JoshHDs committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4421b62 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    79b71c6 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #135 from JoshHDs/BugFix9-branch

    Bug fix9 branch
    JoshHDs authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    22247ae View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1766004 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #136 from KairuiHu/branch-updateUG

    Add new digrams and update UserGuide
    KairuiHu authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    983255b View commit details
    Browse the repository at this point in the history
  25. Remove unused file

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    950eefd View commit details
    Browse the repository at this point in the history
  26. Update PPP

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    bab69e7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5fbf577 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #137 from bernardboey/ppp-1

    Update Bernard's PPP
    bernardboey authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    788d2e8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6485fc2 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #139 from KairuiHu/branch-AddNewDiagrams

    Add sequence diagram to the DG
    KairuiHu authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0f6f12e View commit details
    Browse the repository at this point in the history
  31. Update main README.md

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e77799e View commit details
    Browse the repository at this point in the history
  32. Clean up AboutUs.md

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7ce4d23 View commit details
    Browse the repository at this point in the history
  33. Change name to full name

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    918b3d3 View commit details
    Browse the repository at this point in the history
  34. Improve grammar

    KairuiHu committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f7a7c7b View commit details
    Browse the repository at this point in the history
  35. Merge pull request #140 from KairuiHu/branch-Format

    Improve grammar
    KairuiHu authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4dfce94 View commit details
    Browse the repository at this point in the history
  36. Make the ppp more concise

    KairuiHu committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    62178fa View commit details
    Browse the repository at this point in the history
  37. Merge pull request #141 from KairuiHu/branch-ppp

    Make the ppp more concise
    KairuiHu authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a3475a6 View commit details
    Browse the repository at this point in the history
  38. reformat the ppp

    KairuiHu committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7837517 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #142 from KairuiHu/branch-ppp1

    reformat the ppp
    KairuiHu authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    59a9052 View commit details
    Browse the repository at this point in the history
  40. Update user guide

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    908ce8e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f49ff90 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    bc8c3e4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7b992ce View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    975b642 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #144 from vincentlauhl/MinorUgUpdate

    Minor update to manual testing for launch.
    vincentlauhl authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f8aca22 View commit details
    Browse the repository at this point in the history
  46. Merge branch 'master' into documentation-1

    # Conflicts:
    #	docs/UserGuide.md
    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    df49f94 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #143 from bernardboey/documentation-1

    Update user guide and other documentation
    bernardboey authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    54c283c View commit details
    Browse the repository at this point in the history
  48. Add authorship

    KairuiHu committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    02392b1 View commit details
    Browse the repository at this point in the history
  49. Merge pull request #145 from KairuiHu/branch-capitalization

    Add authorship
    KairuiHu authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    80ad183 View commit details
    Browse the repository at this point in the history
  50. Update user guide

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    10ceee8 View commit details
    Browse the repository at this point in the history
  51. Fix spelling errors in DG

    JoshHDs committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6f9ad3f View commit details
    Browse the repository at this point in the history
  52. Merge pull request #146 from JoshHDs/BugFix10-branch

    Fix spelling errors in DG
    JoshHDs authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    35c006e View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    a6b5695 View commit details
    Browse the repository at this point in the history
  54. Minor update to PPP.

    vincentlauhl committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8528bba View commit details
    Browse the repository at this point in the history
  55. Merge pull request #147 from vincentlauhl/FinalDGUpdate

    Update to Instructions for Manual Testing for clarity
    vincentlauhl authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    aa9b18d View commit details
    Browse the repository at this point in the history
  56. Update PPP

    vincentlauhl committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8a43210 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    cf0d786 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    b258272 View commit details
    Browse the repository at this point in the history
  59. Update developer guide

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fc6a6f6 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    a7510b2 View commit details
    Browse the repository at this point in the history
  61. Merge pull request #150 from bernardboey/v2.1-2

    Update documentation
    bernardboey authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7d66f0b View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    f792595 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    7c32d43 View commit details
    Browse the repository at this point in the history
  64. Add more logging

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    cda11c2 View commit details
    Browse the repository at this point in the history
  65. Add more tests

    bernardboey committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    af89d33 View commit details
    Browse the repository at this point in the history
  66. Merge pull request #151 from bernardboey/v2.1-3

    Add JavaDoc comments and more tests
    bernardboey authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    33b4835 View commit details
    Browse the repository at this point in the history
  67. Update bernardboey.md

    bernardboey authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    eebcf59 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    a6cc584 View commit details
    Browse the repository at this point in the history
  69. Update bernardboey.md

    bernardboey authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ab52185 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    4348f5b View commit details
    Browse the repository at this point in the history