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-T13-4] SweetRewards #136

Open
wants to merge 338 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 Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    1505a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d84a21c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a8f9c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Fix checkstyle errors

    khushi833 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e7fa960 View commit details
    Browse the repository at this point in the history
  2. Fix bugs

    kinjalagarwal1810 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    6a2e471 View commit details
    Browse the repository at this point in the history
  3. Fix bugs

    kinjalagarwal1810 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    7686de5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49b275c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1f80d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f16986 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cca547 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d2999f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b266cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72193ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7ca94b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d264c01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71f3cb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Fix bugs

    kinjalagarwal1810 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7665104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30578f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    579433d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f615909 View commit details
    Browse the repository at this point in the history
  5. Add new testcases

    khushi833 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0545ae5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    047b577 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from kab-dot/add-Membership-Tier-Bugfixes

    Fix JUnit tests for AddMemshipCommandParser
    kab-dot authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    849fca5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #40 from kokerinks/seed-data-command

    Add seedData functionality
    billyhoce authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    eab9b7c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #41 from kokerinks/update-ug-v1.2b

    Update UG for SeedData, Clear commands
    billyhoce authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    3366b10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbf5886 View commit details
    Browse the repository at this point in the history
  11. Fix checkstyle errors

    kokerinks committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    45242d4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #39 from kokerinks/clear-force-command

    Update Clear command to use --force tag
    kokerinks authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9fab6ee View commit details
    Browse the repository at this point in the history
  13. Merge pull request #44 from kab-dot/add-Membership-Tier

    Create Add Membership Command
    kokerinks authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    94d8d59 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8416fa1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    12d665d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    640cea3 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #42 from kinjalagarwal1810/branch-v1.2

    Create AddPointsCommand
    kab-dot authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    6ba26f3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2c79ac5 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'master' into add-order-command

    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/EditCommand.java
    #	src/main/java/seedu/address/logic/parser/AddCommandParser.java
    #	src/main/java/seedu/address/logic/parser/AddressBookParser.java
    #	src/main/java/seedu/address/logic/parser/CliSyntax.java
    #	src/main/java/seedu/address/logic/parser/ParserUtil.java
    #	src/main/java/seedu/address/model/person/Person.java
    #	src/main/java/seedu/address/model/util/SampleDataUtil.java
    #	src/main/java/seedu/address/storage/JsonAdaptedPerson.java
    #	src/main/java/seedu/address/ui/PersonCard.java
    #	src/main/resources/view/PersonListCard.fxml
    #	src/test/data/JsonSerializableAddressBookTest/duplicatePersonAddressBook.json
    #	src/test/data/JsonSerializableAddressBookTest/typicalPersonsAddressBook.json
    #	src/test/java/seedu/address/logic/commands/CommandTestUtil.java
    #	src/test/java/seedu/address/logic/parser/AddressBookParserTest.java
    #	src/test/java/seedu/address/model/person/PersonTest.java
    #	src/test/java/seedu/address/storage/JsonAdaptedPersonTest.java
    #	src/test/java/seedu/address/testutil/EditPersonDescriptorBuilder.java
    #	src/test/java/seedu/address/testutil/PersonBuilder.java
    #	src/test/java/seedu/address/testutil/TypicalPersons.java
    billyhoce committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c8a7c57 View commit details
    Browse the repository at this point in the history
  20. Fix merge issues

    billyhoce committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2e9c989 View commit details
    Browse the repository at this point in the history
  21. Fix javadocs comment

    billyhoce committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fb97481 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #45 from billyhoce/add-order-command

    Orders implementation
    kokerinks authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fae22df View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    b9a82e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c1a56 View commit details
    Browse the repository at this point in the history
  3. Fixed bug

    khushi833 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    707015a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request #53 from kab-dot/add-Membership-Tier

    Fixed bug for AddMemshipCommand
    kab-dot authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c7b9bff View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5bdc8c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb6b23 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle errors

    kokerinks committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7efe5c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    324ec96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dadf96e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #50 from kokerinks/improved-ui-v1.2b

    Improve styling for application
    billyhoce authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6e10499 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51 from billyhoce/update-dg-implementation-orders

    Add orders implementation in DG
    billyhoce authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c81d18f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #58 from kokerinks/v1.2b-model-class-diagrams

    Add new fields to BetterModelClassDiagram and ModelClassDiagram
    kokerinks authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a556592 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    469ebd0 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp

    …into update-dg-implementation-points
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    kinjalagarwal1810 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cd946d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15b3359 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp

    …into Update-DG-Membership
    
    * 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp: (70 commits)
      Fix checkstyle errors
      Add diagrams for ModelClassDiagrams
      Add new fields to BetterModelClassDiagram and ModelClassDiagram
      Fixed bug
      Add orders implementation in DG
      Improve styling for application
      Fix javadocs comment
      Fix merge issues
      Fix checkstyle errors
      Fix checkstyle errors
      Fix checkstyle errors
      Fix JUnit tests for AddMemshipCommandParser
      Add new testcases
      Fix bugs and checkstyle errors
      Fix checkstyle error
      Fix checkstyle error
      Fix bugs
      Add test cases for order parsing
      Fix styling and add defensive copy of TypicalPersons
      Add test cases for AddOrderCommand
      ...
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    khushi833 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2fce5e3 View commit details
    Browse the repository at this point in the history
  13. Fix checkstyle

    khushi833 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f57dffe View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request #59 from kinjalagarwal1810/update-dg-implementatio…

    …n-points
    
    Add points implementation in DG
    kinjalagarwal1810 authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    046ba8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c4868 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60 from kab-dot/Update-DG-Membership

    Update DG with Membership
    kokerinks authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dd752be View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    fa7d480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e5d0f View commit details
    Browse the repository at this point in the history
  3. Fix Checkstyle

    kokerinks committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0945ca5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    76dd3b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b3a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78df9d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24ae1a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8253a14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eb5ac9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db59669 View commit details
    Browse the repository at this point in the history
  8. Change Order class to contain an Item and quantity

    Update most of the parser logic for addorder command to fit new orders
    billyhoce committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    49aa6ca View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    6772da9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from kokerinks/v1.2b-bugfixes

    Minor QOL changes
    kinjalagarwal1810 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0865562 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from kokerinks/v1.3-bugfixes

    Change seedData COMMAND_WORD to seeddata
    kinjalagarwal1810 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    441792e View commit details
    Browse the repository at this point in the history
  4. Update UG

    kinjalagarwal1810 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    542502b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #66 from kokerinks/current-pts-function

    Add tracking of membership points to SweetRewards
    kokerinks authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4a9f448 View commit details
    Browse the repository at this point in the history
  6. Update UG

    kinjalagarwal1810 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d27de59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc6e365 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d6940e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    adecfa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Update AddMemPointsCommandParser to take in n/NAME instead of just NA…

    …ME to standardise the commands
    khushi833 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    803021c View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle errors

    khushi833 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0a8b404 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle errors

    khushi833 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6e405f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07e751e View commit details
    Browse the repository at this point in the history
  5. Fixed input for testcases

    khushi833 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cc5a730 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #77 from kab-dot/Update-addmempoints-name-param

    Update addmempts to take in n/NAME
    billyhoce authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2c2a1f3 View commit details
    Browse the repository at this point in the history
  7. Fix bugs

    kinjalagarwal1810 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    00787eb View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp

    …into branch-v1.3-create-allergens
    kinjalagarwal1810 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    043c475 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ceb665 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b50b338 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8b2844 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    247efea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dff66e7 View commit details
    Browse the repository at this point in the history
  14. Edit checkstyle.xml

    kinjalagarwal1810 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    21273f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1dd05c View commit details
    Browse the repository at this point in the history
  16. Merge pull request #74 from kinjalagarwal1810/branch-v1.3

    Update UG to be consistent with v1.2
    kab-dot authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8f5b38d View commit details
    Browse the repository at this point in the history
  17. Merge branch 'master' into branch-v1.3-create-allergens

    # Conflicts:
    #	docs/UserGuide.md
    #	src/main/java/seedu/address/logic/commands/AddCommand.java
    #	src/main/java/seedu/address/logic/commands/EditCommand.java
    kinjalagarwal1810 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c5f9c84 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge branch 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp

    …into item-integration
    kokerinks committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a78713c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59cbf99 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    af932cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c4e5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f835da View commit details
    Browse the repository at this point in the history
  4. Merge pull request #78 from billyhoce/branch-v1.3-round-off-order-time

    Branch v1.3 round off order time
    billyhoce authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    baf0461 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #76 from kinjalagarwal1810/branch-v1.3-create-alle…

    …rgens
    
    Update tags to allergens
    billyhoce authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d466071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bd7cb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    368369f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2969e8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e23d49b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    1fd9cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d96a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd128d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df0927d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e1429f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    6879bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e1c19b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c5bf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba97f92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    215d40d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7402cd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request #81 from AY2324S2-CS2103T-T13-4/master

    Update item-integration branch with changes to Master
    billyhoce authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f3a0cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a3c92f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912337a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    500bd47 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    billyhoce committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ae8bf61 View commit details
    Browse the repository at this point in the history
  6. Fix checkstyle errors

    billyhoce committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b2119c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a1f152 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    61dc2d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cd6080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f4864 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e22f6e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb1e40e View commit details
    Browse the repository at this point in the history
  6. Fix checkstyle

    kokerinks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8bd0d13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a688d46 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #68 from AY2324S2-CS2103T-T13-4/item-integration

    Item Order Integration
    kokerinks authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7b936fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45811a0 View commit details
    Browse the repository at this point in the history
  10. Fix tests for ModelManager

    kokerinks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8b75170 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8913259 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84c71e9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f7a6c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10a0294 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4475f4d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8613348 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb66550 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #84 from kinjalagarwal1810/branch-v1.3b-redeem-points

    Implement RedeemPointsCommand
    kinjalagarwal1810 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2c7c37f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a7d305c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a82ddb9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa101d6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e56d238 View commit details
    Browse the repository at this point in the history
  23. Fix checkstyle errors

    billyhoce committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b0292c3 View commit details
    Browse the repository at this point in the history
  24. Fix ModelStub bug

    billyhoce committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f8be2ad View commit details
    Browse the repository at this point in the history
  25. Fix formatting errors

    billyhoce committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8b9c9a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    ec50ed0 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    khushi833 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9697c43 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle errors

    khushi833 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a9f749b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d4c612 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #86 from kokerinks/v1.3-gui-update

    Minor QOL improvements
    billyhoce authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a0ddaa9 View commit details
    Browse the repository at this point in the history
  6. Fix checkstyle errors

    kokerinks committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8d99386 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #88 from kokerinks/help-list-command

    Add 'help --commands' to list all existing commands
    kokerinks authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    187c653 View commit details
    Browse the repository at this point in the history
  8. Update UG to v1.3

    kinjalagarwal1810 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8ac0c0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c784d23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d1040c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3948a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    24b0f92 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into branch-gui-update

    # Conflicts:
    #	src/main/java/seedu/address/ui/PersonCard.java
    #	src/main/resources/view/MainWindow.fxml
    billyhoce committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d4ddb9c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #96 from kinjalagarwal1810/branch-v1.3b-updateUG

    Update UG to be consistant with v1.3
    kab-dot authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b8eacc8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    feab30f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #99 from kab-dot/update-ug-with-new-fixes

    Add additional details to the userguide
    billyhoce authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    20c3d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa52af9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fd039a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1264522 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #93 from billyhoce/branch-gui-update

    GUI update and Catalogue sample data
    billyhoce authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    18d1d19 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'item-integration' of https://github.com/kab-dot/tp into…

    … catalogue-additem-delitem
    
    # Conflicts:
    #	src/main/java/seedu/address/model/Model.java
    #	src/main/java/seedu/address/model/ModelManager.java
    billyhoce committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    38e8a2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb6030f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5d2d4d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from billyhoce/catalogue-additem-delitem

    Catalogue additem delitem
    kab-dot authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    97a1d30 View commit details
    Browse the repository at this point in the history
  10. Change commandword

    khushi833 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ae996b3 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into item-integration

    * master: (24 commits)
      Fix delitem case sensitivity bug
      Revert change to Model class
      Update sample catalogue to match tiers better
      Add additional details to the userguide
      Add GUI table styling, set codecov to ignore UI components
      Update UG to v1.3
      Fix checkstyle errors
      Update seeddata to contain catalogue
      Fix formatting errors
      Fix ModelStub bug
      Fix checkstyle errors
      Fix catalogue and orders not taking up vertical space
      Overhaul GUI theme and add catalogue panel
      Add sample catalogue to new instances of SweetRewards
      Change background and add catalogue panel
      Add testcases for new help command
      Add 'help --commands' to list all existing commands
      Add testcases for MembershipPoints
      Fix tests for ModelManager
      Update order label to Order History
      ...
    khushi833 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d60efb9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f8a22fe View commit details
    Browse the repository at this point in the history
  13. Merge pull request #97 from kab-dot/item-integration

    Item integration- additem and delitem
    kab-dot authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8ddb901 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ea9e54 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    17c42f9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    24a8d05 View commit details
    Browse the repository at this point in the history
  17. Fix styling issues

    billyhoce committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1646876 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d778e8e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1f35002 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2fcd937 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3ef5270 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #107 from kokerinks/landing-page

    Update landing page README.md
    billyhoce authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    51b57a9 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #104 from kokerinks/update-error-msgs

    Improved error messsages for each command
    billyhoce authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3cf2364 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #101 from billyhoce/userguide-update-gui-details

    Update user guide, gui screenshots and link to user guide
    billyhoce authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1ff188a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    de20ddd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Bug fixes

    kinjalagarwal1810 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    eef2c01 View commit details
    Browse the repository at this point in the history
  2. Update UG

    kinjalagarwal1810 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    62c018a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    905218d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    f89ad5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e887c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd0f00e View commit details
    Browse the repository at this point in the history
  4. Fix checkstyle errors

    billyhoce committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5764ea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acb1973 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp

    …into fix-additem-for-single-character
    
    * 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp:
      Update UG
      Bug fixes
      Update landing page README.md
      Fix name parsing of addorder to be consistent with other commands
      Update addmempts to softmatch name with Persons in app
      Fix testcases and checkstyles
      Fix styling issues
      Update command error messages and improve find functionality
      Update user guide, gui screenshots and link to user guide
      Update error messages for some commands
      Fixed the help command, added additional commands
      Change commandword
    khushi833 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c2c9ac8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    4c9a247 View commit details
    Browse the repository at this point in the history
  2. Fix bug

    khushi833 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9015535 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #179 from kab-dot/fix-additem-for-single-character

    Fix additem for single character
    kab-dot authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    6133151 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Merge pull request #178 from billyhoce/fix-seed-data-points

    Fix seed data points and GUI member order panel points display
    billyhoce authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    eaa1d5e View commit details
    Browse the repository at this point in the history
  2. Update sections in DG

    kokerinks committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    4875833 View commit details
    Browse the repository at this point in the history
  3. Add the relevant tutorial, hyperlinks and planned enhancements to the…

    … UG, as well as some colour
    khushi833 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d387cb3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp

    …into ug-fixes-for-v1.4
    
    * 'master' of https://github.com/AY2324S2-CS2103T-T13-4/tp:
      Fix bug
      Revert changing of displayed points in person order panel
      Fix the bug to allow a single character to be used for additem command
      Fix checkstyle errors
      Fix GUI display of points in order panel of members
      Fixed reward and membership points of sample members
      Change Version Number to v1.3
    khushi833 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8bac666 View commit details
    Browse the repository at this point in the history
  5. Fix checkstyle errors

    khushi833 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    80bb3b0 View commit details
    Browse the repository at this point in the history
  6. Fix checkstyle errors

    khushi833 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6dfde23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    258e822 View commit details
    Browse the repository at this point in the history
  8. Fix checkstyle

    kokerinks committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ee0d396 View commit details
    Browse the repository at this point in the history
  9. Fix checkstyle

    kokerinks committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5444667 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #183 from kab-dot/ug-fixes-for-v1.4

    UG fixes for v1.4
    kinjalagarwal1810 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2196757 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37b6a14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b44618 View commit details
    Browse the repository at this point in the history
  13. Update DG

    kokerinks committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fbaeb4f View commit details
    Browse the repository at this point in the history
  14. Merge branch 'v1.4-bugfixes' of https://github.com/AY2324S2-CS2103T-T…

    …13-4/tp into DG-update
    
    # Conflicts:
    #	docs/UserGuide.md
    #	src/main/java/seedu/address/logic/commands/AddItemCommand.java
    billyhoce committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    be3632f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2e65d3 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #184 from kab-dot/bugfix-addorder-quantities

    Fix bug related to fractional quantities for the addorder command
    billyhoce authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8e7986f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92e480a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update UG

    kinjalagarwal1810 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    da804da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5285ae5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2051a85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b5bbc View commit details
    Browse the repository at this point in the history
  5. Update the UG

    kinjalagarwal1810 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2fe4bd5 View commit details
    Browse the repository at this point in the history
  6. Update UG

    kinjalagarwal1810 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1a766db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29f03b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f1c4ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f15c777 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a0efa3 View commit details
    Browse the repository at this point in the history
  11. Big fixes in UG

    kinjalagarwal1810 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f440b56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a356a94 View commit details
    Browse the repository at this point in the history
  13. Fix formatting issues

    billyhoce committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    427b19c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    778f87c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e7881ab View commit details
    Browse the repository at this point in the history
  16. Merge pull request #189 from billyhoce/DG-fix-formatting

    Fix DG formatting issues
    billyhoce authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bce6366 View commit details
    Browse the repository at this point in the history
  17. Update UG

    kinjalagarwal1810 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0c64a11 View commit details
    Browse the repository at this point in the history
  18. Fix UG bugs

    kokerinks committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    517ad41 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    44fa545 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    43605a7 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #191 from kokerinks/v1.4-ug-fixes

    Fix UG bugs
    kokerinks authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    61201a4 View commit details
    Browse the repository at this point in the history
  22. Update UG

    kinjalagarwal1810 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    37bff30 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    89d36b2 View commit details
    Browse the repository at this point in the history
  24. Fix item with numbers bug

    billyhoce committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2f6e812 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #193 from billyhoce/final-bug-fix

    Fix item with numbers bug
    billyhoce authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f07426f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    058528e View commit details
    Browse the repository at this point in the history
  27. Merge pull request #194 from billyhoce/final-bug-fix

    Fix bug arising from numbers in item
    billyhoce authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2d124ee View commit details
    Browse the repository at this point in the history
  28. Fix website

    billyhoce committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    18272f6 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #195 from billyhoce/final-bug-fix

    Fix website landing page
    billyhoce authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    89e80fb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c3f7282 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #196 from billyhoce/final-bug-fix

    Fix naming error for seeddata in readme and landing page
    billyhoce authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c65dea2 View commit details
    Browse the repository at this point in the history