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-W16-3] checkUp #93

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

Commits on Nov 2, 2022

  1. Edits introduction

    Adds
    1. installation guide
    2. troubleshooting section
    PeiYee88 authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a0cefaa View commit details
    Browse the repository at this point in the history
  2. adds line break

    PeiYee88 authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    37374fa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Merge pull request #195 from PeiYee88/documentation

    Edits user guide
    kxrt authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    02efe51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c8239f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    129a310 View commit details
    Browse the repository at this point in the history
  4. Fix checkstyle errors

    nehcuy committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b5fe138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b4eb6f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #197 from nehcuy/Update-PPP

    Include test case for Ward Number
    kxrt authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e365920 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4ac8a5 View commit details
    Browse the repository at this point in the history
  8. Add test coverage

    For the following
    1. Next Of Kin
    2. Hospital Wing
    
    Reconsider next of kin regex to prevent user from providing blank input with comma
    PeiYee88 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b794fc9 View commit details
    Browse the repository at this point in the history
  9. Consolidate get commands & add user story

    Ryan-Tan00 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    bbdffc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b79b36 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba533a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4cddc88 View commit details
    Browse the repository at this point in the history
  13. Add Hyperlinks to UG

    Charles1026 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    071eb01 View commit details
    Browse the repository at this point in the history
  14. Fix UG Hyperlinks

    Charles1026 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f7be846 View commit details
    Browse the repository at this point in the history
  15. Update UG Hyperlinks

    Charles1026 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b3e4488 View commit details
    Browse the repository at this point in the history
  16. Adds test coverage

    To the following class
    1. NextOfKin
    2. NextOfKinPredicate
    3.HospitalWing
    4.HospitalWIngPredicate
    5.AppointmentByDatePredicate
    PeiYee88 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0878c2f View commit details
    Browse the repository at this point in the history
  17. Include Medication testcases

    nehcuy committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    eeca2ff View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c67b94c View commit details
    Browse the repository at this point in the history
  19. Adds test cases

    to commands and parsers.
    PeiYee88 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0ac7e7e View commit details
    Browse the repository at this point in the history
  20. Polish Name class tests

    nehcuy committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    607c53b View commit details
    Browse the repository at this point in the history
  21. Updates storage component

    Updates class diagram for Storage
    PeiYee88 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    79b1ec6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    51e011b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e0ec242 View commit details
    Browse the repository at this point in the history
  24. Updates developer guide

    PeiYee88 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1879266 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Update DG DelApptCommand

    Charles1026 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    acfb4d5 View commit details
    Browse the repository at this point in the history
  2. Edit Logic component of DeveloperGuide.md

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    66367b1 View commit details
    Browse the repository at this point in the history
  3. Include DeletePastAppointment related testcases

    Additions:
    - Override equals method in DeletePastAppointmentCommand.java
    - Polish GetPastAppointment related tests to use testutil typical indexes
    nehcuy committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    0eddcd8 View commit details
    Browse the repository at this point in the history
  4. Fix checkstyle errors

    nehcuy committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1f4668f View commit details
    Browse the repository at this point in the history
  5. Add manual testing for DeveloperGuide.md

    Add sorting patients by patient type.
    
    Add displaying all past appointments of a patient.
    
    Add sorting of past appointments.
    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5a5d0c8 View commit details
    Browse the repository at this point in the history
  6. Fix no newline

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a4d4a53 View commit details
    Browse the repository at this point in the history
  7. Update Developer Guide

    - Update Model description
    - Update Model class diagrams and create Person class diagram
    - Add use cases for appointment feature
    - Add manual testing instructions for appointment feature
    - Update CountCommand feature description
    - Add sequence diagram for CountCommand
    kxrt committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    dade0fa View commit details
    Browse the repository at this point in the history
  8. Add newline at EOF

    kxrt committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a369d45 View commit details
    Browse the repository at this point in the history
  9. Update DG for Consult, Edit and View Commands, as well as Command His…

    …tory and Patient Details Panel
    Charles1026 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    adbc5be View commit details
    Browse the repository at this point in the history
  10. Edit PPP

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4d7f733 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #202 from nehcuy/More-Testcases

    Implement more testcases
    kxrt authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2e8e7e4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #200 from PeiYee88/DG

    Updates Developer Guide
    kxrt authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e6f805b View commit details
    Browse the repository at this point in the history
  13. Update DG

    Charles1026 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4444436 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    674c053 View commit details
    Browse the repository at this point in the history
  15. Edit DeveloperGuide.md to fix phrasing

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6c061e1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1438222 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c0e21f5 View commit details
    Browse the repository at this point in the history
  18. Fix Checkstyle Errors

    Charles1026 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    357c138 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b25d9b3 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #203 from kxrt/update-developer-guide

    Update developer guide
    kxrt authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    186ca5e View commit details
    Browse the repository at this point in the history
  21. Merge pull request #201 from Ryan-Tan00/developer-guide-branch

    Edit Developer Guide
    kxrt authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b0b4a34 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    70171da View commit details
    Browse the repository at this point in the history
  23. Merge upstream

    Charles1026 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    758c31b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    778a6cb View commit details
    Browse the repository at this point in the history
  25. Edit PPP

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    117b43f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    038420d View commit details
    Browse the repository at this point in the history
  27. Update UG hyperlinks

    Charles1026 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    cbdf451 View commit details
    Browse the repository at this point in the history
  28. Edit PPP

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    84f2c40 View commit details
    Browse the repository at this point in the history
  29. Merge remote-tracking branch 'origin/portfoilio-branch' into portfoil…

    …io-branch
    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4f77132 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    055eb6b View commit details
    Browse the repository at this point in the history
  31. Edit PPP

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    f68a82d View commit details
    Browse the repository at this point in the history
  32. Edit DeveloperGuide.md

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    cd8f79e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    352ab47 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c1f3f27 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #199 from PeiYee88/testing

    Adds more test cases
    nehcuy authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    892f94a View commit details
    Browse the repository at this point in the history
  36. Merge pull request #206 from Ryan-Tan00/portfoilio-branch

    Edit my PPP
    kxrt authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    9c26a3b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    529e0f6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b676c36 View commit details
    Browse the repository at this point in the history
  39. Add email examples to UG

    kxrt committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    724a152 View commit details
    Browse the repository at this point in the history
  40. Edits test cases

    PeiYee88 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    671aa7c View commit details
    Browse the repository at this point in the history
  41. Edit DeveloperGuide.md

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    f9c7010 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8db5496 View commit details
    Browse the repository at this point in the history
  43. Update PPP

    kxrt committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6562a67 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    87eb0f5 View commit details
    Browse the repository at this point in the history
  45. Fix checkstyle

    PeiYee88 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d97b406 View commit details
    Browse the repository at this point in the history
  46. Edit DeveloperGuide.md

    Ryan-Tan00 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    81fd067 View commit details
    Browse the repository at this point in the history
  47. Update field name for diagram

    kxrt committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2609f9c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c95e20a View commit details
    Browse the repository at this point in the history
  49. Adds manual testing

    for `get /appton` and `get /hw`
    PeiYee88 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a15d4a6 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    cd6d95d View commit details
    Browse the repository at this point in the history
  51. Adds manual testing

    for get /appton
    PeiYee88 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    eccc4c0 View commit details
    Browse the repository at this point in the history
  52. Update incorrect object name

    kxrt committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    3746108 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #210 from kxrt/development

    Update diagrams, UG, DG and PPP
    Ryan-Tan00 authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    bcf2707 View commit details
    Browse the repository at this point in the history
  54. Update DG

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

