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-W15-1] ProfPlan #117

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

Commits on Oct 31, 2023

  1. Add framework for settings

    kiatkat committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    105fc17 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Fix tests

    kiatkat committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    757e380 View commit details
    Browse the repository at this point in the history
  2. Add EditSettingsCommand

    kiatkat committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    de00ba5 View commit details
    Browse the repository at this point in the history
  3. Add line to save configs

    kiatkat committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1493a46 View commit details
    Browse the repository at this point in the history
  4. Add parsing

    kiatkat committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6187c97 View commit details
    Browse the repository at this point in the history
  5. Finish integrating settings

    kiatkat committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    79dc900 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d1d5d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Cleaning up

    jack1e0 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    501e9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b1a3e View commit details
    Browse the repository at this point in the history
  3. Fix duedate boundaries

    jack1e0 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    719ac0c View commit details
    Browse the repository at this point in the history
  4. Bug fix

    jack1e0 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bcc8cb1 View commit details
    Browse the repository at this point in the history
  5. Add UI Enhancements

    eyelessrhyme7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c34ff8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7d5e3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37f31c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91e8cbc View commit details
    Browse the repository at this point in the history
  9. Undo Comment

    eyelessrhyme7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    48fee77 View commit details
    Browse the repository at this point in the history
  10. Fix styling

    eyelessrhyme7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c0090c8 View commit details
    Browse the repository at this point in the history
  11. Fix styling

    eyelessrhyme7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    16bac98 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #138 from kiatkat/add-settings

    Add settings
    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    018164d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #143 from eyelessrhyme7/branch-matrix

    Add matrix enhancements and fixes
    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6e469db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0418f08 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb44370 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cbe7969 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dabca98 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #144 from eyelessrhyme7/branch-date-bugs

    Fix date bugs in matrix functionality
    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3e0b6c5 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #146 from eyelessrhyme7/branch-fix-command-bugs

    Fix severe command bugs in do_next and sort
    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    91bb990 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d126b9d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    336ef9e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a425dcc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9f59d3f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    416a830 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #140 from jack1e0/Branch-FilterRecurring

    Branch filter recurring
    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c76405f View commit details
    Browse the repository at this point in the history
  26. Merge pull request #137 from kiatkat/remove-set

    Remove set command
    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    333bcee View commit details
    Browse the repository at this point in the history
  27. change UI

    eyelessrhyme7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8fb3ca4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8d05340 View commit details
    Browse the repository at this point in the history
  29. fix bugs

    newway1814 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7f9f61a View commit details
    Browse the repository at this point in the history
  30. Complete merge

    newway1814 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e9dbaa0 View commit details
    Browse the repository at this point in the history
  31. Fix Bugs for sort command

    newway1814 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    662b9ca View commit details
    Browse the repository at this point in the history
  32. Update MainWindow.java

    newway1814 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f8eb69d View commit details
    Browse the repository at this point in the history
  33. Update Link.java

    newway1814 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    31ac79e View commit details
    Browse the repository at this point in the history
  34. change UI

    eyelessrhyme7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    04bb0bb View commit details
    Browse the repository at this point in the history
  35. Fix styling

    eyelessrhyme7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ce106e2 View commit details
    Browse the repository at this point in the history
  36. Update UG

    newway1814 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b0346ec View commit details
    Browse the repository at this point in the history
  37. Fix styling

    eyelessrhyme7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e18f953 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #149 from eyelessrhyme7/branch-UI-enhancements

    Branch UI enhancements
    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9cefa56 View commit details
    Browse the repository at this point in the history
  39. Update MainWindow.java

    newway1814 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4cca85c View commit details
    Browse the repository at this point in the history
  40. Update Link.java

    newway1814 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    567dad9 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8f184a5 View commit details
    Browse the repository at this point in the history
  42. Update UserGuide.md

    newway1814 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0d04c81 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1091bca View commit details
    Browse the repository at this point in the history
  44. Merge pull request #148 from newway1814/master

    Fix bugs for sort command
    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    baf135e View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    85ba39f View commit details
    Browse the repository at this point in the history
  46. Merge pull request #151 from newway1814/update-UG

    Update UG
    newway1814 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    eaff460 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f13d580 View commit details
    Browse the repository at this point in the history
  48. Fix bugs in link

    yarnmeng committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    77b670d View commit details
    Browse the repository at this point in the history
  49. Add stats

    yarnmeng committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e3b7938 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    6e142fb View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f990690 View commit details
    Browse the repository at this point in the history
  52. Update Link.java

    eyelessrhyme7 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    03bf1f2 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    39c6a85 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update UG

    eyelessrhyme7 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9a6a2ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    053c5c2 View commit details
    Browse the repository at this point in the history
  3. v1.3 Final Release

    eyelessrhyme7 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3045bd7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from AY2324S1-CS2103T-W15-1/master

    Merge pull request #157 from eyelessrhyme7/master
    eyelessrhyme7 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    189ccb9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #158 from eyelessrhyme7/master

    v1.3 Final Release Code
    eyelessrhyme7 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d147577 View commit details
    Browse the repository at this point in the history
  6. UG png Update

    eyelessrhyme7 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ab3c4bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8af548 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from AY2324S1-CS2103T-W15-1/master

    Merge pull request #158 from eyelessrhyme7/master
    eyelessrhyme7 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    511a449 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #159 from eyelessrhyme7/master

    Update UG png
    eyelessrhyme7 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    abe8545 View commit details
    Browse the repository at this point in the history
  10. Update UG

    jack1e0 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a61c22b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #160 from jack1e0/master

    Update UG
    kiatkat authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f094256 View commit details
    Browse the repository at this point in the history
  12. Update UG

    kiatkat committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    682b332 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #161 from kiatkat/master

    Update UG
    kiatkat authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    47a4caa View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Merge pull request #152 from newway1814/master

    Fix Bugs for delete all command
    eyelessrhyme7 authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8434860 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    97feb0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de40e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update UG

    newway1814 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0ffb067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5304102 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle

    kiatkat committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d3614a7 View commit details
    Browse the repository at this point in the history
  4. Bin

    jack1e0 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    aaac24a View commit details
    Browse the repository at this point in the history
  5. Bin

    jack1e0 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8671db4 View commit details
    Browse the repository at this point in the history
  6. Update UG

    jack1e0 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    18dcb66 View commit details
    Browse the repository at this point in the history
  7. Update UG

    jack1e0 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cbc7e91 View commit details
    Browse the repository at this point in the history
  8. Update UG

    jack1e0 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1397bf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    8ff0b90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed1efde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e918132 View commit details
    Browse the repository at this point in the history
  4. Finalise PPP and DG Draft

    newway1814 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1747bdf View commit details
    Browse the repository at this point in the history
  5. update dg

    newway1814 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    81d9518 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    fce19fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #223 from newway1814/master

    Update DG and finalise PPP
    newway1814 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    080c773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff74cd9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from AY2324S1-CS2103T-W15-1/master

    Merge from upstream
    eyelessrhyme7 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    056be48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4881cf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3e536f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #224 from eyelessrhyme7/master

    Fix priority validation bug
    eyelessrhyme7 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5c0001a View commit details
    Browse the repository at this point in the history
  8. Fix bugs

    yarnmeng committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d072920 View commit details
    Browse the repository at this point in the history
  9. Add test cases

    yarnmeng committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    30f940c View commit details
    Browse the repository at this point in the history
  10. Add more tests

    yarnmeng committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1111aaf View commit details
    Browse the repository at this point in the history
  11. Add more tests

    yarnmeng committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0657a93 View commit details
    Browse the repository at this point in the history
  12. Add more tests

    yarnmeng committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    bce8caf View commit details
    Browse the repository at this point in the history
  13. add test cases

    newway1814 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6b5c891 View commit details
    Browse the repository at this point in the history
  14. fix checkstyle issues

    newway1814 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f5f74df View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0866bfe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb33b89 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b631e7d View commit details
    Browse the repository at this point in the history
  18. Merge pull request #226 from eyelessrhyme7/master

    Fix UG URL in Help Window
    eyelessrhyme7 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    455f1a0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    34bc2dd View commit details
    Browse the repository at this point in the history
  20. Merge pull request #227 from eyelessrhyme7/master

    Fix do_next command returning done tasks bug
    eyelessrhyme7 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7fd6782 View commit details
    Browse the repository at this point in the history
  21. fix checkstyle issues

    newway1814 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c3db943 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ed7587b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ed4aaa3 View commit details
    Browse the repository at this point in the history
  24. update-ug

    newway1814 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    04c22c5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8669a29 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #228 from eyelessrhyme7/master

    Fix UrgencyImportance Matrix Bug for displaying furthest tasks
    eyelessrhyme7 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7df782c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5b2d2d1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    43f1e68 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #229 from eyelessrhyme7/master

    Fix List Command Parsing Bug
    eyelessrhyme7 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ff956c8 View commit details
    Browse the repository at this point in the history
  30. Update UG

    newway1814 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1d30bf6 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #220 from newway1814/add-test-cases

    Add test cases for Mark and Unmark Command
    newway1814 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f76f223 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    86b5152 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3adc4c1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f4c29db View commit details
    Browse the repository at this point in the history
  35. fix checkstyle issues

    newway1814 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    62f9c24 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #217 from newway1814/update-ug

    Update ug
    newway1814 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2641ede View commit details
    Browse the repository at this point in the history
  37. Edit the sample data

    kiatkat committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8c2ac7a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    938f783 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #219 from jack1e0/master

    Update UG
    eyelessrhyme7 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a235e13 View commit details
    Browse the repository at this point in the history
  40. Update UG Introduction

    eyelessrhyme7 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4c6f165 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d96df48 View commit details
    Browse the repository at this point in the history
  42. Update UG

    eyelessrhyme7 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    79ed48f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Update DG and UG

    yarnmeng committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d1ab2f0 View commit details
    Browse the repository at this point in the history
  2. Delete CS2103_tp

    yarnmengnus authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    972e7fe View commit details
    Browse the repository at this point in the history
  3. Delete CS2103_tp.pub

    yarnmengnus authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f6dc0e9 View commit details
    Browse the repository at this point in the history
  4. Delete CS2103_tp

    yarnmengnus authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    87fc8cf View commit details
    Browse the repository at this point in the history
  5. Delete CS2103_tp.pub

    yarnmengnus authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    46bb1de View commit details
    Browse the repository at this point in the history
  6. Merge pull request #233 from eyelessrhyme7/master

    Update UG
    newway1814 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    791268e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #225 from yarnmengnus/branch-help-fix

    Fix bugs for help and stats
    newway1814 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    22d444b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #218 from kiatkat/fix-settings-validation

    Fix settings validation
    newway1814 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    57b3da5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #232 from kiatkat/amend-sample

    Edit the sample data
    newway1814 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0d6917b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #234 from yarnmengnus/branch-DG-1111

    Update DG and UG
    newway1814 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    babe775 View commit details
    Browse the repository at this point in the history
  11. Update User Guide

    jack1e0 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    11bd3be View commit details
    Browse the repository at this point in the history
  12. Edit UG

    yarnmeng committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    bb37669 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    82a0d3f View commit details
    Browse the repository at this point in the history
  14. Fix Messaging

    yarnmeng committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    2dfd807 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #238 from yarnmengnus/master

    Fix Messaging
    eyelessrhyme7 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c354c62 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb26fc1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f08644 View commit details
    Browse the repository at this point in the history
  18. Update Checkstyle

    eyelessrhyme7 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    45a10b2 View commit details
    Browse the repository at this point in the history
  19. Update Checkstyle

    eyelessrhyme7 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    00a84cd View commit details
    Browse the repository at this point in the history
  20. Update Tests

    eyelessrhyme7 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3cb7a85 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #239 from eyelessrhyme7/master

    Update UG with Expected Outputs
    eyelessrhyme7 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e46c8ac View commit details
    Browse the repository at this point in the history
  22. Update UG

    eyelessrhyme7 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c1dbd5d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    46cc633 View commit details
    Browse the repository at this point in the history
  24. Fix links in UG

    yarnmeng committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    fd6ee7e View commit details
    Browse the repository at this point in the history
  25. Merge pull request #241 from yarnmengnus/master

    Fix links in UG
    yarnmengnus authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    a61dff6 View commit details
    Browse the repository at this point in the history
  26. Fix link

    yarnmeng committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    2d3adc7 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #242 from yarnmengnus/master

    Fix link
    yarnmengnus authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    842bb62 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    db0caff View commit details
    Browse the repository at this point in the history
  29. Update UserGuide.md

    jack1e0 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    63fb7b5 View commit details
    Browse the repository at this point in the history
  30. Update UserGuide.md

    jack1e0 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c09feb0 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #235 from jack1e0/master

    Update User Guide
    jack1e0 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f4221bf View commit details
    Browse the repository at this point in the history
  32. Clean UG

    jack1e0 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0306a0f View commit details
    Browse the repository at this point in the history
  33. Clean

    jack1e0 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0d309d2 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #243 from jack1e0/master

    Clean UG
    jack1e0 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3903255 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Update DG

    jack1e0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b1cb73d View commit details
    Browse the repository at this point in the history
  2. checkstyle

    jack1e0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    13da6ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #244 from jack1e0/master

    Update DG
    jack1e0 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    091df52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3d3069 View commit details
    Browse the repository at this point in the history
  5. fix conflicts

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    242f8b7 View commit details
    Browse the repository at this point in the history
  6. Merge

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d208111 View commit details
    Browse the repository at this point in the history
  7. add test cases

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6c89918 View commit details
    Browse the repository at this point in the history
  8. add test cases

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    a095403 View commit details
    Browse the repository at this point in the history
  9. update ug

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d55dffc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8d9486 View commit details
    Browse the repository at this point in the history
  11. fix build issue

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    138cd1a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #247 from newway1814/add-test-cases

    Add test cases
    newway1814 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    cb55b80 View commit details
    Browse the repository at this point in the history
  13. Add test case

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2830a44 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e8054da View commit details
    Browse the repository at this point in the history
  15. Merge pull request #249 from newway1814/add-test-cases

    Add test case
    newway1814 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    a060f85 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a0b45c7 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #248 from jack1e0/master

    Testcases for due date, and predicates
    jack1e0 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    72b796b View commit details
    Browse the repository at this point in the history
  18. Edit Developer Guide

    kiatkat committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0ae4138 View commit details
    Browse the repository at this point in the history
  19. Update PPP

    kiatkat committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    c31c2d2 View commit details
    Browse the repository at this point in the history
  20. Fix parsing bug

    kiatkat committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d85e0f4 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #250 from kiatkat/master

    Miscellaneous changes
    eyelessrhyme7 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    632c570 View commit details
    Browse the repository at this point in the history
  22. Update DG

    eyelessrhyme7 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    87a9ebd View commit details
    Browse the repository at this point in the history
  23. Update UG Links

    eyelessrhyme7 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f989f5f View commit details
    Browse the repository at this point in the history
  24. Update UG

    eyelessrhyme7 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2ed8190 View commit details
    Browse the repository at this point in the history
  25. Update UG

    eyelessrhyme7 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d89f137 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    61c7445 View commit details
    Browse the repository at this point in the history
  27. minor changes

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    8cc4c20 View commit details
    Browse the repository at this point in the history
  28. fix checkstyle issues

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    c738edc View commit details
    Browse the repository at this point in the history
  29. update title

    newway1814 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    8f5c0e8 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #252 from newway1814/master

    minor changes
    eyelessrhyme7 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    476e2c2 View commit details
    Browse the repository at this point in the history
  31. Update UserGuide.md

    eyelessrhyme7 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    dc1b745 View commit details
    Browse the repository at this point in the history
  32. Update AboutUs.md

    eyelessrhyme7 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    40acf83 View commit details
    Browse the repository at this point in the history
  33. Update UserGuide.md

    eyelessrhyme7 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    313fce7 View commit details
    Browse the repository at this point in the history
  34. Update newway1814.md

    newway1814 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    bcec4a6 View commit details
    Browse the repository at this point in the history
  35. Update newway1814.md

    newway1814 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    86125c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Update PPP

    jack1e0 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    13a2663 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #253 from jack1e0/master

    Update PPP
    jack1e0 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cae59c6 View commit details
    Browse the repository at this point in the history
  3. Update PPP and DG

    newway1814 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4e7af9e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #254 from newway1814/master

    Update PPP and DG
    newway1814 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ef5cdc2 View commit details
    Browse the repository at this point in the history
  5. Update newway1814.md

    newway1814 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    392d26e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c46000a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8216798 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f87cd5d View commit details
    Browse the repository at this point in the history
  9. Update DG

    jack1e0 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e44d7e3 View commit details
    Browse the repository at this point in the history
  10. Fix mark link in UG

    yarnmeng committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7751b23 View commit details
    Browse the repository at this point in the history
  11. Update saving data part in dg

    jack1e0 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3b535b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eeda817 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #255 from newway1814/master

    Add instructions for manual testing in DG
    eyelessrhyme7 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5d678a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f61850 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #256 from jack1e0/master

    Update DG (manual testing, effort, planned enhancements)
    eyelessrhyme7 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    122e6bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ccca43f View commit details
    Browse the repository at this point in the history
  17. Edit DG

    yarnmeng committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c6cdd12 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    782924a View commit details
    Browse the repository at this point in the history
  19. Merge pull request #257 from yarnmengnus/master

    Edit DG and fix Clear command messaging
    yarnmengnus authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    487c225 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    de48d22 View commit details
    Browse the repository at this point in the history
  21. Make github happy

    yarnmeng committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f849f35 View commit details
    Browse the repository at this point in the history
  22. Update test cases

    yarnmeng committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e317f97 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #258 from yarnmengnus/master

    Allow users to add desc when adding task
    yarnmengnus authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4749f60 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5a8a92b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3e40d48 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5ac6b1d View commit details
    Browse the repository at this point in the history
  27. Merge pull request #259 from eyelessrhyme7/master

    Update DG, UG, PPP, Tests
    eyelessrhyme7 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f6f4ce6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    98bfb56 View commit details
    Browse the repository at this point in the history
  29. Update UG Pages

    eyelessrhyme7 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8f68a5a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c5d5c71 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #260 from eyelessrhyme7/master

    Update UG, DG with page breaks
    eyelessrhyme7 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e3b7c09 View commit details
    Browse the repository at this point in the history
  32. Update UG Pages

    eyelessrhyme7 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6fd4b67 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    268d486 View commit details
    Browse the repository at this point in the history
  34. Update UG Pages

    eyelessrhyme7 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d1cabca View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    65a691f View commit details
    Browse the repository at this point in the history
  36. Update DG Pages

    eyelessrhyme7 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2315b3e View commit details
    Browse the repository at this point in the history
  37. Merge pull request #261 from eyelessrhyme7/master

    Update UG pages
    eyelessrhyme7 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    47c548d View commit details
    Browse the repository at this point in the history
  38. Update AboutUs.md

    eyelessrhyme7 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    902cb8a View commit details
    Browse the repository at this point in the history
  39. Update AboutUs.md

    eyelessrhyme7 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7767a0e View commit details
    Browse the repository at this point in the history
  40. Update newway1814.md

    newway1814 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f6b58b5 View commit details
    Browse the repository at this point in the history
  41. Update UserGuide.md

    newway1814 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fa4d437 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d3889d5 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b1879b4 View commit details
    Browse the repository at this point in the history
  44. Update PPP

    kiatkat committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b2c2444 View commit details
    Browse the repository at this point in the history
  45. Add tests

    kiatkat committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5ffc806 View commit details
    Browse the repository at this point in the history
  46. Fix checkstyle

    kiatkat committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9f3ab00 View commit details
    Browse the repository at this point in the history
  47. Fix checkstyle

    kiatkat committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b19b376 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #262 from kiatkat/master

    Update PPP, add testcases
    kiatkat authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d89e768 View commit details
    Browse the repository at this point in the history
  49. Trim down PPP

    kiatkat committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    be2f718 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #263 from kiatkat/master

    Trim down PPP
    kiatkat authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9b7484d View commit details
    Browse the repository at this point in the history