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

[CS2103-F10-2] Bogo Bogo #78

Open
wants to merge 630 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 1, 2021

  1. Implementation for Find

    GraceWang2322 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    d3faca1 View commit details
    Browse the repository at this point in the history
  2. Update usecases

    bernarduskrishna committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c15b367 View commit details
    Browse the repository at this point in the history
  3. Implementation for Sort

    GraceWang2322 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    b85b1fa View commit details
    Browse the repository at this point in the history
  4. Update find feature UML diagram

    GraceWang2322 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    935bcc8 View commit details
    Browse the repository at this point in the history
  5. Update sort feature UML diagram

    GraceWang2322 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    f5f45dd View commit details
    Browse the repository at this point in the history
  6. Update design considerations

    GraceWang2322 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    44abee8 View commit details
    Browse the repository at this point in the history
  7. Mutating Inventory

    GraceWang2322 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    ba0afc4 View commit details
    Browse the repository at this point in the history
  8. Fix Errors

    GraceWang2322 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    39b91e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b51398 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Merge pull request #161 from bernarduskrishna/fix-storage-model

    make storage follow the initial model + update DG
    GraceWang2322 authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e0c5405 View commit details
    Browse the repository at this point in the history
  2. Fix naming issues

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    3413c51 View commit details
    Browse the repository at this point in the history
  3. Fix parsing of prices

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c102554 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd20062 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6716faf View commit details
    Browse the repository at this point in the history
  6. Fix styling

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    3f02d7f View commit details
    Browse the repository at this point in the history
  7. Update tests

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    274a0ea View commit details
    Browse the repository at this point in the history
  8. Fix spelling

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ca1e7a3 View commit details
    Browse the repository at this point in the history
  9. Update help links

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    cbd78b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3eca0a9 View commit details
    Browse the repository at this point in the history
  11. Improve how-to messages

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c327026 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aba4aea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aeb8323 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #164 from GraceWang2322/Uml-diagrams

    Update Developer's Guide
    bernarduskrishna authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6ce470c View commit details
    Browse the repository at this point in the history
  15. Fix window name

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4a09f97 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c59bb4c View commit details
    Browse the repository at this point in the history
  17. Fix documentation bugs

    bryanwee023 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ee77a35 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Merge branch 'master' of github.com:GraceWang2322/tp

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f222ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1bc91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #168 from bryanwee023/update-user-guide

    Fix documentation bugs from PE-D
    bernarduskrishna authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5d3f6b4 View commit details
    Browse the repository at this point in the history
  4. Error for editing count directly

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a970d73 View commit details
    Browse the repository at this point in the history
  5. DeleteCommand detects extra flags

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c2da7c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    161f4eb View commit details
    Browse the repository at this point in the history
  7. Update tests

    bryanwee023 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    14b9215 View commit details
    Browse the repository at this point in the history
  8. Fix AddCommand bugs

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2cd3d81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16f2a43 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2cc010 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' of github.com:GraceWang2322/tp

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    de310fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    75cf22c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    971c9a0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    21d849c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d4085fd View commit details
    Browse the repository at this point in the history
  16. Fix test

    bernarduskrishna committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    267d968 View commit details
    Browse the repository at this point in the history
  17. Add some javadocs

    bernarduskrishna committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7d2c083 View commit details
    Browse the repository at this point in the history
  18. Fix bugs

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    56e6e42 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    90d7334 View commit details
    Browse the repository at this point in the history
  20. fix checkstyle

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2429ce5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1c1e25a View commit details
    Browse the repository at this point in the history
  22. Merge branch 'master' of github.com:GraceWang2322/tp

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    06bc913 View commit details
    Browse the repository at this point in the history
  23. HelpCommand notify user of invalid commands

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b38dbf9 View commit details
    Browse the repository at this point in the history
  24. Add HelpCommand tests

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    baf85ea View commit details
    Browse the repository at this point in the history
  25. Delete Find and sort in DG

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    dd30a81 View commit details
    Browse the repository at this point in the history
  26. Fix bugs

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    60503bf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a0f4529 View commit details
    Browse the repository at this point in the history
  28. Merge branch 'master' of github.com:GraceWang2322/tp

    GraceWang2322 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    dc9e16e View commit details
    Browse the repository at this point in the history
  29. Draw class diagram of Model component

    wangpeialex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7eddebc View commit details
    Browse the repository at this point in the history
  30. Update low level class diagram of Model

    wangpeialex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f553370 View commit details
    Browse the repository at this point in the history
  31. Update UG about new class diagrams

    wangpeialex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c621bc6 View commit details
    Browse the repository at this point in the history
  32. Fix styles

    wangpeialex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    607633c View commit details
    Browse the repository at this point in the history
  33. Revert "Fix styles"

    This reverts commit 607633c.
    wangpeialex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3fc7586 View commit details
    Browse the repository at this point in the history
  34. Fix styles

    wangpeialex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5756108 View commit details
    Browse the repository at this point in the history
  35. Fix styles

    wangpeialex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3a77168 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b4daf75 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #177 from wangpeialex/add-new-class-diagrams

    Draw new class diagrams for Model component
    wangpalex authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a6c6550 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    76a34f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    3f9ce31 View commit details
    Browse the repository at this point in the history
  2. Include UserPrefs in Model class diagram

    wangpeialex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b1d9c04 View commit details
    Browse the repository at this point in the history
  3. Update low level class diagram

    wangpeialex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2df9056 View commit details
    Browse the repository at this point in the history
  4. Update DG on change of diagrams

    wangpeialex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    fac9749 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into add-new-class-diagrams

    wangpeialex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    aeaea6a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #178 from wangpeialex/add-new-class-diagrams

    Update class diagrams of Model component
    wangpalex authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4738879 View commit details
    Browse the repository at this point in the history
  7. Fix indexing

    bryanwee023 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b1faae4 View commit details
    Browse the repository at this point in the history
  8. Edit DisplayList details

    bryanwee023 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    87dd34e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7ae1d3 View commit details
    Browse the repository at this point in the history
  10. Fix naming of image

    bryanwee023 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    aa9a361 View commit details
    Browse the repository at this point in the history
  11. Fix bugs

    GraceWang2322 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f7acb56 View commit details
    Browse the repository at this point in the history
  12. Update use cases

    GraceWang2322 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    53482bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    715b85d View commit details
    Browse the repository at this point in the history
  14. Merge pull request #179 from bryanwee023/update-developer-guide

    Add DisplayList implementation details
    bernarduskrishna authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a0a3084 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1f43f23 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d9f9ae9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    66b3725 View commit details
    Browse the repository at this point in the history
  18. Format use cases

    bryanwee023 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a07b0df View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa32b26 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4e37398 View commit details
    Browse the repository at this point in the history
  21. Add PPP

    wangpeialex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ed8bb35 View commit details
    Browse the repository at this point in the history
  22. Fix styles

    wangpeialex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ab67396 View commit details
    Browse the repository at this point in the history
  23. Fix style

    wangpalex authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    15b74ff View commit details
    Browse the repository at this point in the history
  24. Merge pull request #184 from wangpeialex/add-new-class-diagrams

    Add new class diagrams and draft PPP of Wang Pei
    wangpalex authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a386d33 View commit details
    Browse the repository at this point in the history
  25. Fix style

    wangpeialex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    5a431a9 View commit details
    Browse the repository at this point in the history
  26. Merge branch 'master' into add-new-class-diagrams

    wangpeialex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6fbdc27 View commit details
    Browse the repository at this point in the history
  27. Fix newfound bugs.

    bernarduskrishna committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    10b6d8b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    88d7b7c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f892f87 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8ba1c01 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    32ce776 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Merge branch 'master' of github.com:GraceWang2322/tp

    GraceWang2322 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    eb25dae View commit details
    Browse the repository at this point in the history
  2. Proofread

    GraceWang2322 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d560f37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #186 from GraceWang2322/DG-mutating-order-proofread

    Dg mutating order proofread
    bernarduskrishna authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    3381b7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f129e91 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into add-new-class-diagrams

    # Conflicts:
    #	docs/DeveloperGuide.md
    wangpeialex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1129525 View commit details
    Browse the repository at this point in the history
  6. Update class diagram of Storage

    wangpeialex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    33dc09a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #187 from wangpeialex/add-new-class-diagrams

    Update Storage class diagram
    wangpalex authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    abaa649 View commit details
    Browse the repository at this point in the history
  8. Rename PPP

    wangpeialex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a5f3ef4 View commit details
    Browse the repository at this point in the history
  9. Edit architectural bugs

    bryanwee023 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    202f388 View commit details
    Browse the repository at this point in the history
  10. Update tests of StartOrderCommand

    wangpeialex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f5d7ae8 View commit details
    Browse the repository at this point in the history
  11. Add test data

    bryanwee023 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    02962d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04d2be3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d072a9 View commit details
    Browse the repository at this point in the history
  14. Fix formatting

    bryanwee023 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    81a8c24 View commit details
    Browse the repository at this point in the history
  15. Update AddToOrderCommandTest

    wangpeialex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    edc3d19 View commit details
    Browse the repository at this point in the history
  16. Add PPP draft

    bryanwee023 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0a8760c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #189 from bryanwee023/add-ppp

    Add PPP draft
    bryanwee023 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    e223681 View commit details
    Browse the repository at this point in the history
  18. Add tests based PEs

    wangpeialex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    950b65a View commit details
    Browse the repository at this point in the history
  19. Merge pull request #190 from wangpeialex/add-tests-for-logic-component

    Add tests for command parsers
    bryanwee023 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    267a041 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    082f574 View commit details
    Browse the repository at this point in the history
  21. Clean up code

    bryanwee023 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8df90e5 View commit details
    Browse the repository at this point in the history
  22. Fix bugs in test inputs

    bryanwee023 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    3e571cc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3413a38 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    90c03ab View commit details
    Browse the repository at this point in the history
  25. Fix styling

    bryanwee023 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    3b7b05e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    581e890 View commit details
    Browse the repository at this point in the history
  27. Add PPP draft

    bernarduskrishna committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    73044de View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fcf32d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    9ceaf0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c08136 View commit details
    Browse the repository at this point in the history
  3. Added purple theme

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    55ae935 View commit details
    Browse the repository at this point in the history
  4. Resize id label

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    3573880 View commit details
    Browse the repository at this point in the history
  5. Clean up print statement

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    6ccf028 View commit details
    Browse the repository at this point in the history
  6. Update screenshots

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    cd5aa43 View commit details
    Browse the repository at this point in the history
  7. Change tag color

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    cebc00a View commit details
    Browse the repository at this point in the history
  8. fix toString bug

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    227287f View commit details
    Browse the repository at this point in the history
  9. Bookkeeping and Transactions for testing

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    1382a09 View commit details
    Browse the repository at this point in the history
  10. Update equals method

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    a0b6fe6 View commit details
    Browse the repository at this point in the history
  11. Update id generating

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    25e659a View commit details
    Browse the repository at this point in the history
  12. Update tests

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    5d52dd3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d2e483 View commit details
    Browse the repository at this point in the history
  14. Fix UG inconsistency

    wangpeialex committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    79cae85 View commit details
    Browse the repository at this point in the history
  15. Do acceptance testing and fix errors in UG

    wangpeialex committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f47a047 View commit details
    Browse the repository at this point in the history
  16. Fix tests

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    1fe39a8 View commit details
    Browse the repository at this point in the history
  17. Fix checkstyle

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f3b933b View commit details
    Browse the repository at this point in the history
  18. Fix checkstyle

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f09d8d2 View commit details
    Browse the repository at this point in the history
  19. Fix tests

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    d462723 View commit details
    Browse the repository at this point in the history
  20. fix checkstyle

    GraceWang2322 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    efbaf7c View commit details
    Browse the repository at this point in the history
  21. Merge pull request #196 from GraceWang2322/Transaction-and-Bookeeping…

    …-tests
    
    Transaction and bookeeping tests
    bernarduskrishna authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    dd73f29 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4deec40 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #200 from wangpeialex/add-tests-for-logic-component

    Do acceptance testing and fix UG errors
    bernarduskrishna authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    903b703 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f91a5de View commit details
    Browse the repository at this point in the history
  25. Fix checkstyle

    bernarduskrishna committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    df41966 View commit details
    Browse the repository at this point in the history
  26. Fix checkstyle

    bernarduskrishna committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    400b460 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #201 from bernarduskrishna/testing-model

    Add tests for model.
    bryanwee023 authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    8212590 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fc85039 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e72e3d7 View commit details
    Browse the repository at this point in the history
  30. Update tests

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    6116112 View commit details
    Browse the repository at this point in the history
  31. Fix compilation bugs

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    646213f View commit details
    Browse the repository at this point in the history
  32. Fix PPP formatting

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    4deaced View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    cb35547 View commit details
    Browse the repository at this point in the history
  34. Add bookkeeping test

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    ece4768 View commit details
    Browse the repository at this point in the history
  35. Update user guide

    bryanwee023 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    08de2f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Merge pull request #202 from bryanwee023/fix-bookkeeping-overflow

    Fix bookkeeping overflow
    GraceWang2322 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    abc9532 View commit details
    Browse the repository at this point in the history
  2. Proofread user guide

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    2f657f7 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7d36b40 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9c33624 View commit details
    Browse the repository at this point in the history
  5. no message

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    23333aa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #203 from GraceWang2322/Check-userguide

    Proofread user guide
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    986d963 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4041f57 View commit details
    Browse the repository at this point in the history
  8. Fix Checkstyle

    bernarduskrishna committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8521ff4 View commit details
    Browse the repository at this point in the history
  9. Fix Checkstyle

    bernarduskrishna committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    00d9933 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #204 from bernarduskrishna/master

    Jack up Tests for Logic Parser package
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7b6a8c1 View commit details
    Browse the repository at this point in the history
  11. Update PPP

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6d58013 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into Update-PPP

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    c0a79d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cd28dd3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0475966 View commit details
    Browse the repository at this point in the history
  15. Fix checkstyle

    bernarduskrishna committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    401b843 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f41f514 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b5b3db5 View commit details
    Browse the repository at this point in the history
  18. DG instructions for manual testing

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e35b694 View commit details
    Browse the repository at this point in the history
  19. Fix checkstyle

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a2d586d View commit details
    Browse the repository at this point in the history
  20. Update Dg format

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    accd843 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #207 from GraceWang2322/DG-appendix

    DG instructions for manual testing
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    15b8352 View commit details
    Browse the repository at this point in the history
  22. Update PPP

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    750ebc3 View commit details
    Browse the repository at this point in the history
  23. Fix spelling

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    818f8fa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    adf201a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    234333b View commit details
    Browse the repository at this point in the history
  26. Update wang pei PPP

    wangpeialex committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6500094 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #210 from wangpeialex/update-PPP

    Update wang pei PPP
    wangpalex authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    59993ae View commit details
    Browse the repository at this point in the history
  28. Merge pull request #209 from bernarduskrishna/master

    Update DeveloperGuide.md
    bryanwee023 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1fbb97b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    66c0edd View commit details
    Browse the repository at this point in the history
  30. Fix diagram bugs

    bryanwee023 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    f91f060 View commit details
    Browse the repository at this point in the history
  31. Add inheritance relation

    bryanwee023 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    3b7d085 View commit details
    Browse the repository at this point in the history
  32. Update PPP

    bryanwee023 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    5d15016 View commit details
    Browse the repository at this point in the history
  33. Fix formatting

    bryanwee023 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0343413 View commit details
    Browse the repository at this point in the history
  34. Add appendix effort

    wangpeialex committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6c3573e View commit details
    Browse the repository at this point in the history
  35. Update PPP

    wangpeialex committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e57166c View commit details
    Browse the repository at this point in the history
  36. Fix length

    GraceWang2322 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    5667058 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f96dc84 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #211 from bryanwee023/update-developer-guide

    Update developer guide
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1ce9052 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #212 from wangpeialex/draft-effot

    Draft effot appendix
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    be67399 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8f133db View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a81753a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4f7b4a7 View commit details
    Browse the repository at this point in the history
  43. Update AboutUs.md

    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1c0592a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0e13d95 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #214 from bernarduskrishna/add-ppp

    Add ppp (Bernard)
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    dd1e966 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    5f98ef4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    eb5b4f8 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b8c52c6 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3f71351 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    9dc38d4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    455a108 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #215 from bernarduskrishna/add-ppp

    Proofread Userguide
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    dcecf80 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    6be2b1c View commit details
    Browse the repository at this point in the history
  54. Delete AB3 tutorial

    bernarduskrishna committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    663ba08 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #216 from bernarduskrishna/master

    Delete AB3 Tutorials
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a6981c9 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    312cac5 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    8081b0a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ddae0da View commit details
    Browse the repository at this point in the history
  59. Merge pull request #217 from bernarduskrishna/master

    Update SettingUp.md
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    fcc0136 View commit details
    Browse the repository at this point in the history
  60. Merge pull request #218 from bernarduskrishna/final-dg-check

    Update DeveloperGuide.md
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    ba659d6 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    ec2a3ec View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    d39991d View commit details
    Browse the repository at this point in the history
  63. Merge pull request #219 from bernarduskrishna/master

    Update bernarduskrishna.md
    bernarduskrishna authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    70b6197 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Revise PPP of wang pei

    wangpeialex committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5eae063 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #220 from wangpeialex/update-PPP

    Revise PPP of wang pei
    wangpalex authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d0adf05 View commit details
    Browse the repository at this point in the history
  3. Fix DG bug

    bernarduskrishna committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    26ddf26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd0d995 View commit details
    Browse the repository at this point in the history
  5. Rename PPP filename

    bryanwee023 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0e64cfd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #221 from bernarduskrishna/master

    Fix minor DG bug
    bernarduskrishna authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6fbc8b3 View commit details
    Browse the repository at this point in the history
  7. Fix minor DG Bug

    bernarduskrishna committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9f0f384 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #222 from bernarduskrishna/master

    Fix minor DG Bug
    bernarduskrishna authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0d1786e View commit details
    Browse the repository at this point in the history
  9. Fix minor DG bug_3

    bernarduskrishna committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    41c1132 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #223 from bernarduskrishna/master

    Fix minor DG bug_3
    bernarduskrishna authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0fa7b7d View commit details
    Browse the repository at this point in the history
  11. Fix minor bugs

    bryanwee023 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f659a87 View commit details
    Browse the repository at this point in the history
  12. Fix type warning

    bernarduskrishna committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0d4e522 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #224 from bernarduskrishna/master

    Fix type warning
    bernarduskrishna authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    68596a0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    32d58d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32887df View commit details
    Browse the repository at this point in the history
  16. Update tests

    bryanwee023 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    cbabf0a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    12e7d47 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f25189e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    98f80d1 View commit details
    Browse the repository at this point in the history
  20. Add EOF

    bryanwee023 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    897d300 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #225 from bryanwee023/update-developer-guide

    Fix feature and documentation bugs
    bernarduskrishna authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    155b8da View commit details
    Browse the repository at this point in the history
  22. Merge pull request #226 from bernarduskrishna/master

    Change log file name
    bernarduskrishna authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5bf1066 View commit details
    Browse the repository at this point in the history
  23. DG

    GraceWang2322 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d5550c9 View commit details
    Browse the repository at this point in the history
  24. DG

    GraceWang2322 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d63ccc4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c03b1c1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7a00d95 View commit details
    Browse the repository at this point in the history
  27. Checkstyle

    bernarduskrishna committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a6bdd4b View commit details
    Browse the repository at this point in the history
  28. Fix userguide

    bernarduskrishna committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    987bb00 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #228 from bernarduskrishna/master

    Fix bugs (hopefully my last PR!)
    bernarduskrishna authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    380341c View commit details
    Browse the repository at this point in the history