Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[CS2103-W15-1] ClassMATE #77

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

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

    UG Image Issues
    juliussneezer04 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    178e366 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #142 from nguyiyang/feature-tutorial-group

    Update tutorial group implementation
    Zhouyirui authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    29f4f88 View commit details
    Browse the repository at this point in the history
  4. Update delete group command

    nguyiyang committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    2338b57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41d2394 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8a43fd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #145 from nguyiyang/feature-tutorial-group

    Update deletecg feature.
    juliussneezer04 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    f6cf1d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59e6af6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    663dacf View commit details
    Browse the repository at this point in the history
  10. update deletec

    rushilramesh committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    61d3b2c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    07a8cd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #146 from juliussneezer04/master

    Adding DeleteAllMarks Functionality.
    rushilramesh authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    2f4e864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db4ab03 View commit details
    Browse the repository at this point in the history
  4. Add AddStudentToGroupCommand

    Command takes in INDEX of student, and 3 prefixes for the group -
    (groupnumber, classCode, type)
    Zhouyirui committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    f50c3f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Update UG

    rushilramesh committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5ab9980 View commit details
    Browse the repository at this point in the history
  2. Update UG

    rushilramesh committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    415ceae View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    rushilramesh committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    31f9cd4 View commit details
    Browse the repository at this point in the history
  4. Fix Checstyle

    rushilramesh committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    25dcbce View commit details
    Browse the repository at this point in the history
  5. Implement addsg command

    Adds student to existing group using INDEX
    Zhouyirui committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9ad28bd View commit details
    Browse the repository at this point in the history
  6. UI for tutorialGroup

    unfinished design for tutorialGroups
    Zhouyirui committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d8f6388 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd030da View commit details
    Browse the repository at this point in the history
  8. Implement Removesg command

    Zhouyirui committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    655f8c8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #150 from Zhouyirui/branch_removesg

    Branch removesg (second pull request)
    nguyiyang authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    fa4313f View commit details
    Browse the repository at this point in the history
  10. commit before merging

    GabrielWLM committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1940280 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    4cf2959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf8e8bc View commit details
    Browse the repository at this point in the history
  3. add find group command

    GabrielWLM committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9edc419 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #148 from rushilramesh/UG

    Update Ug
    GabrielWLM authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9816ec7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3e88da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbb3577 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f8db06 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #151 from GabrielWLM/add-view-group-command

    Add view group command
    juliussneezer04 authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    cab9c5d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W15-1/tp

    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/AddGroupCommand.java
    #      Resolved!
    juliussneezer04 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    06ff173 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e75d880 View commit details
    Browse the repository at this point in the history
  11. Add documentation for addsg, deletesg to UG

    removesg renamed to deletesg
    Zhouyirui committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e8ebfa8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    26bc374 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #152 from juliussneezer04/master

    Fixing minor bugs in 'viewstu'
    juliussneezer04 authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9c98d93 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d67afc7 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' of https://github.com/Zhouyirui/tp into branch_UG

    # Conflicts:
    #	docs/UserGuide.md
    Zhouyirui committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    dd7bf94 View commit details
    Browse the repository at this point in the history
  16. resolve merge conflict

    Zhouyirui committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    5e5383b View commit details
    Browse the repository at this point in the history
  17. Merge pull request #153 from juliussneezer04/master

    Adding marks commands to UG.
    juliussneezer04 authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1cd3ee6 View commit details
    Browse the repository at this point in the history
  18. Update User Guide

    GabrielWLM committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    db091d1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    02798ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    315cc93 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    65055c0 View commit details
    Browse the repository at this point in the history
  22. Minor fix.

    juliussneezer04 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    aa98686 View commit details
    Browse the repository at this point in the history
  23. fix bug

    GabrielWLM committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    47920bb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2a13f14 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0ca3c84 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2d09217 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. 'viewstu' window does not update.

    Let's make 'viewstu' immutable, and close it when it isn't in focus.
    That way any updates would require a secondary refresh.
    juliussneezer04 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    6d99524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b49f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #197 from juliussneezer04/master

    'viewstu' window does not update.
    Zhouyirui authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    24c4a93 View commit details
    Browse the repository at this point in the history
  4. Edit introduction of UG

    Explicitly mentioned how to use UG
    Changed Format to Entering format
    Zhouyirui committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    cc82963 View commit details
    Browse the repository at this point in the history
  5. Fix default class G00 bug

    nguyiyang committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    146e845 View commit details
    Browse the repository at this point in the history
  6. Fix UG bugs

    nguyiyang committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a27e6a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a2743e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    3748e33 View commit details
    Browse the repository at this point in the history
  2. commit changes

    rushilramesh committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    8c8aa45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe00b49 View commit details
    Browse the repository at this point in the history
  4. Fix schedule bugs

    rushilramesh committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4a8bc36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29816d5 View commit details
    Browse the repository at this point in the history
  6. Fix Checkstyle errors

    rushilramesh committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e9c2975 View commit details
    Browse the repository at this point in the history
  7. Add more testcases

    nguyiyang committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e50748e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2efc2a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e2f6ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a83845 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'branch_UG'

    Zhouyirui committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3dea8c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf5f1ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e57af2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1929c7e View commit details
    Browse the repository at this point in the history
  15. Update parser util

    rushilramesh committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2173f2c View commit details
    Browse the repository at this point in the history
  16. Merge pull request #199 from Zhouyirui/branch_UG_v1.4

    Branch ug v1.4
    rushilramesh authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    9bd6307 View commit details
    Browse the repository at this point in the history
  17. Change accepted format of Student name

    Student name now accepts -, ' and accented characters
    Zhouyirui committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    0f37c01 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    20b9f2a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    135c028 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e40a16f View commit details
    Browse the repository at this point in the history
  21. Modifying my PPP.

    juliussneezer04 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b52c55c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    be066c5 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #202 from juliussneezer04/master

    Modifying my PPP.
    juliussneezer04 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ed0bb6b View commit details
    Browse the repository at this point in the history
  24. PPP header edits.

    juliussneezer04 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    775b8c9 View commit details
    Browse the repository at this point in the history
  25. Add Test for ClassCode

    Zhouyirui committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    d35123e View commit details
    Browse the repository at this point in the history
  26. Merge pull request #203 from juliussneezer04/master

    PPP header edits.
    juliussneezer04 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    550d34b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3cb2191 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #204 from juliussneezer04/master

    Adding Page Breaks to PPP.
    juliussneezer04 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4710838 View commit details
    Browse the repository at this point in the history
  29. Update test cases for Name

    Zhouyirui committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    5533ae6 View commit details
    Browse the repository at this point in the history
  30. Update PPP

    rushilramesh committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    cc33f5b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cf4db67 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Fix checkstyle errors

    nguyiyang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    cc5314c View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    nguyiyang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    00536dd View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    nguyiyang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    dd56007 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #198 from rushilramesh/bug-fixes

    Fix empty classcode bugs
    nguyiyang authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0c1cb95 View commit details
    Browse the repository at this point in the history
  5. Fix newline at EOF

    nguyiyang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    08cd393 View commit details
    Browse the repository at this point in the history
  6. Fix merge conflicts

    nguyiyang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    93083df View commit details
    Browse the repository at this point in the history
  7. Fix checkstyle errors

    nguyiyang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    096450a View commit details
    Browse the repository at this point in the history
  8. Merge new updates

    rushilramesh committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    6e76026 View commit details
    Browse the repository at this point in the history
  9. Fix Trailing whitespace

    rushilramesh committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1c35c5c View commit details
    Browse the repository at this point in the history
  10. Add newline at EOF

    rushilramesh committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    07823ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e5e7fc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dfc0f5a View commit details
    Browse the repository at this point in the history
  13. Fix Viewg Bug

    GabrielWLM committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    74616fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d03b3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cfb1c4c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    28ceb06 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #205 from rushilramesh/branch-PPP

    Update PPP
    Zhouyirui authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7e5b7c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1483057 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #201 from Zhouyirui/branch_debug_v1.4

    Debug ClassMATE
    rushilramesh authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d226c28 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    be61dd0 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #200 from nguyiyang/bugfix

    Fix UG bugs
    nguyiyang authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    095359f View commit details
    Browse the repository at this point in the history
  22. Merge branch 'branch_debug_v1.4' of https://github.com/Zhouyirui/tp i…

    …nto branch_debug_v1.4
    Zhouyirui committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d595913 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7dc0de7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ff381d6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5d505d7 View commit details
    Browse the repository at this point in the history
  26. Debug Checkstyle

    Zhouyirui committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    3e05c25 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #207 from Zhouyirui/branch_debug_v1.4

    Debug documentation and add test
    GabrielWLM authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    336f064 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    413bd26 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ff5434e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9f4a1c7 View commit details
    Browse the repository at this point in the history
  31. Fix minor errors in UG

    rushilramesh committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    276dd41 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    dda9fbd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    835ef82 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    ef40ac7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #232 from rushilramesh/bug-fixes

    Fix documentation bug for schedule and UI Whitespace
    nguyiyang authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    44e8e3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dab850f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d4e3d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W15-1/tp

    # Conflicts:
    #	docs/UserGuide.md
    juliussneezer04 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    0f0bc9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    734b4c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f745191 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b2befd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cec6040 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb3f4de View commit details
    Browse the repository at this point in the history
  11. Fixing Bug.

    Closes issue #222
    juliussneezer04 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    dd1389f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c4eef1 View commit details
    Browse the repository at this point in the history
  13. viewc documentation is unclear.

    Let's clarify the command.
    Closes #184
    juliussneezer04 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    edc92bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f690c9 View commit details
    Browse the repository at this point in the history
  15. Non-positive Integer Indexes throw the wrong error message.

    Let's throw the right ones.
    juliussneezer04 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    fbe16d2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9318d89 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2164dde View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ef27723 View commit details
    Browse the repository at this point in the history
  19. Removing extra * from UG.

    Closes #214
    juliussneezer04 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    2d2285c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    48e0435 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7da9443 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6f43f8c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cac1080 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7b4b326 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9cc0261 View commit details
    Browse the repository at this point in the history
  26. Removing listg from command summary.

    `listg` is outdated. Let's remove it.
    juliussneezer04 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    745fa88 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bef227f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    25b1a14 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c6f33a6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ad7261d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d7839f3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4feb683 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f31fcd0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3ce4600 View commit details
    Browse the repository at this point in the history
  35. Add SetUpActivityDiagram

    nguyiyang committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    01db85f View commit details
    Browse the repository at this point in the history
  36. Fix merge conflicts

    nguyiyang committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    5d9a223 View commit details
    Browse the repository at this point in the history
  37. Fix whitespace

    nguyiyang committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    e426043 View commit details
    Browse the repository at this point in the history
  38. Fix checkstyle errors

    nguyiyang committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    40294c6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5be9bd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Merge pull request #236 from nguyiyang/bugfix

    Fix bugs and update documentation
    juliussneezer04 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1c44b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce180c1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-fix-documentation-bugs' of https://github.com/Ga…

    …brielWLM/tp into branch-fix-documentation-bugs
    GabrielWLM committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    c2dbb18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccea811 View commit details
    Browse the repository at this point in the history
  5. Update UserGuide.md

    GabrielWLM committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    de54eeb View commit details
    Browse the repository at this point in the history
  6. Add use case to DG

    Zhouyirui committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    abf0d5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5dd27d0 View commit details
    Browse the repository at this point in the history
  8. Update gabrielwlm.md

    GabrielWLM committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1dfbcdb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a0da31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b19ac96 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #238 from GabrielWLM/branch-fix-documentation-bugs

    Fix documentation bugs
    Zhouyirui authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    470806d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #239 from Zhouyirui/branch_debug_v1.4

    Branch debug v1.4
    rushilramesh authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    4c3e536 View commit details
    Browse the repository at this point in the history
  13. Update PPP

    nguyiyang committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    90cb5de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1097de View commit details
    Browse the repository at this point in the history
  15. Fix whitespace

    nguyiyang committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    25fd415 View commit details
    Browse the repository at this point in the history
  16. Fix newline at EOF

    nguyiyang committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    992df43 View commit details
    Browse the repository at this point in the history
  17. Update PPP

    nguyiyang committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    b4ca912 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6ff862b View commit details
    Browse the repository at this point in the history
  19. Merge pull request #240 from nguyiyang/project-portfolio-page

    Update project portfolio page
    GabrielWLM authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6934e55 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    81b6930 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7811fe5 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #241 from GabrielWLM/branch-fix-non-existent-group…

    …-or-class-bug
    
    Fix non-existent group and classes bug
    rushilramesh authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    b2fa936 View commit details
    Browse the repository at this point in the history
  23. Add DG content

    rushilramesh committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6536606 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6faa503 View commit details
    Browse the repository at this point in the history
  25. Fix whitespace issues

    rushilramesh committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d2028e7 View commit details
    Browse the repository at this point in the history
  26. Merge new PR

    rushilramesh committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8b4c8f9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6417c30 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Merge pull request #242 from rushilramesh/UI-fix

    Add DG content, tests and fix UI issues
    juliussneezer04 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    38f9094 View commit details
    Browse the repository at this point in the history
  2. Update test cases

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f64201e View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6fbe53c View commit details
    Browse the repository at this point in the history
  4. Update PPP

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9abd0e6 View commit details
    Browse the repository at this point in the history
  5. Enlarge ModelClassDiagram

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8297e7f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #243 from nguyiyang/DG-1.4

    Update and fix bugs in DG
    GabrielWLM authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    11fefbe View commit details
    Browse the repository at this point in the history
  7. Update PPP

    Zhouyirui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a6d3e65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    668943f View commit details
    Browse the repository at this point in the history
  9. Checkstyle

    Zhouyirui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d40e756 View commit details
    Browse the repository at this point in the history
  10. checkstyle

    Zhouyirui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    344333f View commit details
    Browse the repository at this point in the history
  11. no message

    Zhouyirui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    59990eb View commit details
    Browse the repository at this point in the history
  12. no message

    Zhouyirui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8456dba View commit details
    Browse the repository at this point in the history
  13. Update PPP

    Zhouyirui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9e700a5 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #245 from Zhouyirui/branch_debug_v1.4

    Update PPP and DG
    juliussneezer04 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b6a0ddf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fb22e0f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc88422 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cbdbb78 View commit details
    Browse the repository at this point in the history
  18. Update gabrielwlm.md

    GabrielWLM committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6c17c69 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'branch-update-DG' of https://github.com/GabrielWLM/tp i…

    …nto branch-update-DG
    GabrielWLM committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a7f40a9 View commit details
    Browse the repository at this point in the history
  20. Update TutorialGroupTest

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    46244c7 View commit details
    Browse the repository at this point in the history
  21. Fix checkstyle errors

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9c1e930 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f9beb8d View commit details
    Browse the repository at this point in the history
  23. Merge pull request #248 from nguyiyang/testing-1.4

    Add testcases
    rushilramesh authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    dff0933 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #246 from GabrielWLM/branch-update-DG

    Update DG and UG and add test cases for findc and viewg
    rushilramesh authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5858484 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3a54685 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #249 from rushilramesh/testcases

    Added new Testcases
    juliussneezer04 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e1e2d1b View commit details
    Browse the repository at this point in the history
  27. Update README.md

    GabrielWLM authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0058187 View commit details
    Browse the repository at this point in the history
  28. Update PPP

    GabrielWLM committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d624c44 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e0436f6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ec1c5ab View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    746460e View commit details
    Browse the repository at this point in the history
  32. Merge pull request #253 from juliussneezer04/master

    Final User Guide Changes.
    juliussneezer04 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6adb8ba View commit details
    Browse the repository at this point in the history
  33. Minor corrections

    juliussneezer04 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f0c0e25 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #254 from juliussneezer04/master

    Minor corrections to UG
    rushilramesh authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    85b8387 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    dd95534 View commit details
    Browse the repository at this point in the history
  36. Fix UG

    GabrielWLM committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f299953 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #255 from GabrielWLM/fix-UG

    Fix minor UG bug
    rushilramesh authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    2f1cbba View commit details
    Browse the repository at this point in the history
  38. Fix DG bugs

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    453b7aa View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    83a1beb View commit details
    Browse the repository at this point in the history
  40. Merge pull request #256 from nguyiyang/DG-1.4

    Fix bugs in DG class diagrams
    Zhouyirui authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    85612de View commit details
    Browse the repository at this point in the history
  41. Fix DG bugs

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fe5e8b6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c1b06bc View commit details
    Browse the repository at this point in the history
  43. Fix DG bugs

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d4cc241 View commit details
    Browse the repository at this point in the history
  44. Checkstyle errors.

    juliussneezer04 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    40c9201 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #258 from nguyiyang/DG-1.4

    Fix DG bugs
    Zhouyirui authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b2827a2 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #257 from juliussneezer04/master

    Code Quality improvements.
    GabrielWLM authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5cf4adb View commit details
    Browse the repository at this point in the history
  47. Final PPP.

    juliussneezer04 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    bf9cdb3 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #259 from juliussneezer04/master

    Final PPP.
    GabrielWLM authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5025f0f View commit details
    Browse the repository at this point in the history
  49. Final PPP

    juliussneezer04 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d748875 View commit details
    Browse the repository at this point in the history
  50. Broken link fixed.

    juliussneezer04 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    19cee5e View commit details
    Browse the repository at this point in the history
  51. broken link

    juliussneezer04 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8309044 View commit details
    Browse the repository at this point in the history
  52. Fix DG link bug

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    bd24521 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #260 from juliussneezer04/master

    Final PPP and DG edit.
    juliussneezer04 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    daf2816 View commit details
    Browse the repository at this point in the history
  54. Fix merge conflict

    nguyiyang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    76a8bf4 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #261 from nguyiyang/DG-1.4

    Fix DG link bug
    rushilramesh authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    719ecff View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c613112 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    fd39a6a View commit details
    Browse the repository at this point in the history
  58. fixing image links

    juliussneezer04 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    db5f5fe View commit details
    Browse the repository at this point in the history
  59. Merge pull request #262 from juliussneezer04/master

    Adding Gabriel's contribution back to DG
    GabrielWLM authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3f4239f View commit details
    Browse the repository at this point in the history
  60. Page issues.

    juliussneezer04 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f897683 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    ca79056 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    6a951c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #264 from juliussneezer04/master

    Minor heading change to UG.
    GabrielWLM authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b9aaf8a View commit details
    Browse the repository at this point in the history