Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS2113-T16-1] FinanceIt #48

Open
wants to merge 779 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 6, 2020

  1. Configuration menu
    Copy the full SHA
    b4c23ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd7240 View commit details
    Browse the repository at this point in the history
  3. Add validation for day of month inputted.

    Add warning for day of month between 29 and 31, since some month(s) do not have these day(s)
    Fix formatting and reword error message for clarity.
    Add excluded months into list for RecurringTracker
    Artemis-Hunt committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    4716393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfe1894 View commit details
    Browse the repository at this point in the history
  5. Fix checkstyle errors.

    Artemis-Hunt committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0d60d56 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #248 from Artemis-Hunt/master

    Bug fixes for RecurringTracker
    Artemis-Hunt authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    88fab5f View commit details
    Browse the repository at this point in the history
  7. Update manual testing section of dev guide.

    Fixed UI bugs relating to table printing
    Artemis-Hunt committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    bf75a72 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #249 from Artemis-Hunt/master

    Update manual testing section of dev guide.
    Artemis-Hunt authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    8208e90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f1d531 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #250 from bqxy/finance-tools

    Handle negative and alphabet inputs in FinanceTools
    qkbrandon authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c70bb47 View commit details
    Browse the repository at this point in the history
  11. Add Table of Content in UserGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    6167888 View commit details
    Browse the repository at this point in the history
  12. Edit Table of Contents in UserGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e9a40a7 View commit details
    Browse the repository at this point in the history
  13. Edit Table of Contents in UserGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f157c30 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #251 from bqxy/finance-tools

    Update Table of Contents in UserGuide.md
    qkbrandon authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    2d0b71b View commit details
    Browse the repository at this point in the history
  15. Edit UserGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    16446a3 View commit details
    Browse the repository at this point in the history
  16. Edit UserGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    242ccc6 View commit details
    Browse the repository at this point in the history
  17. Edit UserGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7dd559d View commit details
    Browse the repository at this point in the history
  18. Add Table of Contents for DeveloperGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    488f8bf View commit details
    Browse the repository at this point in the history
  19. Edit DeveloperGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    294bdb1 View commit details
    Browse the repository at this point in the history
  20. Edit DeveloperGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    54a9b29 View commit details
    Browse the repository at this point in the history
  21. Updated DG to fit new standards

    kaiwen98 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    6f1bcc7 View commit details
    Browse the repository at this point in the history
  22. Edit DeveloperGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    afc3024 View commit details
    Browse the repository at this point in the history
  23. Resize diagrams

    kaiwen98 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b4ab31f View commit details
    Browse the repository at this point in the history
  24. Edit DeveloperGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    cb4cddc View commit details
    Browse the repository at this point in the history
  25. Merge pull request #252 from bqxy/finance-tools

    Add Table of Contents for DeveloperGuide.md
    qkbrandon authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    38dd20a View commit details
    Browse the repository at this point in the history
  26. Edit AccountStorage.java

    Handle empty account names and notes
    Remove scientific notation display
    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e5eb42a View commit details
    Browse the repository at this point in the history
  27. Edit UserGuide.md

    Added more explanation for cashback feature in FinanceTools
    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    83bdcc9 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #253 from bqxy/finance-tools

    Edit AccountStorage.java in FinanceTools
    qkbrandon authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    bf3bbaf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3a07d8e View commit details
    Browse the repository at this point in the history
  30. Merge pull request #254 from bqxy/finance-tools

    Update Screenshots in UserGuide.md for FinanceTools
    qkbrandon authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    4ec7ca0 View commit details
    Browse the repository at this point in the history
  31. Update DeveloperGuide.md

    Include Manual Testing for FinanceTools
    Add more parser explanation in FinanceTools
    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    4d42c05 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    af6a651 View commit details
    Browse the repository at this point in the history
  33. Edit DeveloperGuide.md

    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7f2535f View commit details
    Browse the repository at this point in the history
  34. Merge pull request #255 from bqxy/finance-tools

    Update DeveloperGuide.md
    qkbrandon authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    557a2e3 View commit details
    Browse the repository at this point in the history
  35. Update DeveloperGuide.md

    Minor aesthetic touch up
    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    4babc05 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #256 from bqxy/finance-tools

    Update DeveloperGuide.md
    qkbrandon authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    93f19b2 View commit details
    Browse the repository at this point in the history
  37. Resolved more parser bugs and made ManualTracker much more defensive …

    …to corner cases
    kaiwen98 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7bc7420 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d2f7f3c View commit details
    Browse the repository at this point in the history
  39. Merge pull request #257 from kaiwen98/master

    Resolved all issues pertaining ManualTracker, EntryTracker and Parser classes from PE dry run
    kaiwen98 authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    cd165b4 View commit details
    Browse the repository at this point in the history
  40. Update DeveloperGuide.md

    Updated sequence diagrams for features in FinanceTools
    bqxy committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    dec1a1e View commit details
    Browse the repository at this point in the history
  41. Merge pull request #258 from bqxy/finance-tools

    Update DeveloperGuide.md
    qkbrandon authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    093de10 View commit details
    Browse the repository at this point in the history
  42. remove print msgs

    kaiwen98 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    bcfb623 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    aaefc9d View commit details
    Browse the repository at this point in the history
  44. Merge pull request #259 from kaiwen98/master

    removed print messages
    kaiwen98 authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    d8a18e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Update UserGuide.md

    RepoSense compatibility
    bqxy committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    92aef60 View commit details
    Browse the repository at this point in the history
  2. Update DeveloperGuide.md

    RepoSense compatibility
    bqxy committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    9e99465 View commit details
    Browse the repository at this point in the history
  3. RepoSense compatibility for FinanceTools

    bqxy committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    c61e2f5 View commit details
    Browse the repository at this point in the history
  4. Edit to pass checkstyleMain

    bqxy committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    43344d7 View commit details
    Browse the repository at this point in the history
  5. Update bqxy.md

    bqxy committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    bed0104 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05ab034 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #260 from bqxy/finance-tools

    RepoSense Compatibility
    qkbrandon authored Nov 7, 2020
    Configuration menu
    Copy the full SHA
    9b1fe21 View commit details
    Browse the repository at this point in the history
  8. Resolved CheckStyleMain

    dixoncwc committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    8b5c7d3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #261 from dixoncwc/GoalsTracker

    Did some slap for Goals tracker. Add in future feature in UG and DG
    dixoncwc authored Nov 7, 2020
    Configuration menu
    Copy the full SHA
    a358685 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Add files via upload

    Feudalord authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    196055b View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Feudalord authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    facd9e3 View commit details
    Browse the repository at this point in the history
  3. Update DeveloperGuide.md

    Feudalord authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e657352 View commit details
    Browse the repository at this point in the history
  4. Added in some details to DG

    dixoncwc committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f1d046b View commit details
    Browse the repository at this point in the history
  5. Update DeveloperGuide.md

    Feudalord authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    607e2a2 View commit details
    Browse the repository at this point in the history
  6. Update DeveloperGuide.md

    Feudalord authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    8fb3792 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #262 from dixoncwc/GoalsTracker

    Added in some details to DG
    dixoncwc authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    6bae931 View commit details
    Browse the repository at this point in the history
  8. Update DeveloperGuide.md

    Feudalord authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    efa8189 View commit details
    Browse the repository at this point in the history
  9. Update UserGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    57625f6 View commit details
    Browse the repository at this point in the history
  10. Update UserGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    899a43a View commit details
    Browse the repository at this point in the history
  11. Add more JUnit tests for ParamChecker, RecurringTracker and ReminderG…

    …enerator.
    
    Update JavaDoc comments
    Artemis-Hunt committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a894b76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e34080 View commit details
    Browse the repository at this point in the history
  13. Update UserGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    22d46b7 View commit details
    Browse the repository at this point in the history
  14. Update UserGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    21939f1 View commit details
    Browse the repository at this point in the history
  15. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    47e57f2 View commit details
    Browse the repository at this point in the history
  16. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    aef9de3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    14bdff7 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #263 from Artemis-Hunt/master

    Improve UML diagrams. Code cleanup
    Artemis-Hunt authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b5fc3cb View commit details
    Browse the repository at this point in the history
  19. Merge branch 'master' of https://github.com/AY2021S1-CS2113-T16-1/tp

    # Conflicts:
    #	data/backup/names.txt
    Feudalord committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    80e1407 View commit details
    Browse the repository at this point in the history
  20. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0a50590 View commit details
    Browse the repository at this point in the history
  21. Added more comments to code

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ecae00a View commit details
    Browse the repository at this point in the history
  22. AddedComments

    Feudalord committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5778fde View commit details
    Browse the repository at this point in the history
  23. checkstyle

    Feudalord committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    dd83970 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #265 from Feudalord/master

    Storage Component Documentation
    Feudalord authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    6edd61b View commit details
    Browse the repository at this point in the history
  25. Fixed merge conflict

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2a61757 View commit details
    Browse the repository at this point in the history
  26. UG updates

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    46673bc View commit details
    Browse the repository at this point in the history
  27. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5e64c07 View commit details
    Browse the repository at this point in the history
  28. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0ab778f View commit details
    Browse the repository at this point in the history
  29. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    8cda731 View commit details
    Browse the repository at this point in the history
  30. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    cd081e9 View commit details
    Browse the repository at this point in the history
  31. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    17ad406 View commit details
    Browse the repository at this point in the history
  32. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2574daa View commit details
    Browse the repository at this point in the history
  33. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0191210 View commit details
    Browse the repository at this point in the history
  34. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    068fd1d View commit details
    Browse the repository at this point in the history
  35. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    042c689 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    91e486d View commit details
    Browse the repository at this point in the history
  37. Merge pull request #266 from bqxy/finance-tools

    Update UserGuide.md & RepoSense Compatibility
    qkbrandon authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    271ec1b View commit details
    Browse the repository at this point in the history
  38. Fix checkstyle errors.

    Updated DG and UML diagrams
    Artemis-Hunt committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0a73bfd View commit details
    Browse the repository at this point in the history
  39. Fix checkstyle errors.

    Updated DG and UML diagrams
    Artemis-Hunt committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0232536 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ff9daa8 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #267 from Artemis-Hunt/master

    Updated DG. Fix checkstyle
    Artemis-Hunt authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    fa6de99 View commit details
    Browse the repository at this point in the history
  42. Updated Developer's guide

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5d28be9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    eaed877 View commit details
    Browse the repository at this point in the history
  44. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9b1def5 View commit details
    Browse the repository at this point in the history
  45. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    65539e1 View commit details
    Browse the repository at this point in the history
  46. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    d996052 View commit details
    Browse the repository at this point in the history
  47. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    d070271 View commit details
    Browse the repository at this point in the history
  48. Update DG.

    Add UML diagrams for RecurringTracker
    Artemis-Hunt committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    7d60e52 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4942a07 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #268 from Artemis-Hunt/master

    Update DG. Add UML
    Artemis-Hunt authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c2e9cbf View commit details
    Browse the repository at this point in the history
  51. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bc2a62b View commit details
    Browse the repository at this point in the history
  52. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1e2f8f3 View commit details
    Browse the repository at this point in the history
  53. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    360bb6a View commit details
    Browse the repository at this point in the history
  54. Contributions to DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5d7cdb0 View commit details
    Browse the repository at this point in the history
  55. UG contributions

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ad9b1ac View commit details
    Browse the repository at this point in the history
  56. Update UG and DG for RecurringTracker.

    Add screenshots
    Artemis-Hunt committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    8965e40 View commit details
    Browse the repository at this point in the history
  57. Update kaiwen98.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    46f2a55 View commit details
    Browse the repository at this point in the history
  58. Merge pull request #264 from kaiwen98/master

    Developer's Guide updates
    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bc7f9f3 View commit details
    Browse the repository at this point in the history
  59. Update kaiwen98.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    cb79c23 View commit details
    Browse the repository at this point in the history
  60. Contributions to ug

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    20e44fc View commit details
    Browse the repository at this point in the history
  61. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    801708a View commit details
    Browse the repository at this point in the history
  62. Updated DG

    kaiwen98 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    6b30d84 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    100231c View commit details
    Browse the repository at this point in the history
  64. Update UserGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e0610ef View commit details
    Browse the repository at this point in the history
  65. Merge pull request #269 from kaiwen98/master

    Updated DG
    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    4cd662a View commit details
    Browse the repository at this point in the history
  66. Create README.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    64d51b3 View commit details
    Browse the repository at this point in the history
  67. Update README.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    111e6b6 View commit details
    Browse the repository at this point in the history
  68. Create kaiwen98.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    87bb7f0 View commit details
    Browse the repository at this point in the history
  69. Create kaiwen98

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c3826d2 View commit details
    Browse the repository at this point in the history
  70. Update README.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    14c600c View commit details
    Browse the repository at this point in the history
  71. Delete README.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    53ff9f8 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    3aa2c77 View commit details
    Browse the repository at this point in the history
  73. Create kaiwen98.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    aa9fce1 View commit details
    Browse the repository at this point in the history
  74. Delete kaiwen98.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e433bf4 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    6c59fe6 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    142848e View commit details
    Browse the repository at this point in the history
  77. Update DeveloperGuide.md

    kaiwen98 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    faaca0f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Merge branch 'master' of https://github.com/AY2021S1-CS2113-T16-1/tp

    # Conflicts:
    #	docs/DeveloperGuide.md
    Artemis-Hunt committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    91c0871 View commit details
    Browse the repository at this point in the history
  2. Update DG/UG

    Artemis-Hunt committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    01f690b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #270 from Artemis-Hunt/master

    Update DG/UG
    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1644a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2eb9aa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bbb8df View commit details
    Browse the repository at this point in the history
  6. Improved Exception

    Feudalord committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    08773fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48d81c8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #271 from Feudalord/master

    Implemented dynamic save and loading by line
    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    113ffd3 View commit details
    Browse the repository at this point in the history
  9. Implemented tests for redundant edit commands

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    36f1ed7 View commit details
    Browse the repository at this point in the history
  10. Made code more defensive

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    6f4bf74 View commit details
    Browse the repository at this point in the history
  11. Made code more defensible

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1beba24 View commit details
    Browse the repository at this point in the history
  12. no message

    dixoncwc committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4e2a89f View commit details
    Browse the repository at this point in the history
  13. Add in details for AboutUs

    dixoncwc committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d255e91 View commit details
    Browse the repository at this point in the history
  14. finalised code

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    bf49a66 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #272 from dixoncwc/GoalsTracker

    Add in details for AboutUs
    dixoncwc authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    5eab862 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    14d66ff View commit details
    Browse the repository at this point in the history
  17. Edited AboutUs

    dixoncwc committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    bd32e88 View commit details
    Browse the repository at this point in the history
  18. finalised code

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3b42dd7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2d14425 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #273 from kaiwen98/final

    Final
    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    0b84a31 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b7e19e4 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #274 from dixoncwc/GoalsTracker

    Edited some details in AboutUs
    dixoncwc authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4561f75 View commit details
    Browse the repository at this point in the history
  23. Edited my PPP

    dixoncwc committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    923d852 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #275 from dixoncwc/GoalsTracker

    Edited my PPP
    dixoncwc authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    ca25581 View commit details
    Browse the repository at this point in the history
  25. updated dg image

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    09afefd View commit details
    Browse the repository at this point in the history
  26. Merge pull request #276 from kaiwen98/master

    Updated DG image
    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8cfa893 View commit details
    Browse the repository at this point in the history
  27. Update UserGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    2d72a38 View commit details
    Browse the repository at this point in the history
  28. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a0b939a View commit details
    Browse the repository at this point in the history
  29. Update kaiwen98.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1a52b48 View commit details
    Browse the repository at this point in the history
  30. Update kaiwen98.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    cd2519b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c9e6426 View commit details
    Browse the repository at this point in the history
  32. Update kaiwen98.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    ee202f2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    39f2212 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    34fee9c View commit details
    Browse the repository at this point in the history
  35. Update README.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a2692b3 View commit details
    Browse the repository at this point in the history
  36. Update AboutUs.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d1b0ba2 View commit details
    Browse the repository at this point in the history
  37. Update kaiwen98.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8b00b47 View commit details
    Browse the repository at this point in the history
  38. Update kaiwen98.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    06ccef4 View commit details
    Browse the repository at this point in the history
  39. Update AboutUs.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c16760a View commit details
    Browse the repository at this point in the history
  40. Update AboutUs.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9e62bc7 View commit details
    Browse the repository at this point in the history
  41. Update DeveloperGuide.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b179c22 View commit details
    Browse the repository at this point in the history
  42. updated ug

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a9d0798 View commit details
    Browse the repository at this point in the history
  43. Merge branch 'master' of https://github.com/AY2021S1-CS2113T-T16-1/tp

    …into final
    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    2a15c2c View commit details
    Browse the repository at this point in the history
  44. updated PPP

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c54b151 View commit details
    Browse the repository at this point in the history
  45. Updated ppp

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    6abf85e View commit details
    Browse the repository at this point in the history
  46. Merge pull request #277 from kaiwen98/final

    Final
    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e5db944 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #278 from Feudalord/master

    Update DeveloperGuide.md
    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    73bd473 View commit details
    Browse the repository at this point in the history
  48. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e251254 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d7144a3 View commit details
    Browse the repository at this point in the history
  50. Fix checkstyle

    Artemis-Hunt committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    231f244 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    20cfc1f View commit details
    Browse the repository at this point in the history
  52. Merge pull request #279 from Artemis-Hunt/master

    Fix checkstyle. Update PPP
    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7c348f5 View commit details
    Browse the repository at this point in the history
  53. updated dg size

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e561fb0 View commit details
    Browse the repository at this point in the history
  54. Adjusted img

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3093d8b View commit details
    Browse the repository at this point in the history
  55. Adjusted img

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    00f1f31 View commit details
    Browse the repository at this point in the history
  56. Update AboutUs.md

    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1f23770 View commit details
    Browse the repository at this point in the history
  57. Add files via upload

    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1f751f3 View commit details
    Browse the repository at this point in the history
  58. Update AboutUs.md

    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4024cfb View commit details
    Browse the repository at this point in the history
  59. Update AboutUs.md

    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9062daf View commit details
    Browse the repository at this point in the history
  60. Update AboutUs.md

    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3579522 View commit details
    Browse the repository at this point in the history
  61. Update AboutUs.md

    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    503d73d View commit details
    Browse the repository at this point in the history
  62. Update AboutUs.md

    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c576f7c View commit details
    Browse the repository at this point in the history
  63. Updated img

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d234483 View commit details
    Browse the repository at this point in the history
  64. Merge pull request #280 from kaiwen98/master

    Adjusted DG images size
    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    40e88b9 View commit details
    Browse the repository at this point in the history
  65. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    f00ca87 View commit details
    Browse the repository at this point in the history
  66. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    0691cd5 View commit details
    Browse the repository at this point in the history
  67. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3bb1a49 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    b58ac02 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    456e442 View commit details
    Browse the repository at this point in the history
  70. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    652ab6c View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    7bd4a90 View commit details
    Browse the repository at this point in the history
  72. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    876ddec View commit details
    Browse the repository at this point in the history
  73. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    78fa685 View commit details
    Browse the repository at this point in the history
  74. Update AboutUs.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9b17c6e View commit details
    Browse the repository at this point in the history
  75. Update AboutUs.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    cc92a46 View commit details
    Browse the repository at this point in the history
  76. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3036aee View commit details
    Browse the repository at this point in the history
  77. Update sly.md

    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b0134cf View commit details
    Browse the repository at this point in the history
  78. Merge branch 'master' of https://github.com/AY2021S1-CS2113T-T16-1/tp

    …into final
    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7a65526 View commit details
    Browse the repository at this point in the history
  79. png

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    cc1dd80 View commit details
    Browse the repository at this point in the history
  80. png

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1b84139 View commit details
    Browse the repository at this point in the history
  81. Merge pull request #281 from kaiwen98/final

    Updated images on entry commands
    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    092f34d View commit details
    Browse the repository at this point in the history
  82. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8043671 View commit details
    Browse the repository at this point in the history
  83. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a25c8ff View commit details
    Browse the repository at this point in the history
  84. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8c06b4f View commit details
    Browse the repository at this point in the history
  85. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    2e279a4 View commit details
    Browse the repository at this point in the history
  86. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e8bd4fc View commit details
    Browse the repository at this point in the history
  87. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8c98ca2 View commit details
    Browse the repository at this point in the history
  88. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    40f3695 View commit details
    Browse the repository at this point in the history
  89. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    032332e View commit details
    Browse the repository at this point in the history
  90. Update DeveloperGuide.md

    Add User Stories
    bqxy committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    5bf1c0a View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    fcdbe28 View commit details
    Browse the repository at this point in the history
  92. Fix checkstyle

    Artemis-Hunt committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8eb5f05 View commit details
    Browse the repository at this point in the history
  93. Merge pull request #283 from bqxy/finance-tools

    Update DeveloperGuide.md
    qkbrandon authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a93059b View commit details
    Browse the repository at this point in the history
  94. Merge pull request #282 from Artemis-Hunt/master

    FIx bug in RecurringTrackerTest
    Artemis-Hunt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4698731 View commit details
    Browse the repository at this point in the history
  95. Update UserGuide.md

    Add page breaks
    bqxy committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    bcd3c16 View commit details
    Browse the repository at this point in the history
  96. Update UserGuide.md

    Add page breaks
    bqxy committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    22e5eee View commit details
    Browse the repository at this point in the history
  97. Merge pull request #284 from bqxy/finance-tools

    Add page breaks for UserGuide.md
    qkbrandon authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4eeb234 View commit details
    Browse the repository at this point in the history
  98. Update UserGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    13c508b View commit details
    Browse the repository at this point in the history
  99. Update UserGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9a252da View commit details
    Browse the repository at this point in the history
  100. Update DeveloperGuide.md

    Add page breaks
    bqxy committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9c863e6 View commit details
    Browse the repository at this point in the history
  101. Merge pull request #285 from bqxy/finance-tools

    Add page breaks for DeveloperGuide.md
    qkbrandon authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    64653e0 View commit details
    Browse the repository at this point in the history
  102. Image Resize

    Feudalord committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    5230e55 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    7ae3144 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    981b928 View commit details
    Browse the repository at this point in the history
  105. Merge pull request #286 from Feudalord/master

    Image Resize
    Feudalord authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c185279 View commit details
    Browse the repository at this point in the history
  106. Resized images

    kaiwen98 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d7cbb1f View commit details
    Browse the repository at this point in the history
  107. Merge pull request #287 from kaiwen98/final

    Resized images
    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1bcad78 View commit details
    Browse the repository at this point in the history
  108. Update DG

    Artemis-Hunt committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d7e8bd4 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    76c0571 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    3ad7f2a View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    18d765a View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    94a5173 View commit details
    Browse the repository at this point in the history
  113. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    36a3141 View commit details
    Browse the repository at this point in the history
  114. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b0edcf2 View commit details
    Browse the repository at this point in the history
  115. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e49a493 View commit details
    Browse the repository at this point in the history
  116. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3eace4e View commit details
    Browse the repository at this point in the history
  117. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b704ea6 View commit details
    Browse the repository at this point in the history
  118. Update DeveloperGuide.md

    kaiwen98 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a40258c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    549c822 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from Feudalord/master

    Saver Manager: Users can no longer enter special Characters
    Feudalord authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6ef0845 View commit details
    Browse the repository at this point in the history