Commits on Nov 6, 2022

  1. Merge pull request #211 from PeiYee88/DG

    Adds manual testing
    kxrt authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b73d61a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from PeiYee88/testing

    Edits test cases
    kxrt authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f1db533 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #209 from Ryan-Tan00/portfoilio-branch

    Edit DeveloperGuide.md
    kxrt authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    665cb71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9f1fda View commit details
    Browse the repository at this point in the history
  5. Update get /nok description

    kxrt committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    af8852a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9e2c27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3df0694 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-W16-3/tp

    …into branch-ug-dg-changes
    
    � Conflicts:
    �	docs/DeveloperGuide.md
    �	docs/team/charles1026.md
    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    58295f2 View commit details
    Browse the repository at this point in the history
  9. Merge upstream team repo

    nehcuy committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    9a2e2d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8439190 View commit details
    Browse the repository at this point in the history
  11. Update PPP

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    97462af View commit details
    Browse the repository at this point in the history
  12. Fix Grammer for PPP

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    99548bd View commit details
    Browse the repository at this point in the history
  13. Fix Grammer for DG

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    fbc1e7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    67a86d4 View commit details
    Browse the repository at this point in the history
  15. Fix merge conflicts

    kxrt committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    5e9b734 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d220d7b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d8df072 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    261f640 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8a8c4b5 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'master' of https://github.com/AY2223S1-CS2103T-W16-3/tp

    …into branch-create-test-cases
    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6793e96 View commit details
    Browse the repository at this point in the history
  21. Fix Checkstyle Issues

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    8d371fb View commit details
    Browse the repository at this point in the history
  22. Fix Command History Bug

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    1726774 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8e7a317 View commit details
    Browse the repository at this point in the history
  24. Fix Checkstyle Issues

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b085f4e View commit details
    Browse the repository at this point in the history
  25. Fix Checkstyle Issues

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    569f98d View commit details
    Browse the repository at this point in the history
  26. Fix Checkstyle Issues

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ae7f8a3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d0db044 View commit details
    Browse the repository at this point in the history
  28. Fix Checkstyle Issues

    Charles1026 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    c6b140f View commit details
    Browse the repository at this point in the history
  29. Merge pull request #4 from Charles1026/branch-create-test-cases

    Add ConsultCommandParser Test Cases
    Charles1026 authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    02fc9cf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge pull request #213 from kxrt/development

    Update documentation
    Ryan-Tan00 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    3c8690d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8379bbd View commit details
    Browse the repository at this point in the history
  3. Fix Checkstyle Issues

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    42e56ff View commit details
    Browse the repository at this point in the history
  4. Fix Checkstyle Issues

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    08293e1 View commit details
    Browse the repository at this point in the history
  5. Fix Checkstyle Issues

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    23d1368 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from Charles1026/branch-create-test-cases

    Add Command History test Cases
    Charles1026 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2c4b6eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    357817b View commit details
    Browse the repository at this point in the history
  8. Add Person Test Cases

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e6053be View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6 from Charles1026/branch-create-test-cases

    Branch create test cases
    Charles1026 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    71d435e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67a58b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    413ea40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1f4eb3 View commit details
    Browse the repository at this point in the history
  13. Clean up code

    Reformatting of code quality:
    - Move "consult" and "delappt" command messages into Message class
    - Remove use of prefix in MESSAGE_USAGE of appt and get /wn commands
    nehcuy committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9394800 View commit details
    Browse the repository at this point in the history
  14. Update PPP details

    kxrt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0fb2604 View commit details
    Browse the repository at this point in the history
  15. Fix Checkstyle Issues

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    105bb2a View commit details
    Browse the repository at this point in the history
  16. Fix PPP header

    kxrt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    580519a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2c085dd View commit details
    Browse the repository at this point in the history
  18. Empty commit

    kxrt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    efd51b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0a4c698 View commit details
    Browse the repository at this point in the history
  20. Update PPP

    Ryan-Tan00 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    637c112 View commit details
    Browse the repository at this point in the history
  21. Resolve DG change requests

    nehcuy committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d216365 View commit details
    Browse the repository at this point in the history
  22. Fix checkstyle error

    nehcuy committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    29c14c1 View commit details
    Browse the repository at this point in the history
  23. Clarify double-clicking for clickability

    Ryan-Tan00 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    eb6ba3e View commit details
    Browse the repository at this point in the history
  24. Shrink PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e66fe8c View commit details
    Browse the repository at this point in the history
  25. Changing size of PPP

    Ryan-Tan00 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    bacf5ad View commit details
    Browse the repository at this point in the history
  26. Update PPP

    kxrt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b88ca91 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2ba357a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6328696 View commit details
    Browse the repository at this point in the history
  29. Shrink PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    207ab6c View commit details
    Browse the repository at this point in the history
  30. Shrink PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2c77c79 View commit details
    Browse the repository at this point in the history
  31. Changing size of PPP

    Ryan-Tan00 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9181500 View commit details
    Browse the repository at this point in the history
  32. Updates PPP

    for submission
    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    80baf26 View commit details
    Browse the repository at this point in the history
  33. Edit DeveloperGuide.md

    Ryan-Tan00 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    3a942e2 View commit details
    Browse the repository at this point in the history
  34. Updates PPP

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0f8e018 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #212 from nehcuy/Update-DG

    Update DG
    Charles1026 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6d683c7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d8624a8 View commit details
    Browse the repository at this point in the history
  37. Fix UG HyperLinks

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8872f5b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d7b8bc5 View commit details
    Browse the repository at this point in the history
  39. Updates PPP

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8c5a005 View commit details
    Browse the repository at this point in the history
  40. Update PPP

    nehcuy committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d9c8ce8 View commit details
    Browse the repository at this point in the history
  41. Shrink PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1b2b830 View commit details
    Browse the repository at this point in the history
  42. Shrink PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fd613d1 View commit details
    Browse the repository at this point in the history
  43. Merge pull request #217 from PeiYee88/DG

    Updates PPP details
    PeiYee88 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fac8799 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #214 from kxrt/development

    Update PPP details
    kxrt authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1a35b25 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e55bf3d View commit details
    Browse the repository at this point in the history
  46. Shrink PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a569ded View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1ad07ec View commit details
    Browse the repository at this point in the history
  48. Shrink PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d32236e View commit details
    Browse the repository at this point in the history
  49. Shrink PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8835d73 View commit details
    Browse the repository at this point in the history
  50. Test adding icon

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1fdfea2 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c28ad6e View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    70eb4a8 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3c0602c View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    d5e3b1c View commit details
    Browse the repository at this point in the history
  55. Merge pull request #216 from Ryan-Tan00/developer-guide-branch

    Add clickability of person cards to DeveloperGuide.md
    Charles1026 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d245c61 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c5a18a3 View commit details
    Browse the repository at this point in the history
  57. Fix PPP

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    af951a5 View commit details
    Browse the repository at this point in the history
  58. Remove Icon

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    dd62c99 View commit details
    Browse the repository at this point in the history
  59. Fix Merge Conflicts

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    04f99a5 View commit details
    Browse the repository at this point in the history
  60. Fix Merge Conflicts

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    616a5b0 View commit details
    Browse the repository at this point in the history
  61. Merge pull request #219 from Charles1026/master

    Update PPP and Fix UG hyperlinks
    Charles1026 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    abf5293 View commit details
    Browse the repository at this point in the history
  62. Fix Hyperlink

    Charles1026 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ed753be View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    5f4fc59 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    0dcc4b8 View commit details
    Browse the repository at this point in the history
  65. Merge pull request #220 from Charles1026/master

    Fix Hyperlink for PPP
    Charles1026 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8cf099d View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    db8291c View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    de296b8 View commit details
    Browse the repository at this point in the history
  68. Updates troubleshooting

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5919cb8 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    fdab0ec View commit details
    Browse the repository at this point in the history
  70. Merge pull request #221 from PeiYee88/DG

    Updates appton predicate
    Charles1026 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a640aa6 View commit details
    Browse the repository at this point in the history
  71. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    932ac1f View commit details
    Browse the repository at this point in the history
  72. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8cf0743 View commit details
    Browse the repository at this point in the history
  73. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9a5bc15 View commit details
    Browse the repository at this point in the history
  74. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    272341c View commit details
    Browse the repository at this point in the history
  75. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1f225d4 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    3b72af8 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    d0281a2 View commit details
    Browse the repository at this point in the history
  78. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a7dde56 View commit details
    Browse the repository at this point in the history
  79. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a6a9d81 View commit details
    Browse the repository at this point in the history
  80. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c58720f View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    76c8c30 View commit details
    Browse the repository at this point in the history
  82. Update JsonAdaptedPerson.java

    kxrt authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    233340a View commit details
    Browse the repository at this point in the history
  83. Remove unused import

    kxrt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    41b188e View commit details
    Browse the repository at this point in the history
  84. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e911b48 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    42a56b8 View commit details
    Browse the repository at this point in the history
  86. Update test cases

    kxrt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fd90396 View commit details
    Browse the repository at this point in the history
  87. Fix slash direction in UG

    kxrt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    398bd31 View commit details
    Browse the repository at this point in the history
  88. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2dab0cb View commit details
    Browse the repository at this point in the history
  89. Fix checkstyle issues

    kxrt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1c2bb13 View commit details
    Browse the repository at this point in the history
  90. Merge pull request #222 from kxrt/development

    Bug Fix: Clear invalid upcoming appointments when loading from storage
    kxrt authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    193dff8 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    fb893a8 View commit details
    Browse the repository at this point in the history
  92. Update UserGuide.md

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    915162c View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    605259c View commit details
    Browse the repository at this point in the history
  94. Updates command summary

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6df69b3 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    7d8c798 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    fa5d857 View commit details
    Browse the repository at this point in the history
  97. Updates command summary

    PeiYee88 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0dee543 View commit details
    Browse the repository at this point in the history
  98. Merge pull request #224 from Charles1026/master

    Bug Fixes and DG Changes
    Charles1026 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b863d6b View commit details
    Browse the repository at this point in the history
  99. Merge pull request #223 from PeiYee88/documentation

    Updates User Guide
    kxrt authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c0175ea View commit details
    Browse the repository at this point in the history
  100. Add Flaticon acknowledgement

    kxrt authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f42c21d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Fix command summary table in UserGuide.md

    Ryan-Tan00 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a855b3c View commit details
    Browse the repository at this point in the history
  2. Fix command summary table in UserGuide.md

    Ryan-Tan00 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    11111cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #225 from Ryan-Tan00/master

    Fix Command Summary Table
    kxrt authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    63be2d7 View commit details
    Browse the repository at this point in the history
  4. Edit UG for CS2101

    nehcuy committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2afa0a2 View commit details
    Browse the repository at this point in the history
  5. Merge UG conflicts

    nehcuy committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1b0a90d View commit details
    Browse the repository at this point in the history
  6. Create CNAME

    nehcuy authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4535e87 View commit details
    Browse the repository at this point in the history
  7. Delete CNAME

    nehcuy authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    24537a7 View commit details
    Browse the repository at this point in the history
  8. Fix broken link issues

    nehcuy committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c50c2aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2152e53 View commit details
    Browse the repository at this point in the history
  10. Update UserGuide.md

    PeiYee88 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2eafc28 View commit details
    Browse the repository at this point in the history
  11. Update UserGuide.md

    PeiYee88 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    0cf0f04 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1 from PeiYee88/documentation

    Update UserGuide.md
    PeiYee88 authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e4e1f88 View commit details
    Browse the repository at this point in the history
  13. Update UserGuide.md

    PeiYee88 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    73bebb1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #2 from PeiYee88/documentation

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

