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-F12-1] Cobb #87

Open
wants to merge 686 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 Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    82f604c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    432d86e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ab1cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5047e58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4839c10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6bc52f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b12be8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8311e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b5ec27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe82155 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6e9335 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #224 from ChryslineLim/ui-footer

    Add property status bar footer
    ChryslineLim authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    2a40d62 View commit details
    Browse the repository at this point in the history
  13. Fix CI

    jchilling committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    cfd3c07 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    779d66f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0bd6b11 View commit details
    Browse the repository at this point in the history
  16. Fix checkstyle errors

    zsiggg committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    57c8fbe View commit details
    Browse the repository at this point in the history
  17. Merge pull request #227 from zsiggg/hotfix-space-after-flag

    Fix failing test cases due to new requirement for space after flag
    chngchngchng authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5c69da5 View commit details
    Browse the repository at this point in the history
  18. Fix checkstyle

    jchilling committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a469230 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    f163465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30eb0db View commit details
    Browse the repository at this point in the history
  3. Update Logic component DG

    jchilling committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1d08669 View commit details
    Browse the repository at this point in the history
  4. resolve merge conflict

    ChryslineLim committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f707257 View commit details
    Browse the repository at this point in the history
  5. edit comment

    ChryslineLim committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    fdea543 View commit details
    Browse the repository at this point in the history
  6. fix checkstyle

    ChryslineLim committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    9f752d5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #223 from ChryslineLim/fix-regex

    Fix findbuyers and findprops to match by substring + allow whitespace for price range input
    ChryslineLim authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    4ef58c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ba9243 View commit details
    Browse the repository at this point in the history
  9. Resolve merge conflicts

    chngchngchng committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c329f5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    101e603 View commit details
    Browse the repository at this point in the history
  11. Update model component

    jchilling committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    e530261 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c206d69 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into standardise-messages
    zsiggg committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    448b682 View commit details
    Browse the repository at this point in the history
  14. Fix checkstyle errors

    zsiggg committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1e6d258 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    99ae02c View commit details
    Browse the repository at this point in the history
  16. Fix failing test cases for delete and edit commands

    updated test cases to reflect the error messages outputted by delete and
    edit now. this is a flow of how the error message to be shown is
    determined:
    
    1. if no attempt to provide an index is present, invalid command format
       message is shown, telling the user the correct message usage.
    2. if an attempt to provide an index is present but is incorrect (the
       index could be non-numeric as well), the wrong index message is
       shown.
    3. for edit, if there was a valid index presented, but without any
       fields to edit, the at least one field message is shown.
    zsiggg committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    e0e9d43 View commit details
    Browse the repository at this point in the history
  17. Fix checkstyle errors

    zsiggg committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    316cc67 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #229 from chngchngchng/testing

    Add test cases for property command parsers, implement PropertyTestingUtil
    chngchngchng authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    36d9928 View commit details
    Browse the repository at this point in the history
  19. categorise and reformat UG

    riccqi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    4a6d617 View commit details
    Browse the repository at this point in the history
  20. Update PPP

    jchilling committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    aa0896d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    271e572 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #226 from jchilling/ped

    Update DG and PPP
    jchilling authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8bcbfcb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a4359ad View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e553789 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c034f0b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3b3a127 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Implement PR suggestions

    zsiggg committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    136ef17 View commit details
    Browse the repository at this point in the history
  2. add ppp draft

    riccqi committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    5542b88 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #233 from riccqi/ppp-draft

    Add ppp draft
    riccqi authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6997993 View commit details
    Browse the repository at this point in the history
  4. Update PPP

    chngchngchng committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    87e32bd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #234 from chngchngchng/ppp

    Update PPP
    chngchngchng authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    deaed47 View commit details
    Browse the repository at this point in the history
  6. update ppp

    ChryslineLim committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    4c117b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca644d8 View commit details
    Browse the repository at this point in the history
  8. Update PPP

    zsiggg committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2634415 View commit details
    Browse the repository at this point in the history
  9. change all command flags

    riccqi committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ff080c1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #236 from zsiggg/update-ppp

    Update PPP
    zsiggg authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    94f3af5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #230 from riccqi/categorise-ug

    categorise and reformat UG
    riccqi authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    71bc604 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into standardise-messages
    zsiggg committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    fd44e0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fb0eb3b View commit details
    Browse the repository at this point in the history
  14. Update test cases

    zsiggg committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    db55642 View commit details
    Browse the repository at this point in the history
  15. Fix checkstyle errors

    zsiggg committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1b7199b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #228 from zsiggg/standardise-messages

    Standardise messages in application
    zsiggg authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    d13f93a View commit details
    Browse the repository at this point in the history
  17. Update Ui.png

    changes to ui such as different default sie of window and the displaying
    of both buyerbook and propertybook's file location.
    zsiggg committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2e93aa5 View commit details
    Browse the repository at this point in the history
  18. change naming

    ChryslineLim committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    bb5b2e7 View commit details
    Browse the repository at this point in the history
  19. resolve merge conflict

    ChryslineLim committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2db63b5 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #231 from ChryslineLim/reset-optional-fields

    Allow reset of all optional fields
    ChryslineLim authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ff750a7 View commit details
    Browse the repository at this point in the history
  21. Move Price to the same package as PriceRange

    since PriceRange depends on Price, it makes sense that both of them are
    in the same package. refactored the test files accordingly as well.
    zsiggg committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f23ff42 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    17ff56e View commit details
    Browse the repository at this point in the history
  2. change price checking

    ChryslineLim committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8153306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c93e6ad View commit details
    Browse the repository at this point in the history
  4. Fix minor UG inconsistency

    jchilling committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    66a4194 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f770e67 View commit details
    Browse the repository at this point in the history
  6. up until find

    ChryslineLim committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b35c277 View commit details
    Browse the repository at this point in the history
  7. Add Buyer Object diagram

    jchilling committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2ac97bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c78a0e View commit details
    Browse the repository at this point in the history
  9. Update DG

    added introduction section.
    updated the acknowledgements and design section.
    added match command to the implementations section.
    zsiggg committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b098851 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f90f7a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59d2d3b View commit details
    Browse the repository at this point in the history
  12. Fix checkstyle errors

    zsiggg committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b8b4827 View commit details
    Browse the repository at this point in the history
  13. fix formatting of ug

    ChryslineLim committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5bc0d5f View commit details
    Browse the repository at this point in the history
  14. change command summary

    ChryslineLim committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1925d22 View commit details
    Browse the repository at this point in the history
  15. formatting

    ChryslineLim committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    f38e942 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #242 from zsiggg/dg-update-3

    Update DG
    chngchngchng authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1a96f5e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    240949b View commit details
    Browse the repository at this point in the history
  18. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into PPP
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    jchilling committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2e8d81d View commit details
    Browse the repository at this point in the history
  19. Update dg

    chngchngchng committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    fba67c6 View commit details
    Browse the repository at this point in the history
  20. Fix CI issues

    chngchngchng committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e08e6e4 View commit details
    Browse the repository at this point in the history
  21. Update UG

    edited key definitions and interface layout sections for user-friendliness and some wrong parts
    added an explanation for the navigation of command history using arrow keys in interface layout section
    added links to different sections throughout the document, especially the command summary
    added explanations for why only a portion of properties or buyers showing in the list in FAQ, list and filter command sections
    zsiggg committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6cab7e8 View commit details
    Browse the repository at this point in the history
  22. Update AboutUs

    zsiggg committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    091c372 View commit details
    Browse the repository at this point in the history
  23. Update PPP

    zsiggg committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4144a1f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    cb7592e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b229be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01d1026 View commit details
    Browse the repository at this point in the history
  4. Update PPP

    chngchngchng committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    27b7b7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcac51a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3c5ac0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc81724 View commit details
    Browse the repository at this point in the history
  8. Update src/main/java/seedu/address/logic/commands/property/MatchPrope…

    …rtyCommand.java
    
    Co-authored-by: Chng Ian <[email protected]>
    ChryslineLim and chngchngchng authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    d56d25b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8167ca6 View commit details
    Browse the repository at this point in the history
  10. Update src/main/java/seedu/address/logic/commands/property/SortProper…

    …tiesCommand.java
    
    Co-authored-by: Chng Ian <[email protected]>
    ChryslineLim and chngchngchng authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b5b0dd1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1af9ca View commit details
    Browse the repository at this point in the history
  12. Update docs/UserGuide.md

    Co-authored-by: Chng Ian <[email protected]>
    ChryslineLim and chngchngchng authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f64cd6c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    448cb72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    edcd85a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    59bdbee View commit details
    Browse the repository at this point in the history
  16. fix formatting

    ChryslineLim committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    7773f8d View commit details
    Browse the repository at this point in the history
  17. Merge pull request #237 from ChryslineLim/minor-tweaks

    Update error messages and UG
    ChryslineLim authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    a06b43f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    588e3bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8ec38fd View commit details
    Browse the repository at this point in the history
  20. checkstyle fix

    ChryslineLim committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    0459e33 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into PPP
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    jchilling committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    a542325 View commit details
    Browse the repository at this point in the history
  22. edit explanation

    ChryslineLim committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    d07e6b9 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #249 from ChryslineLim/update-dg

    Update DG with sort feature and UML diagrams
    ChryslineLim authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    248aa6c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ab23315 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d909a80 View commit details
    Browse the repository at this point in the history
  26. add edit command to dg

    riccqi committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    a3fd8b0 View commit details
    Browse the repository at this point in the history
  27. checkstyle fix

    riccqi committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    dd9b3d1 View commit details
    Browse the repository at this point in the history
  28. fix property name tests

    riccqi committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    658aa66 View commit details
    Browse the repository at this point in the history
  29. tweaks to regex

    riccqi committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    e1f8e9b View commit details
    Browse the repository at this point in the history
  30. Merge pull request #245 from riccqi/dg-edit

    add edit command to dg
    riccqi authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    c678097 View commit details
    Browse the repository at this point in the history
  31. add png

    ChryslineLim committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    641890d View commit details
    Browse the repository at this point in the history
  32. resolve merge conflict

    ChryslineLim committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    9fd75a2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    84bf333 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    869a79a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    70f9b31 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    148e6e1 View commit details
    Browse the repository at this point in the history
  37. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into PPP
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    #	docs/UserGuide.md
    jchilling committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f3d41a8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    676c1fa View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c8c800b View commit details
    Browse the repository at this point in the history
  40. update ppp

    ChryslineLim committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    3120827 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3a86adf View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d4fd6e1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    72928bd View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4feaccd View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b4d12e6 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #246 from zsiggg/ug-update-1

    Update UG, AboutUs, PPP
    zsiggg authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    5d726b3 View commit details
    Browse the repository at this point in the history
  47. change error msg

    ChryslineLim committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ad97f81 View commit details
    Browse the repository at this point in the history
  48. Update docs/DeveloperGuide.md

    Co-authored-by: Richard Qi <[email protected]>
    ChryslineLim and riccqi authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    c9b155f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d5689bc View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    3975247 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #251 from ChryslineLim/fix-bugs

    Fix bugs from testing
    ChryslineLim authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b671f61 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #250 from ChryslineLim/update-dg

    Use case + user story + UML diagram
    ChryslineLim authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    a5ea812 View commit details
    Browse the repository at this point in the history
  53. Update PPP

    jchilling committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    8820eb6 View commit details
    Browse the repository at this point in the history
  54. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into PPP
    
    # Conflicts:
    #	docs/UserGuide.md
    jchilling committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    5bd86f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    716ce9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    767423a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09a6ff6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #243 from jchilling/PPP

    Update DG and add more UML diagrams
    jchilling authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8911c5e View commit details
    Browse the repository at this point in the history
  5. Rename entry time in DG

    chngchngchng committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    717e133 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd2497f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0f53e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e689b74 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #248 from chngchngchng/dg-draft

    Update DG with new section on buyer/property structure and new UML diagrams
    chngchngchng authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f796ec5 View commit details
    Browse the repository at this point in the history
  10. Resolve merge conflicts

    chngchngchng committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    927e7e6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5a8e14 View commit details
    Browse the repository at this point in the history
  12. Add NFRs

    chngchngchng committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    aa90b68 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dea3c92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8292d75 View commit details
    Browse the repository at this point in the history
  15. Remove assertEquals in List

    we already check that the expected and actual model's lists are equal in
    assertCommandSuccess, no need to check again
    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    febf755 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    98e9383 View commit details
    Browse the repository at this point in the history
  17. Add tests for sortbuyers

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ac9ca90 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    49459e4 View commit details
    Browse the repository at this point in the history
  19. Fix checkstyle issues

    chngchngchng committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e9274d0 View commit details
    Browse the repository at this point in the history
  20. Add tests for sortprops

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    da81a97 View commit details
    Browse the repository at this point in the history
  21. Add tests for filtrbuyers

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    63c6641 View commit details
    Browse the repository at this point in the history
  22. Add tests for filterprops

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b61e446 View commit details
    Browse the repository at this point in the history
  23. Fix checkstyle errors

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    057f5b1 View commit details
    Browse the repository at this point in the history
  24. update riccqi ppp

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    53799af View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    46a19bc View commit details
    Browse the repository at this point in the history
  26. refactor entry time

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4a88705 View commit details
    Browse the repository at this point in the history
  27. refactor entry time

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a49cdd7 View commit details
    Browse the repository at this point in the history
  28. resolve merge conflicts

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8157347 View commit details
    Browse the repository at this point in the history
  29. fix DG formatting

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5d7a33b View commit details
    Browse the repository at this point in the history
  30. Merge pull request #252 from riccqi/ug-fix

    Fix UG terms and clarify Match command
    riccqi authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5cff4f6 View commit details
    Browse the repository at this point in the history
  31. change ppp layout

    ChryslineLim committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7188c59 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2c6b104 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8e0e4e9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f03ba37 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ee4526f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8ccf28a View commit details
    Browse the repository at this point in the history
  37. Remove TODO

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ddda4b1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5f59cd6 View commit details
    Browse the repository at this point in the history
  39. Remove commented out code

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b9e0a21 View commit details
    Browse the repository at this point in the history
  40. Update ppp

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    df8168b View commit details
    Browse the repository at this point in the history
  41. UG updates

    chngchngchng committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fbe328d View commit details
    Browse the repository at this point in the history
  42. Merge pull request #256 from chngchngchng/userguide

    Update UG for final submission
    ChryslineLim authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e562abf View commit details
    Browse the repository at this point in the history
  43. Merge pull request #254 from zsiggg/sort-test-cases

    Add test cases for both filter and sort commands
    ChryslineLim authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0609061 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #255 from ChryslineLim/formatting

    Fix PPP formatting
    zsiggg authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7c28dbe View commit details
    Browse the repository at this point in the history
  45. Merge pull request #257 from zsiggg/final-cleanup

    Final cleanup
    ChryslineLim authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    02c72ed View commit details
    Browse the repository at this point in the history
  46. fix dg formatting

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5524627 View commit details
    Browse the repository at this point in the history
  47. fix checkstyle

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    04580c4 View commit details
    Browse the repository at this point in the history
  48. Update docs/DeveloperGuide.md

    Co-authored-by: Chng Ian <[email protected]>
    riccqi and chngchngchng authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    45f98b8 View commit details
    Browse the repository at this point in the history
  49. Merge pull request #258 from riccqi/dg-touchup

    fix dg formatting
    riccqi authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    671bbf7 View commit details
    Browse the repository at this point in the history
  50. fix imports

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d3e781e View commit details
    Browse the repository at this point in the history
  51. Merge pull request #259 from riccqi/dg-touchup

    fix imports for logicmanagertests
    riccqi authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e7fd8a8 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    bd58e0f View commit details
    Browse the repository at this point in the history
  53. tweak user stories

    ChryslineLim committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8e97ce2 View commit details
    Browse the repository at this point in the history
  54. fix admin settings

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2acfb4b View commit details
    Browse the repository at this point in the history
  55. change project name

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7db953e View commit details
    Browse the repository at this point in the history
  56. Merge pull request #261 from riccqi/dg-touchup

    fix admin settings
    riccqi authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7a062a5 View commit details
    Browse the repository at this point in the history
  57. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into final-cleanup-2
    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a1e3a9a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    86cfa9c View commit details
    Browse the repository at this point in the history
  59. Merge pull request #260 from ChryslineLim/user-stories

    tweak user stories
    ChryslineLim authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b84fdf1 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    80069d6 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6b3fad0 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    4df282c View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    8cd4571 View commit details
    Browse the repository at this point in the history
  64. Merge pull request #262 from zsiggg/change-image-size-uig

    Change image size ug
    ChryslineLim authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f77f774 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    b43fae8 View commit details
    Browse the repository at this point in the history
  66. Edit use cases headings

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c273235 View commit details
    Browse the repository at this point in the history
  67. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into final-cleanup-2
    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    db802d4 View commit details
    Browse the repository at this point in the history
  68. Fix DG

    chngchngchng committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    76cccd2 View commit details
    Browse the repository at this point in the history
  69. Merge pull request #263 from chngchngchng/dg-draft

    Add DG test cases for property
    chngchngchng authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2106243 View commit details
    Browse the repository at this point in the history
  70. Change image sizes in DG

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    45808e3 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    df0d3cb View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    cfa5a41 View commit details
    Browse the repository at this point in the history
  73. fix test cases

    ChryslineLim committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e4b29bd View commit details
    Browse the repository at this point in the history
  74. Merge pull request #265 from ChryslineLim/user-stories

    update target user profile/value proposition
    ChryslineLim authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    632199b View commit details
    Browse the repository at this point in the history
  75. Change model api link

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    50c321d View commit details
    Browse the repository at this point in the history
  76. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-1/tp

    …into final-cleanup-2
    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    566c1d6 View commit details
    Browse the repository at this point in the history
  77. Merge pull request #264 from zsiggg/final-cleanup-2

    Final cleanup 2
    zsiggg authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9c77494 View commit details
    Browse the repository at this point in the history
  78. Update ui.png

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ec10fc6 View commit details
    Browse the repository at this point in the history
  79. Merge pull request #266 from zsiggg/final-cleanup-3

    Update ui.png
    ChryslineLim authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b22fb12 View commit details
    Browse the repository at this point in the history
  80. Fix command retriever

    zsiggg committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b52ec21 View commit details
    Browse the repository at this point in the history
  81. Merge pull request #267 from zsiggg/hotfix-command-retriever

    Fix command retriever
    zsiggg authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f2c1bdc View commit details
    Browse the repository at this point in the history
  82. last minute fixes

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7dd6549 View commit details
    Browse the repository at this point in the history
  83. ug changes

    riccqi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4818e85 View commit details
    Browse the repository at this point in the history
  84. Merge pull request #268 from riccqi/last-pr

    Hot fixes for error messages and UG
    riccqi authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0792c37 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Update UserGuide.md

    zsiggg authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    82438df View commit details
    Browse the repository at this point in the history
  2. Update UserGuide.md

    zsiggg authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8719d54 View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    zsiggg authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4e6d09b View commit details
    Browse the repository at this point in the history
  4. Fix UserGuide

    chngchngchng committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    55153cc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge pull request #269 from chngchngchng/userguide

    Fix UserGuide
    chngchngchng authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3d27f19 View commit details
    Browse the repository at this point in the history
  2. Update UserGuide.md

    Update from Introduction to Interface Layout
    zsiggg authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    40f5698 View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    Improve language for "See FAQ"
    zsiggg authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    30d174e View commit details
    Browse the repository at this point in the history
  4. Update CommandBox.png

    zsiggg committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ee41c2b View commit details
    Browse the repository at this point in the history
  5. fix features section

    riccqi committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    2c7c41e View commit details
    Browse the repository at this point in the history
  6. fix wording

    riccqi committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4920397 View commit details
    Browse the repository at this point in the history
  7. Fix UG

    jchilling committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fe9747a View commit details
    Browse the repository at this point in the history
  8. Update docs/UserGuide.md

    Co-authored-by: ChryslineLim <[email protected]>
    riccqi and ChryslineLim authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f65060d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #271 from zsiggg/ug-update-2

    Update CommandBox.png
    zsiggg authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5d329e4 View commit details
    Browse the repository at this point in the history
  10. Update docs/UserGuide.md

    Co-authored-by: ChryslineLim <[email protected]>
    riccqi and ChryslineLim authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    824306d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #270 from riccqi/cs2101-ug

    fix add, delete and edit sections
    riccqi authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    178a772 View commit details
    Browse the repository at this point in the history
  12. Update UserGuide.md

    Add explanation for "Listed all buyers" in command output box image
    zsiggg authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    7455517 View commit details
    Browse the repository at this point in the history
  13. Fix UG

    jchilling committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    59dc902 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    251027b View commit details
    Browse the repository at this point in the history
  15. Update UserGuide.md

    ChryslineLim authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    614b2bb View commit details
    Browse the repository at this point in the history
  16. Update UserGuide.md

    ChryslineLim authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    49b1733 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #272 from jchilling/UG

    Fix UG list, find, and filter sections
    chngchngchng authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a531f3e View commit details
    Browse the repository at this point in the history
  18. Update UserGuide.md

    riccqi authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b608e6e View commit details
    Browse the repository at this point in the history
  19. Update UserGuide.md

    riccqi authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b2afbb7 View commit details
    Browse the repository at this point in the history
  20. Fix hanging headers

    riccqi authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    20b4d2d View commit details
    Browse the repository at this point in the history