Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[CS2103T-T12-2] Swift+ #91

Open
wants to merge 720 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 27, 2022

  1. Docs: change UG wording

    peppapighs committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a9d39a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from AY2223S1-CS2103T-T12-2/125-add-clear-com…

    …mand-ug
    
    📝 Docs: add user guide for clear command
    peppapighs authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    019842b View commit details
    Browse the repository at this point in the history
  3. feat: add longest matching prefix for commands

    - add longest matching prefix for commands when autocompleting
    - previous implementation always autocompletes according to the shown
    suggestion
    Santosh3007 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    2714f47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cb0d69 View commit details
    Browse the repository at this point in the history
  5. fix: fix CommandSuggestorTest

    - fix CommandSuggestorTest after enhancing autocomplete
    Santosh3007 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    bbb8e9b View commit details
    Browse the repository at this point in the history
  6. docs: update user guide

    - update user guide for autocomplete enhancements
    Santosh3007 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    74cc86a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcf6481 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f583a44 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #134 from AY2223S1-CS2103T-T12-2/autocomplete-enha…

    …ncements
    
    Autocomplete enhancements
    peppapighs authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    67f8953 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c187c6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27437d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2eede38 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #137 from AY2223S1-CS2103T-T12-2/114-sort

    Feat: sort tasks by chronological order
    jasonqiu212 authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8f106de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    111472f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f7d39c3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8ad5ce9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6d9bd9d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e6dc11a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1024791 View commit details
    Browse the repository at this point in the history
  20. Style: align contact list view

    yunruu committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    bb43011 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bf3a40e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    32087e9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    311c90e View commit details
    Browse the repository at this point in the history
  24. fix: remove menu bar dropdown menu

    - remove dropdown menu and change it to buttons
    Santosh3007 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    3b677ad View commit details
    Browse the repository at this point in the history
  25. feat: allow tab toggling with shortcut keys

    - toggle tab when user presses CTRL + TAB
    Santosh3007 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    ac7b976 View commit details
    Browse the repository at this point in the history
  26. feat: associate checkbox with task

    - set respective checkboxes visible corresponding to the task status
    Santosh3007 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    0fe08e9 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #139 from AY2223S1-CS2103T-T12-2/Shenyi/107-enhanc…

    …e-documentation
    
    📝 Docs: enhance documentation
    Santosh3007 authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    facae21 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #140 from AY2223S1-CS2103T-T12-2/menu-bar-enhancem…

    …ents
    
    Menu bar Enhancements
    yunruu authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8bce115 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #138 from AY2223S1-CS2103T-T12-2/135-mark-task-ui

    Style: add task icons
    yunruu authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a581504 View commit details
    Browse the repository at this point in the history
  30. Docs: update user guide

    jasonqiu212 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    bf7fd7a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e5988af View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    56d09a2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4134f72 View commit details
    Browse the repository at this point in the history
  34. Docs: update Ui.png

    jasonqiu212 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    611ea1c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    649fd7c View commit details
    Browse the repository at this point in the history
  36. Remove unnecessary imports

    yunruu committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    5290164 View commit details
    Browse the repository at this point in the history
  37. Factor styling to css file

    yunruu committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    232fc5a View commit details
    Browse the repository at this point in the history
  38. Docs: update user guide

    - Add tab toggling
    - Add alternative GUI ways to execute commands
    jasonqiu212 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    31ae81f View commit details
    Browse the repository at this point in the history
  39. Merge pull request #142 from AY2223S1-CS2103T-T12-2/command-box-resize

    Style: resize command box
    jasonqiu212 authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    24c8264 View commit details
    Browse the repository at this point in the history
  40. Merge pull request #144 from AY2223S1-CS2103T-T12-2/107-update-readme

    Docs: update user guide
    ShenyiCui authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    2bd4c21 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    850fc8e View commit details
    Browse the repository at this point in the history
  42. Merge pull request #145 from AY2223S1-CS2103T-T12-2/menu-item-ui

    Style: underline menu button
    ShenyiCui authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    728509a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    29a9c33 View commit details
    Browse the repository at this point in the history
  44. Bug: fix task tags display

    yunruu committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c1a950e View commit details
    Browse the repository at this point in the history
  45. Merge pull request #147 from AY2223S1-CS2103T-T12-2/146-window

    Perf: fix default window size
    yunruu authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d58d11f View commit details
    Browse the repository at this point in the history
  46. Merge pull request #148 from AY2223S1-CS2103T-T12-2/bug-fix

    Bug: Fix task tags display
    jasonqiu212 authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    97d11d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    fe00f72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from AY2223S1-CS2103T-T12-2/184-autocomplete-…

    …user-guide
    
    Docs: add autocomplete explanation in user guide
    jasonqiu212 authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    97a5997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b308ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3dfeb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b2d9b5 View commit details
    Browse the repository at this point in the history
  6. Docs(User guide): update user guide

    - Update introduction
    - Add layout section
    jasonqiu212 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    40ec805 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    431ef1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8c2982 View commit details
    Browse the repository at this point in the history
  9. Update list task

    To describe how tasks are sorted
    yunruu authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    591e136 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e18ad96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a3a5be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    075a13a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    393bd7c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    41e7d56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #193 from AY2223S1-CS2103T-T12-2/192-ug-pr

    Update user guide
    Santosh3007 authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    521b6ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3b2b88 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #191 from AY2223S1-CS2103T-T12-2/186-add-task

    Docs: update command descriptions involving displayed index
    jasonqiu212 authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f7827ed View commit details
    Browse the repository at this point in the history
  5. Merge pull request #190 from AY2223S1-CS2103T-T12-2/160-separate-comm…

    …ands
    
    Docs: separate commands by type in user guide
    jasonqiu212 authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3e77fad View commit details
    Browse the repository at this point in the history
  6. Update UserGuide.md

    yunruu authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f7fe248 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    4f150b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #194 from AY2223S1-CS2103T-T12-2/163-list-task-ug

    Docs: update list task feature
    yunruu authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    9b6b431 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Bug: fix javafx version

    yunruu committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    048935f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #196 from yunruu/161-javafx-version

    Bug: fix javafx version
    jasonqiu212 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    2b0f325 View commit details
    Browse the repository at this point in the history
  3. Docs: update PPP draft

    peppapighs committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    28b5ff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9f83b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7180e8b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #199 from AY2223S1-CS2103T-T12-2/183-update-deadli…

    …ne-ug
    
    Docs: update deadline specification in ug
    Santosh3007 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    3fd4122 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21714ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5288001 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb5fd8b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #187 from AY2223S1-CS2103T-T12-2/158-fix-tense-inc…

    …onsistency
    
    Docs: fix find_task user guide tense inconsistency
    jasonqiu212 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7a65a95 View commit details
    Browse the repository at this point in the history
  11. Docs: update user guide

    - Update acknowledgement for user guide
    - Remove heading for table of contents
    - Shift Icons section above first usage of icons
    jasonqiu212 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7859627 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d31b04 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    293d8d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c6aa3fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    529f514 View commit details
    Browse the repository at this point in the history
  16. 📝 Docs: add ppp draft

    ShenyiCui committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    e7e469e View commit details
    Browse the repository at this point in the history
  17. 🐛 Fix: lint errors

    ShenyiCui committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    40fdb39 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2773653 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b6f28d0 View commit details
    Browse the repository at this point in the history
  20. Fix: checkstyle errors

    ShenyiCui committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8aeaeb8 View commit details
    Browse the repository at this point in the history
  21. Fix: add new line to EOF

    ShenyiCui committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    960ddf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Merge pull request #203 from AY2223S1-CS2103T-T12-2/Shenyi/197-shenyi…

    …-ppp-draft
    
    📝 Docs: add ppp draft
    jasonqiu212 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e70d6f2 View commit details
    Browse the repository at this point in the history
  2. docs: Update PPP

    - update PPP for santosh
    
    addresses #197
    Santosh3007 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    65400e5 View commit details
    Browse the repository at this point in the history
  3. docs: update wrong link for reviewed PRs

    - update wrong link for reviewed PRs
    Santosh3007 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    906a825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d39632d View commit details
    Browse the repository at this point in the history
  5. Docs: update PPP

    yunruu committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    01ba46d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c99876d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    5247a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    305bda3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e2ef9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #208 from AY2223S1-CS2103T-T12-2/149-add-task-cont…

    …act-error
    
    Fix: display error message when add_task contact index is invalid
    jasonqiu212 authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    c735c0f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #207 from AY2223S1-CS2103T-T12-2/156-fix-terminology

    Fix: change terminology from person to contact
    jasonqiu212 authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    385941c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #206 from AY2223S1-CS2103T-T12-2/179-fix-mark-unmark

    Fix: mark/unmark command no longer execute select contact/task
    jasonqiu212 authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e052e33 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #201 from AY2223S1-CS2103T-T12-2/166-allow-name-wi…

    …th-special-chars
    
    Feat: allow special characters in contact and task name
    jasonqiu212 authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    28b6c59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb34955 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    345dc9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c12045 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e196f3f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e94402d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4dc006f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c43f02 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b86d0aa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8675d11 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Merge pull request #200 from yunruu/152-contact-name

    Edit `isSamePerson` check restriction
    jasonqiu212 authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    230f19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cb595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbe239 View commit details
    Browse the repository at this point in the history
  4. Fix: fix panel headings

    jasonqiu212 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    1e6730c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    763649d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #213 from AY2223S1-CS2103T-T12-2/157-fix-headers

    Fix: fix UI panel headers
    peppapighs authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    7e94cfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aeee499 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab14132 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #214 from AY2223S1-CS2103T-T12-2/update-bridge-dg

    Docs: update PersonTaskBridge DG
    jasonqiu212 authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    5bb79c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83d5d54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69bf95a View commit details
    Browse the repository at this point in the history
  12. fix: fix text alignment when text overflows

    - fix text alignment when text overflows across the length of command
    text field
    
    addresses #170
    Santosh3007 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6b5c960 View commit details
    Browse the repository at this point in the history
  13. fix: prevent autocomplete from completing prompts

    - stop autocomplete from completing prompts like <keyword> and
    <contact_index>
    
    addresses #159
    Santosh3007 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    25081e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53833bf View commit details
    Browse the repository at this point in the history
  15. fix: trim spaces for user input during command suggestion

    - trim spaces for user input before suggesting arguments
    
    addresses #155
    Santosh3007 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f6963c4 View commit details
    Browse the repository at this point in the history
  16. fix: add extra spaces to command suggestion

    - add extra spaces to command suggestion when user input has extra
    spaces
    Santosh3007 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    9137427 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dda66c5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf11d6a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    60b5d2b View commit details
    Browse the repository at this point in the history
  20. Style: fix checkstyle

    jasonqiu212 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    d9912eb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1810777 View commit details
    Browse the repository at this point in the history
  22. Style: fix checkstyle

    jasonqiu212 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    3b2a853 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7b1e44c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3c9ad79 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    641ee04 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #217 from AY2223S1-CS2103T-T12-2/right-click-bug

    Fix: make context menu fields visible
    Santosh3007 authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    c429ad5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    602e242 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #219 from AY2223S1-CS2103T-T12-2/170-autocomplete-…

    …fixes
    
    Autocomplete Fixes
    jasonqiu212 authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    1775dbd View commit details
    Browse the repository at this point in the history
  29. Merge pull request #220 from AY2223S1-CS2103T-T12-2/Shenyi/167-fix-ta…

    …sk-equality
    
    🐛 Fix: task equality
    jasonqiu212 authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    33f1dfa View commit details
    Browse the repository at this point in the history
  30. Merge pull request #212 from AY2223S1-CS2103T-T12-2/141-show-all-afte…

    …r-select
    
    Fix: show all tasks and contacts after `list_contact` and `list_task`
    ShenyiCui authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    e83f52b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    74174f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge pull request #222 from AY2223S1-CS2103T-T12-2/221-ug-toc

    Fix: fix table of contents in user guide
    yunruu authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    47609d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c277623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc473aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b5465d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #225 from AY2223S1-CS2103T-T12-2/162-fix-hot-update

    Fix: remove hot update method from command execution
    jasonqiu212 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2c2c5e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #226 from AY2223S1-CS2103T-T12-2/224-search-header

    Fix: command output box header
    jasonqiu212 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1e13694 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a678983 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4de5816 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    065d8c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eef5afc View commit details
    Browse the repository at this point in the history
  11. Fix java fx version

    yunruu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    47eb273 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8eeb515 View commit details
    Browse the repository at this point in the history
  13. Style: fix checkstyle

    jasonqiu212 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cd971d9 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #228 from AY2223S1-CS2103T-T12-2/164-fix-add-task-…

    …message
    
    Fix: display proper error message for add_task
    jasonqiu212 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8c591a2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #231 from AY2223S1-CS2103T-T12-2/229-fix-edit-task…

    …-unmark
    
    Fix: edit_task no longer forces unmark a task
    jasonqiu212 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    864e73c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c269f63 View commit details
    Browse the repository at this point in the history
  17. Style: fix checkstyle

    jasonqiu212 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    951c5d8 View commit details
    Browse the repository at this point in the history
  18. 🐛 fix: msg specificity for date error

    - Resolves #180
    ShenyiCui committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ad36069 View commit details
    Browse the repository at this point in the history
  19. 🐛 fix: silent failure of erroneous dates

    - Resolves #177
    ShenyiCui committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8326cbd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0bee51f View commit details
    Browse the repository at this point in the history
  21. Docs: fix grammar

    peppapighs committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5e90280 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #232 from AY2223S1-CS2103T-T12-2/223-storage-tests

    Tests: add tests for storage
    yunruu authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7225838 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9861179 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6166063 View commit details
    Browse the repository at this point in the history
  25. Fix javafx version

    yunruu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    481e522 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #233 from AY2223S1-CS2103T-T12-2/Shenyi/180-fix-da…

    …tetime-error
    
    🐛 fix DateTime error
    yunruu authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6a1da40 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a6159bd View commit details
    Browse the repository at this point in the history
  28. fix: fix overflowing command suggestions

    - fix overflowing command suggestions and allow backspaces of entered
    commands
    Santosh3007 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6e59688 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    53339cd View commit details
    Browse the repository at this point in the history
  30. docs: add caution remark for clear command

    addresses #151
    Santosh3007 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c5dc1e2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e35282c View commit details
    Browse the repository at this point in the history
  32. docs: update caution note

    addresses #151
    Santosh3007 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    96aa55c View commit details
    Browse the repository at this point in the history
  33. Merge pull request #240 from AY2223S1-CS2103T-T12-2/239-person-card-d…

    …escription
    
    Fix: early truncation of description in contact card
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fb7729b View commit details
    Browse the repository at this point in the history
  34. Merge pull request #218 from AY2223S1-CS2103T-T12-2/215-model-tests

    Test: add tests for Model
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7985848 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #227 from AY2223S1-CS2103T-T12-2/210-add-autocompl…

    …ete-faq
    
    Docs: add autocomplete FAQ
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    53bbb8d View commit details
    Browse the repository at this point in the history
  36. Merge pull request #230 from AY2223S1-CS2103T-T12-2/178-task-name-tru…

    …ncation
    
    Fix: early truncation of task name bug
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a0d5cd3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    39c4b30 View commit details
    Browse the repository at this point in the history
  38. Docs: update misc docs

    jasonqiu212 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    95890c9 View commit details
    Browse the repository at this point in the history
  39. Docs: update developer guide

    - update phrasing of architecture
    - update formatting
    jasonqiu212 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1c44d7f View commit details
    Browse the repository at this point in the history
  40. Docs: fix toc in ug

    jasonqiu212 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2cb1051 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    51f9c7f View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    89daebd View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d994086 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #241 from AY2223S1-CS2103T-T12-2/add-clear-caution

    Add caution note for `clear` command
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    99f2ba1 View commit details
    Browse the repository at this point in the history
  45. Docs: update DG diagrams

    peppapighs committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ea9af33 View commit details
    Browse the repository at this point in the history
  46. Fix: UG styling

    yunruu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    86287f9 View commit details
    Browse the repository at this point in the history
  47. docs: add autocomplete design considerations

    - add autocomplete design considerations
    
    addresses #245
    Santosh3007 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d301671 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    545eda7 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0b620d9 View commit details
    Browse the repository at this point in the history
  50. Fix: outdated UG screenshots

    yunruu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6a25e6a View commit details
    Browse the repository at this point in the history
  51. Docs: add PR reviewed in PPP

    yunruu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1957916 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    8506ef8 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #246 from AY2223S1-CS2103T-T12-2/autocomplete-desi…

    …gn-considerations
    
    Add autocomplete design considerations
    jasonqiu212 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    327be32 View commit details
    Browse the repository at this point in the history
  54. Merge pull request #248 from AY2223S1-CS2103T-T12-2/update-ppp-yunru

    Docs: add PR reviewed in PPP
    jasonqiu212 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    051759c View commit details
    Browse the repository at this point in the history
  55. Docs: update UG panel header

    yunruu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f6c0c2d View commit details
    Browse the repository at this point in the history
  56. Merge pull request #244 from AY2223S1-CS2103T-T12-2/236-update-dg-dia…

    …grams
    
    Docs: update DG diagrams
    jasonqiu212 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    84f018d View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    ac64a4e View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    225cc25 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    7d559d6 View commit details
    Browse the repository at this point in the history
  60. docsL update puml diagrams

    - update puml class diagrams for UI
    
    addresses #236
    Santosh3007 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8a2a985 View commit details
    Browse the repository at this point in the history
  61. docs: update personTaskBridge class diagram

    - update personTaskBridge class diagram
    Santosh3007 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b36d7f0 View commit details
    Browse the repository at this point in the history
  62. ♻️ Refactor: format

    ShenyiCui committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    dd20814 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    75dc151 View commit details
    Browse the repository at this point in the history
  64. Docs: Update DG

    - remove all occurences of deadlines
    Santosh3007 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a3d80d4 View commit details
    Browse the repository at this point in the history
  65. Merge pull request #250 from AY2223S1-CS2103T-T12-2/update-class-diag…

    …rams
    
    Docs: Update class diagrams
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    78251c1 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    40f699f View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    65f6846 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    499bacb View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e7641e2 View commit details
    Browse the repository at this point in the history
  70. Docs: update Pep PPP

    peppapighs committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7b5b1ef View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    7e9a7ea View commit details
    Browse the repository at this point in the history
  72. Merge pull request #249 from AY2223S1-CS2103T-T12-2/234-use-cases

    Docs: update use cases
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4978c51 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    5f6256b View commit details
    Browse the repository at this point in the history
  74. docs: update PPP

    Santosh3007 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    274a1db View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    455cf63 View commit details
    Browse the repository at this point in the history
  76. Docs: update PPP

    yunruu authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    26db11e View commit details
    Browse the repository at this point in the history
  77. Merge pull request #254 from AY2223S1-CS2103T-T12-2/update-santosh-fi…

    …nal-ppp
    
    Update Santosh PPP
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f7cfeea View commit details
    Browse the repository at this point in the history
  78. Merge pull request #251 from AY2223S1-CS2103T-T12-2/Shenyi/235-add-ma…

    …nual-tests-to-DG
    
    ✨ Add manual tests to dg
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    354b8a7 View commit details
    Browse the repository at this point in the history
  79. Docs: update jason ppp

    jasonqiu212 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    078ec1d View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    1e3f71c View commit details
    Browse the repository at this point in the history
  81. Fix: fix toc for dg

    jasonqiu212 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4b6fa00 View commit details
    Browse the repository at this point in the history
  82. Fix: wrong java fx version

    yunruu authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    aa1b49d View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    fad07b8 View commit details
    Browse the repository at this point in the history
  84. Merge pull request #256 from AY2223S1-CS2103T-T12-2/update-ppp-jason

    Docs: update jason ppp
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    407db53 View commit details
    Browse the repository at this point in the history
  85. Merge pull request #257 from AY2223S1-CS2103T-T12-2/java-fx-version-fix

    Fix: wrong Java FX version
    peppapighs authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c7d6d9a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Docs: update user guide

    jasonqiu212 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    621925b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cc5006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a10bfcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15bafe0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #261 from AY2223S1-CS2103T-T12-2/258-update-ug-mar…

    …k-unmark
    
    Docs: add screenshots for mark and unmark commands
    jasonqiu212 authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b69a0e6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #260 from AY2223S1-CS2103T-T12-2/259-update-ug

    Add `assign` command image
    peppapighs authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b04fb2c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    d86e39b View commit details
    Browse the repository at this point in the history
  2. 📝 Docs: fix grammar

    ShenyiCui committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c0a3b64 View commit details
    Browse the repository at this point in the history
  3. Add list command screenshots

    yunruu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3dd78da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eff2830 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2a66e3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #262 from AY2223S1-CS2103T-T12-2/Shenyi/258-ug-add…

    …-find_contact
    
    📝 Docs: UG add `find_contact` caption
    jasonqiu212 authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f16a7e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    057dcf8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #263 from AY2223S1-CS2103T-T12-2/258-list-ug

    Docs: add list command screenshots to UG
    jasonqiu212 authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6294f3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3216078 View commit details
    Browse the repository at this point in the history
  10. docs: add screenshots for select commands

    - add screenshots for select_task and select_contact commands
    
    addresses #258
    Santosh3007 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    d8e7977 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d67f52 View commit details
    Browse the repository at this point in the history
  12. docs: change labels in image

    - change labels in screenshots
    Santosh3007 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8957431 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #265 from AY2223S1-CS2103T-T12-2/258-select-screen…

    …shots
    
    Docs: Add screenshots for select commands in UG
    jasonqiu212 authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0a900e6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20c84bb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e122d9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #264 from AY2223S1-CS2103T-T12-2/fix-ug-examples

    Docs(User guide): fix image size
    peppapighs authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    30dd58e View commit details
    Browse the repository at this point in the history