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

[CS2113T-F12-4] CCAManager #48

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

  1. Configuration menu
    Copy the full SHA
    4ad2a47 View commit details
    Browse the repository at this point in the history
  2. Update Parser.java

    izdiyadfrhn authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    79261cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a5f3f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #121 from Teckwhye/TeckHwee-v2.0

    Add delete by name for member
    Teckwhye authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    d88d80b View commit details
    Browse the repository at this point in the history
  5. fix coding style

    Teckwhye committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1829ee1 View commit details
    Browse the repository at this point in the history
  6. Fix expected output file

    Teckwhye committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a76be0c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #122 from Teckwhye/TeckHwee-v2.0

    fix coding style
    Teckwhye authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    90eb4a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    525627f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea9b7e9 View commit details
    Browse the repository at this point in the history
  10. Fix coding style

    Teckwhye committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ab27322 View commit details
    Browse the repository at this point in the history
  11. Fix coding style

    Teckwhye committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b20b07f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #123 from Teckwhye/TeckHwee-v2.0

    Fix Gradle
    Teckwhye authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b42b57b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2edc18 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5f888d7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #120 from izdiyadfrhn/izdiyad-v2.0

    Izdiyad v2.0
    Teckwhye authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ac0fd6c View commit details
    Browse the repository at this point in the history
  16. Update UserGuide.md

    Change information regarding delete member command and expected output for member commands
    Teckwhye authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    fd19962 View commit details
    Browse the repository at this point in the history
  17. Added index to members

    Teckwhye committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    0d685c7 View commit details
    Browse the repository at this point in the history
  18. Change expected output.txt

    Teckwhye committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a387777 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #125 from Teckwhye/TeckHwee-v2.0

    Teck hwee v2.0
    Teckwhye authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    5ea5518 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8442c3a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b65b849 View commit details
    Browse the repository at this point in the history
  22. fix codingstyle error

    poppolette committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8e65bb8 View commit details
    Browse the repository at this point in the history
  23. fix traininglisttest

    poppolette committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8f2806e View commit details
    Browse the repository at this point in the history
  24. Merge pull request #127 from poppolette/glenn-v2.0

    Add find training function, add Index to TrainingSchedule
    glenn-tck authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    504d322 View commit details
    Browse the repository at this point in the history
  25. Fix edit member issue

    Teckwhye committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    67edb20 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #128 from Teckwhye/TeckHwee-v2.0

    Fix edit member issue
    Teckwhye authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    c5606a6 View commit details
    Browse the repository at this point in the history
  27. Fix edit member

    Teckhwee v2.0
    Teckwhye authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    bbc1f76 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    ecdab43 View commit details
    Browse the repository at this point in the history
  2. fix minor bug AttendanceStorage

    fix minor bug AttendanceStorage
    ianwangeeen authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9b8db5d View commit details
    Browse the repository at this point in the history
  3. Add assert

    Teckwhye committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    92e7b1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #131 from Teckwhye/TeckHwee-v2.0

    Add assert
    Teckwhye authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e99037e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87a6349 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caa4cdd View commit details
    Browse the repository at this point in the history
  7. add exception for delete attendance function

    add exception for delete attendance function
    ianwangeeen authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ff2870d View commit details
    Browse the repository at this point in the history
  8. Update README.md

    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6be9f3e View commit details
    Browse the repository at this point in the history
  9. Update README.md

    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f0d2371 View commit details
    Browse the repository at this point in the history
  10. Create README.md

    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6f95f3e View commit details
    Browse the repository at this point in the history
  11. Add training storage functionality

    poppolette committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d2a0278 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #134 from poppolette/glenn-v2.0

    Add training storage functionality
    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7e738bc View commit details
    Browse the repository at this point in the history
  13. Update UserGuide.md

    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e75686f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a33bc4b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aaf1089 View commit details
    Browse the repository at this point in the history
  16. fix test case on startup

    ianwangeeen committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0fde61d View commit details
    Browse the repository at this point in the history
  17. fix test case on startup

    fix test case on startup
    ianwangeeen authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c11d641 View commit details
    Browse the repository at this point in the history
  18. add documentation and tests

    add documentation and tests
    ianwangeeen authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    116f466 View commit details
    Browse the repository at this point in the history
  19. Update UserGuide.md

    izdiyadfrhn authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7ea2129 View commit details
    Browse the repository at this point in the history
  20. Update UserGuide.md

    izdiyadfrhn authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    cd1f04f View commit details
    Browse the repository at this point in the history
  21. Update UserGuide.md

    izdiyadfrhn authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ce55365 View commit details
    Browse the repository at this point in the history
  22. Update UserGuide.md

    izdiyadfrhn authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    049a071 View commit details
    Browse the repository at this point in the history
  23. Update UserGuide.md

    izdiyadfrhn authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2f039f2 View commit details
    Browse the repository at this point in the history
  24. Update UserGuide.md

    izdiyadfrhn authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0ba15f6 View commit details
    Browse the repository at this point in the history
  25. Update UserGuide.md

    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ba9be43 View commit details
    Browse the repository at this point in the history
  26. Update DG

    poppolette committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d2e99b3 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #139 from poppolette/glenn-v2.0

    Update DG
    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5e4e2b8 View commit details
    Browse the repository at this point in the history
  28. Update DG

    poppolette committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    594ebe9 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #140 from poppolette/glenn-v2.0

    Update DG
    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    69c3c97 View commit details
    Browse the repository at this point in the history
  30. Update DG

    poppolette committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9ae42a3 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #141 from poppolette/glenn-v2.0

    Update DG
    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    32bae60 View commit details
    Browse the repository at this point in the history
  32. Update DeveloperGuide.md

    glenn-tck authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e6cda2b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. reposense

    xingyuan123 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    289cee2 View commit details
    Browse the repository at this point in the history
  2. m

    xingyuan123 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    146431f View commit details
    Browse the repository at this point in the history
  3. m

    xingyuan123 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1e76076 View commit details
    Browse the repository at this point in the history
  4. sus

    xingyuan123 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    051a455 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #144 from xingyuan123/master

    trying to solve sync error
    xingyuan123 authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6e38019 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Update UserGuide.md

    Closes #201
    izdiyadfrhn authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    52bfc6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81225c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    04b6a5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #207 from izdiyadfrhn/izdiyad-v2.1

    Izdiyad v2.1
    izdiyadfrhn authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    88bac30 View commit details
    Browse the repository at this point in the history
  3. Handled improper inputs and added appropriate error message when disp…

    …laying full attendance list
    izdiyadfrhn committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    f60594a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #208 from izdiyadfrhn/izdiyad-v2.1

    Handled improper inputs and added appropriate error message when displaying full attendance list
    izdiyadfrhn authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    61f1b81 View commit details
    Browse the repository at this point in the history
  5. Can only add attendance if member and training exists (has been added…

    … into CCA manager beforehand)
    izdiyadfrhn committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ed0b7bc View commit details
    Browse the repository at this point in the history
  6. fix coding style

    izdiyadfrhn authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1921487 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #209 from izdiyadfrhn/izdiyad-v2.1

    Can only add attendance if member and training exists (has been added into CCA manager beforehand)
    izdiyadfrhn authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a6b6b65 View commit details
    Browse the repository at this point in the history
  8. Handle exception of adding duplicate attendance entries. Once a parti…

    …cular matching member and training is an entry, cannot be added with a different attendance status anymore.
    izdiyadfrhn committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7afe864 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F12-4/tp

    …into izdiyad-v2.1
    
    # Conflicts:
    #	src/main/java/seedu/duke/command/AddAttendance.java
    izdiyadfrhn committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a5df6af View commit details
    Browse the repository at this point in the history
  10. Merge pull request #210 from izdiyadfrhn/izdiyad-v2.1

    Izdiyad v2.1
    izdiyadfrhn authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a58b860 View commit details
    Browse the repository at this point in the history
  11. change UG

    ianwangeeen committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7eb622c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #211 from ianwangeeen/master

    change UG
    ianwangeeen authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c9b9aac View commit details
    Browse the repository at this point in the history
  13. Fix coding errors

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    af6be26 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d26e94 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #212 from poppolette/Glenn-v2.1

    Fix coding errors
    glenn-tck authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b053536 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ef84fa View commit details
    Browse the repository at this point in the history
  17. improve OOP for Parser class and add 'find' to help message

    improve OOP for Parser class and add 'find' to help message
    ianwangeeen authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6b0dea8 View commit details
    Browse the repository at this point in the history
  18. Update UG

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    24e394f View commit details
    Browse the repository at this point in the history
  19. Update UG

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a9160b1 View commit details
    Browse the repository at this point in the history
  20. Update UG

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6a1c5f6 View commit details
    Browse the repository at this point in the history
  21. Fix codingstyle error

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ab4eafd View commit details
    Browse the repository at this point in the history
  22. Fix test cases

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    de8b7c6 View commit details
    Browse the repository at this point in the history
  23. Fix text-ui-test

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    cc23f75 View commit details
    Browse the repository at this point in the history
  24. Fix text-ui-test

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    212c7f0 View commit details
    Browse the repository at this point in the history
  25. Fix text-ui-test ????

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e1f3cc1 View commit details
    Browse the repository at this point in the history
  26. fix test

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ce5791f View commit details
    Browse the repository at this point in the history
  27. Merge pull request #214 from poppolette/Glenn-v2.1

    Update UG
    glenn-tck authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4673dbf View commit details
    Browse the repository at this point in the history
  28. Add glenn PPP

    poppolette committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    88f634b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    107d3d3 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #215 from poppolette/Glenn-v2.1

    Add glenn PPP and refactored code
    glenn-tck authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    135e9a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    174a508 View commit details
    Browse the repository at this point in the history
  2. java docs comments

    xingyuan123 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    aa33a9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    366b58d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c54169b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6d1ae9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #216 from xingyuan123/backup

    added java docs comments to member & attendance storage
    xingyuan123 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7aabb1f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #217 from izdiyadfrhn/izdiyad-v2.1

    Izdiyad v2.1
    xingyuan123 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d5e4d39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19a4804 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84fc825 View commit details
    Browse the repository at this point in the history
  10. add more exceptions for edit member and MemberStorage

    add more exceptions for edit member and MemberStorage
    ianwangeeen authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    06889fe View commit details
    Browse the repository at this point in the history
  11. Update UserGuide.md

    ianwangeeen authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7f0f7e9 View commit details
    Browse the repository at this point in the history
  12. add member checks

    xingyuan123 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5e36aa7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #219 from xingyuan123/backup

    add member checks for add member
    xingyuan123 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    eff6b2c View commit details
    Browse the repository at this point in the history
  14. no duplicates for member

    xingyuan123 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    1ab2751 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #220 from xingyuan123/backup

    no duplicates for member adding
    xingyuan123 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    73fca16 View commit details
    Browse the repository at this point in the history
  16. issue 186

    xingyuan123 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    0af0152 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #221 from xingyuan123/master

    fixes issue 186
    xingyuan123 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    816620c View commit details
    Browse the repository at this point in the history
  18. issue 147

    xingyuan123 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    82deb00 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #222 from xingyuan123/master

    nothing major
    xingyuan123 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d25e01d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    587e6ce View commit details
    Browse the repository at this point in the history
  2. member details verified

    xingyuan123 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    20bccdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89ad9e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4b6720 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bb7c4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e91f1d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    270e27f View commit details
    Browse the repository at this point in the history
  8. fix formatting issues

    ianwangeeen committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    262e975 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e8c4d6 View commit details
    Browse the repository at this point in the history
  10. fix minor formats

    ianwangeeen committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a5b1610 View commit details
    Browse the repository at this point in the history
  11. add obj diagrams (Entry, Parser, Command, Ui) to UG and ian's PPP

     add obj diagrams (Entry, Parser, Command, Ui) to UG and ian's PPP
    ianwangeeen authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c680871 View commit details
    Browse the repository at this point in the history
  12. add obj diagram to DG (Ui, Parser, Entry, Command) and ian's PPP

    add obj diagram to DG (Ui, Parser, Entry, Command) and ian's PPP
    ianwangeeen authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    160465b View commit details
    Browse the repository at this point in the history
  13. gradle

    xingyuan123 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3f17e49 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b69d950 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    947f0b3 View commit details
    Browse the repository at this point in the history
  16. gradle

    xingyuan123 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f26d4ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5c6f492 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #232 from xingyuan123/master

    gradle again
    xingyuan123 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1b32cb9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    635e34a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37a6785 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa56d05 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #223 from izdiyadfrhn/izdiyad-v2.1

    Attendance portion of UG completed and cleaned up some code
    izdiyadfrhn authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    49a0c4b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d12e996 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #233 from izdiyadfrhn/izdiyad-v2.1

    Update perform IO redirection test to pass
    izdiyadfrhn authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6a72f46 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0394a6b View commit details
    Browse the repository at this point in the history
  26. Edit to follow coding style

    Teckwhye committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    bbb9dd0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4e643b3 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #225 from Teckwhye/TeckHwee-v2.1

    Teck hwee v2.1
    Teckwhye authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e8719bd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    853c2e3 View commit details
    Browse the repository at this point in the history
  30. Fix edit function

    Teckwhye committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    bf98de8 View commit details
    Browse the repository at this point in the history
  31. Fix JUnit test

    Teckwhye committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    254af9a View commit details
    Browse the repository at this point in the history
  32. Merge pull request #235 from Teckwhye/TeckHwee-v2.1

    Fix edit function
    Teckwhye authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1e4e70e View commit details
    Browse the repository at this point in the history
  33. Merge pull request #234 from AY2122S1-CS2113T-F12-4/teckhwee-v2.0

    Teckhwee v2.1 bug fix
    Teckwhye authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    245a47f View commit details
    Browse the repository at this point in the history
  34. Update UG

    poppolette committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b56f504 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fa0e67d View commit details
    Browse the repository at this point in the history
  36. Merge pull request #236 from poppolette/Glenn-v2.1

    Update UG, fix some bugs
    glenn-tck authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    41fbffa View commit details
    Browse the repository at this point in the history
  37. Fix codingstyle error

    poppolette committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b04d25c View commit details
    Browse the repository at this point in the history
  38. Fix codingstyle error

    poppolette committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ddeafb4 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #237 from poppolette/Glenn-v2.1

    Fix codingstyle error
    glenn-tck authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ee871e3 View commit details
    Browse the repository at this point in the history
  40. add authortag for poppolette

    poppolette committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    703ff93 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #238 from poppolette/Glenn-v2.1

    add authortag for poppolette
    glenn-tck authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    848367c View commit details
    Browse the repository at this point in the history
  42. Update UserGuide.md

    glenn-tck authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    dce6881 View commit details
    Browse the repository at this point in the history
  43. Update UserGuide.md

    glenn-tck authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1f0ba3d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    f4eb963 View commit details
    Browse the repository at this point in the history
  2. Add author tag to DG

    Teckwhye committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    33f03bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2afb83e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #239 from Teckwhye/TeckHwee-v2.1.2

    Teck hwee v2.1.2
    Teckwhye authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    010d6cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c63c468 View commit details
    Browse the repository at this point in the history
  6. Add more JUnit test cases for TrainingList

    poppolette committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    3a6248c View commit details
    Browse the repository at this point in the history
  7. Fix checkstyle error

    poppolette committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    96d71a3 View commit details
    Browse the repository at this point in the history
  8. Fix checkstyle error

    poppolette committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    9bdabdf View commit details
    Browse the repository at this point in the history
  9. Fix checkstyle error

    poppolette committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    af8f9f4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #241 from poppolette/Glenn-v2.1

    Add more JUnit test cases for TrainingList
    glenn-tck authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    63c9df0 View commit details
    Browse the repository at this point in the history
  11. attendance storage

    xingyuan123 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0fa0d9c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #242 from xingyuan123/master

    attendance storage
    xingyuan123 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f8e1f7f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9327ce2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0674e27 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #244 from ianwangeeen/master

    resolve UG member section and Acknowledgements
    ianwangeeen authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d3c0697 View commit details
    Browse the repository at this point in the history
  16. resolve UG member section and Acknowledgements

    resolve UG member section and Acknowledgements
    ianwangeeen authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    dbc64e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    5944eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d31a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ba3bf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a311563 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    179c89b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    954acbb View commit details
    Browse the repository at this point in the history
  7. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    01e1e77 View commit details
    Browse the repository at this point in the history
  8. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    19dbbcc View commit details
    Browse the repository at this point in the history
  9. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    0a8c02a View commit details
    Browse the repository at this point in the history
  10. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    ee1dad8 View commit details
    Browse the repository at this point in the history
  11. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    4cc0b6b View commit details
    Browse the repository at this point in the history
  12. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    2e71c7f View commit details
    Browse the repository at this point in the history
  13. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    bf076fc View commit details
    Browse the repository at this point in the history
  14. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    4c67daf View commit details
    Browse the repository at this point in the history
  15. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    cd45d07 View commit details
    Browse the repository at this point in the history
  16. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    587539e View commit details
    Browse the repository at this point in the history
  17. Update UserGuide.md

    ianwangeeen authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f20db5e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    496aed2 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #246 from poppolette/Glenn-v2.1

    Fix DG architecture sequence diagram, fix DG formatting
    glenn-tck authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    18e068f View commit details
    Browse the repository at this point in the history
  20. fix architecture sequence diagram

    poppolette committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    b53038e View commit details
    Browse the repository at this point in the history
  21. Merge pull request #247 from poppolette/Glenn-v2.1

    fix architecture sequence diagram
    glenn-tck authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    0e345a3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d53a6a5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8b01c9d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2198c1a View commit details
    Browse the repository at this point in the history
  25. Merge pull request #248 from izdiyadfrhn/izdiyad-v2.1

    Fixed delete attendance function
    izdiyadfrhn authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    39d5cd2 View commit details
    Browse the repository at this point in the history
  26. debug and ug for storage

    xingyuan123 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    2324f43 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #249 from xingyuan123/master

    debug and ug for storage
    xingyuan123 authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    d38b361 View commit details
    Browse the repository at this point in the history
  28. Create UserGuide.md

    Teckwhye authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f7c6d5b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1f3c797 View commit details
    Browse the repository at this point in the history
  30. gradle

    xingyuan123 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    1b0e83f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ec300af View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d163775 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #251 from izdiyadfrhn/izdiyad-v2.1

    Add more JUnit test cases for AttendanceList and javadocs
    izdiyadfrhn authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    4529c94 View commit details
    Browse the repository at this point in the history
  34. Update izdiyadfrhn.md

    izdiyadfrhn authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    888fb91 View commit details
    Browse the repository at this point in the history
  35. Update AboutUs.md

    izdiyadfrhn authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    0bb7184 View commit details
    Browse the repository at this point in the history
  36. Update README.md

    izdiyadfrhn authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    57bb0b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. UG and PPP for xing yuan

    xingyuan123 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    91ad17f View commit details
    Browse the repository at this point in the history
  2. UG and PPP for xing yuan

    xingyuan123 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9a2b081 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #252 from xingyuan123/master

    ppp done and UG updated foe xing yuan
    xingyuan123 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e3a1c92 View commit details
    Browse the repository at this point in the history
  4. Update Test case for Member

    Teckwhye committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e14b125 View commit details
    Browse the repository at this point in the history
  5. PPP for xing yuan

    xingyuan123 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    c0e8c7d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #254 from xingyuan123/master

    PPP for xing yuan
    xingyuan123 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e51b067 View commit details
    Browse the repository at this point in the history
  7. Updated values

    Teckwhye committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    4da948c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dff13bb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #253 from Teckwhye/TeckHwee-MoreTestCase

    Update Test case for Member
    Teckwhye authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    4efa034 View commit details
    Browse the repository at this point in the history
  10. Update AboutUs.md

    izdiyadfrhn authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1750ebf View commit details
    Browse the repository at this point in the history
  11. Add member PlantUML

    Teckwhye authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    dd99a04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3dc3d44 View commit details
    Browse the repository at this point in the history
  13. Update UserGuide.md

    ianwangeeen authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1ed4497 View commit details
    Browse the repository at this point in the history
  14. Update DG diagrams

    poppolette committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    f5db10d View commit details
    Browse the repository at this point in the history
  15. Merge pull request #255 from poppolette/Glenn-v2.1

    v2.1 Update DG diagrams
    glenn-tck authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    35cbc4d View commit details
    Browse the repository at this point in the history
  16. Update DG

    Teckwhye committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    62b0b35 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d23d027 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e307d86 View commit details
    Browse the repository at this point in the history
  19. change PPP for ian

    ianwangeeen committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    bd092f7 View commit details
    Browse the repository at this point in the history
  20. change PPP for ian

    change PPP for ian
    ianwangeeen authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    46e1421 View commit details
    Browse the repository at this point in the history
  21. Edit Image

    Teckwhye committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    dfc4411 View commit details
    Browse the repository at this point in the history
  22. change PPP for ian

    change PPP for ian
    ianwangeeen authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    2c643b2 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #259 from Teckwhye/master

    Edit Image
    Teckwhye authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    ac9bd5e View commit details
    Browse the repository at this point in the history
  24. Update DG and PPP

    poppolette committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    2aaa9a3 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #260 from poppolette/Glenn-v2.1

    v2.1 Glenn Update DG and PPP
    glenn-tck authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e7db9c3 View commit details
    Browse the repository at this point in the history
  26. fix minor bug in parser

    ianwangeeen committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6126e74 View commit details
    Browse the repository at this point in the history
  27. fix minor bug in parser

    fix minor bug in parser
    ianwangeeen authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    5282255 View commit details
    Browse the repository at this point in the history
  28. Update PPP

    poppolette committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d05a3ea View commit details
    Browse the repository at this point in the history
  29. Merge pull request #262 from poppolette/Glenn-v2.1

    v2.1 Update PPP
    glenn-tck authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    34f9841 View commit details
    Browse the repository at this point in the history
  30. Update README.md

    glenn-tck authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    83434c3 View commit details
    Browse the repository at this point in the history
  31. Update DG

    poppolette committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    815c5aa View commit details
    Browse the repository at this point in the history
  32. Merge pull request #263 from poppolette/Glenn-v2.1

    Update DG
    glenn-tck authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    52d4633 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Updated DG

    izdiyadfrhn committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c264813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07bb183 View commit details
    Browse the repository at this point in the history
  3. ppp

    xingyuan123 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f7e0101 View commit details
    Browse the repository at this point in the history
  4. ppp

    xingyuan123 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3789c16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3723219 View commit details
    Browse the repository at this point in the history
  6. Update UserGuide.md

    glenn-tck authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0b1af6f View commit details
    Browse the repository at this point in the history
  7. Update DeveloperGuide.md

    glenn-tck authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4fe9dcb View commit details
    Browse the repository at this point in the history
  8. Update UserGuide.md

    glenn-tck authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    09ba156 View commit details
    Browse the repository at this point in the history