Commits on Nov 11, 2022

  1. Merge pull request #226 from PeiYee88/master

    Updates user guide
    nehcuy authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    55f9a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5efb4de View commit details
    Browse the repository at this point in the history
  3. Update wording in UG

    kxrt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    00749f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a6b7d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c18f14a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #227 from kxrt/development

    Update UG wording
    nehcuy authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e839ff2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06eac25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff1998d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f4f37d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #229 from kxrt/development

    Add reasons for usage for appt, delappt, consult
    nehcuy authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4bc8b48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2df8d50 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec14fa7 View commit details
    Browse the repository at this point in the history
  13. Added reasons for usage for add, edit & delete command

    Ryan-Tan00 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c274af1 View commit details
    Browse the repository at this point in the history
  14. Added reasons for usage for add, edit & delete command

    Ryan-Tan00 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    99db19b View commit details
    Browse the repository at this point in the history
  15. Add Use Cases

    Charles1026 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f3c634b View commit details
    Browse the repository at this point in the history
  16. Add Use Cases

    Charles1026 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1bb0ee3 View commit details
    Browse the repository at this point in the history
  17. Add Use Cases

    Charles1026 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0a889ce View commit details
    Browse the repository at this point in the history
  18. Merge pull request #230 from Ryan-Tan00/master

    Added reasons for usage for `add`, `edit` & `delete` command
    PeiYee88 authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    02b255e View commit details
    Browse the repository at this point in the history
  19. Merge pull request #231 from Charles1026/master

    Add Use Cases for clear, clickability and keyboard shortcuts
    PeiYee88 authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    548c3ac View commit details
    Browse the repository at this point in the history
  20. Update UserGuide.md

    PeiYee88 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3a0adbc View commit details
    Browse the repository at this point in the history
  21. Update UserGuide.md

    PeiYee88 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    dbe29f2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fdcc319 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #232 from PeiYee88/documentation

    Update UserGuide.md for cs2101 submission
    nehcuy authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    01b22fa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3d1f81d View commit details
    Browse the repository at this point in the history
  25. Merge pull request #228 from nehcuy/CS2101-UG

    Edit UG for CS2101 changes
    nehcuy authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f5d97b0 View commit details
    Browse the repository at this point in the history
  26. Finalise CS2101 UG changes

    nehcuy committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    23ad288 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    13625e6 View commit details
    Browse the repository at this point in the history