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-T10-2] TermiNUS #28

Open
wants to merge 796 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
    b7cd11a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from Woolicious98/branch-Note-FileStorage

    Bug fix for file permissions
    Woolicious98 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    75ccf90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    023656a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab0f179 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into branch-test

    Woolicious98 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    224a5b3 View commit details
    Browse the repository at this point in the history
  6. Add Ui Class Diagram and Explanation.

    Update Active Recall paragraph as well.
    kelvneo committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d0ed5d6 View commit details
    Browse the repository at this point in the history
  7. Add check lower case for note name

    Woolicious98 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0874dc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    285fc91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    badca10 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #133 from kelvneo/master

    Add Ui Class Diagram and Explanation
    kelvneo authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d3d2448 View commit details
    Browse the repository at this point in the history
  11. Add JavaDocs for isDuplicateName

    Woolicious98 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b9cf485 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92ce129 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #134 from Woolicious98/branch-test

    Fix note check for lower case
    Woolicious98 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    cae03ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40a098f View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into branch-DG

    Woolicious98 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e3b2352 View commit details
    Browse the repository at this point in the history
  16. Update DG with storage and add trim to file path checks

    Woolicious98 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d0d69b2 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #112 from Woolicious98/branch-DG

    Add storage implementation in DG
    Woolicious98 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    14a9f2d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c401a4d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    918e3b7 View commit details
    Browse the repository at this point in the history
  20. Update typo

    3m0W33D committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b113681 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Merge pull request #136 from 3m0W33D/master

    Update broken table and fix class diagram for DG
    3m0W33D authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b7ab962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a48411 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    f7c82d7 View commit details
    Browse the repository at this point in the history
  2. Update add, delete and reload note command

    Woolicious98 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    56b5333 View commit details
    Browse the repository at this point in the history
  3. Update delete and update module command

    Woolicious98 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b23a2ce View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Update Terminus to use StorageManager and add the rest of the storage…

    … types
    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    9e46b28 View commit details
    Browse the repository at this point in the history
  2. Update pdf storage

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    b472c63 View commit details
    Browse the repository at this point in the history
  3. Update load function in StorageManager

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    a1ecd77 View commit details
    Browse the repository at this point in the history
  4. Fix display messages

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    32e5918 View commit details
    Browse the repository at this point in the history
  5. Add filter manager

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    30a60d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d59db4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8c39ad View commit details
    Browse the repository at this point in the history
  8. Refactor Code

    * Remove magic literal
    * Remove repeat code
    3m0W33D committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    8e898d1 View commit details
    Browse the repository at this point in the history
  9. Refactor magic literal

    Fix #141
    3m0W33D committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    4006c13 View commit details
    Browse the repository at this point in the history
  10. Add JUnit test for codecov

    3m0W33D committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    44975ee View commit details
    Browse the repository at this point in the history
  11. Fix JUnit test

    3m0W33D committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    f7718ef View commit details
    Browse the repository at this point in the history
  12. Add filter to load notes

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    c25b4ef View commit details
    Browse the repository at this point in the history
  13. Update export command

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    23e41c0 View commit details
    Browse the repository at this point in the history
  14. Fix checkstyle

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    79945c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8f18d8e View commit details
    Browse the repository at this point in the history
  16. Update text-ui-testing

    3m0W33D committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    e60d388 View commit details
    Browse the repository at this point in the history
  17. Add javadocs to newly created storage classes

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    49fbc7d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4ebe42e View commit details
    Browse the repository at this point in the history
  19. Update JUnit test

    3m0W33D committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    308019c View commit details
    Browse the repository at this point in the history
  20. Merge pull request #144 from 3m0W33D/branch-2.1-refactor

    Command Error messages fix and Refactoring
    3m0W33D authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    257a95a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a27ee9d View commit details
    Browse the repository at this point in the history
  22. Merge branch 'master' into branch-File-Refactor

    # Conflicts:
    #	src/main/java/terminus/command/module/AddModuleCommand.java
    #	src/main/java/terminus/command/module/DeleteModuleCommand.java
    #	src/main/java/terminus/command/module/UpdateModuleCommand.java
    #	src/main/java/terminus/common/Messages.java
    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    137211b View commit details
    Browse the repository at this point in the history
  23. Remove modulestorage from Junit

    Woolicious98 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    bea31c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Isolate CommandResult extraction into StorageManager

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    2891fc5 View commit details
    Browse the repository at this point in the history
  2. Add JUnit for createfolder and createfile

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    10ba744 View commit details
    Browse the repository at this point in the history
  3. Add checks to test if folder exists in JUnit

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    36e718a View commit details
    Browse the repository at this point in the history
  4. Add after each to remove folder

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    306d984 View commit details
    Browse the repository at this point in the history
  5. Add JUnit for Storage class

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    295e355 View commit details
    Browse the repository at this point in the history
  6. Test enable on OS JUnit feature

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    6a4a27f View commit details
    Browse the repository at this point in the history
  7. Add os dependencies tag for JUnit storage

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    16ccf67 View commit details
    Browse the repository at this point in the history
  8. Add JUnit for NoteStorage

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    283c086 View commit details
    Browse the repository at this point in the history
  9. Add JUnit for FolderStorage

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    00d1961 View commit details
    Browse the repository at this point in the history
  10. Add JUnit for PdfStorage

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    54be396 View commit details
    Browse the repository at this point in the history
  11. Add JUnit to JsonStorage

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    8c64c44 View commit details
    Browse the repository at this point in the history
  12. Add JUnit for StorageManager

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    f0d7681 View commit details
    Browse the repository at this point in the history
  13. Add JUnit for FilterManager

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    3a0ca12 View commit details
    Browse the repository at this point in the history
  14. Remove ModuleStorage

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    429c976 View commit details
    Browse the repository at this point in the history
  15. Fix error in JUnit for windows

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    c5d4d34 View commit details
    Browse the repository at this point in the history
  16. Fix windows JUnitr crash

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    3d33faa View commit details
    Browse the repository at this point in the history
  17. Add Terminus Logger to Storage

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    8811cde View commit details
    Browse the repository at this point in the history
  18. Update filter for schedule

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    aefc514 View commit details
    Browse the repository at this point in the history
  19. Fix indentation erorrand optimise imports

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    3a69309 View commit details
    Browse the repository at this point in the history
  20. Add hadDUrationOverflow check for Filter

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    bae3e4e View commit details
    Browse the repository at this point in the history
  21. Extract note filter to its own function

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    faa0f9d View commit details
    Browse the repository at this point in the history
  22. Updat filter manager method to public static for checks

    Woolicious98 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    7e03de2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c291fe2 View commit details
    Browse the repository at this point in the history
  24. Update and fix PE Bugs

    3m0W33D committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    7ec1653 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a9c42d7 View commit details
    Browse the repository at this point in the history
  26. Merge from master

    3m0W33D committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    7159cc0 View commit details
    Browse the repository at this point in the history
  27. Update Developer Guide

    - Include Missing Headings
    - Update Active Recall Implementation
    - Add Acknowledgements
    kelvneo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    59ebaac View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c52998b View commit details
    Browse the repository at this point in the history
  29. Add TerminusTest

    kelvneo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    936aff4 View commit details
    Browse the repository at this point in the history
  30. Update JUnit tests

    kelvneo committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    599baa6 View commit details
    Browse the repository at this point in the history
  31. Create codecov.yml

    kelvneo authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    d7939ef View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    a92e33e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75697c4 View commit details
    Browse the repository at this point in the history
  3. Add duration in UG. Fix #169

    LouisLouis19 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    626db2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    546df43 View commit details
    Browse the repository at this point in the history
  5. Change IText 7

    3m0W33D committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    17b055d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff3258e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e583d1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c7d063 View commit details
    Browse the repository at this point in the history
  9. Add optional index example for view in UG. Add valid zoom_link instru…

    …ction for add link command in UG.
    LouisLouis19 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    cca711b View commit details
    Browse the repository at this point in the history
  10. Update text-ui-testing

    3m0W33D committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    d4f2433 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #184 from kelvneo/dg

    Update Developer Guide
    kelvneo authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    8373e9e View commit details
    Browse the repository at this point in the history
  12. Attempt fix linux JUnit test

    3m0W33D committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    ceed351 View commit details
    Browse the repository at this point in the history
  13. Fix UI-test

    3m0W33D committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    9b760c3 View commit details
    Browse the repository at this point in the history
  14. UI-text space fix

    3m0W33D committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    753c026 View commit details
    Browse the repository at this point in the history
  15. Update codecov

    3m0W33D committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    b8c1094 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #188 from LouisLouis19/branch-BugFixes

    Fix PED Bugs and Address TA Code Review
    kelvneo authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    b2d97d8 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #186 from kelvneo/refactor

    Fix PE-D issues and refactor Terminus
    kelvneo authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    92c5926 View commit details
    Browse the repository at this point in the history
  18. Update codecov version

    kelvneo authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    9aa77b4 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #187 from 3m0W33D/branch-2.1-refactor

    Fix PE Bugs and Update IText 5 to IText7
    kelvneo authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c70de4e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    9176dc9 View commit details
    Browse the repository at this point in the history
  2. Reorganize User Guide

    kelvneo committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    0649e2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    618b12b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f11ca5b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    e90617f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into branch-DG

    Woolicious98 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7cb86b9 View commit details
    Browse the repository at this point in the history
  3. Update Storage class diagram for DG

    Woolicious98 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a68e95e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cde00db View commit details
    Browse the repository at this point in the history
  5. Update Storage component in DG with FilterManager

    Woolicious98 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    80d2dff View commit details
    Browse the repository at this point in the history
  6. Add initialise storage in DG

    Woolicious98 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c66e3b8 View commit details
    Browse the repository at this point in the history
  7. Add loading sequence diagram for storage in DG

    Woolicious98 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    adcb25a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5785b69 View commit details
    Browse the repository at this point in the history
  9. Update with User Stories

    3m0W33D committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    564008e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0b89c3 View commit details
    Browse the repository at this point in the history
  11. Add executeCommandResult seq diagram in DG

    Woolicious98 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    0e08cfc View commit details
    Browse the repository at this point in the history
  12. Create style.puml and update

    3m0W33D committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    91fd985 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Add adding content and deleting content to DG

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    01f0b3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6a839 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56acd15 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #189 from kelvneo/ug

    Reorganize User Guide
    kelvneo authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3bc70f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d4f522 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a84d4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    925655a View commit details
    Browse the repository at this point in the history
  8. Update NFD

    3m0W33D committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    d4bd5ca View commit details
    Browse the repository at this point in the history
  9. Merge pull request #191 from 3m0W33D/branch-DG-2.1-Update

    Update DG include Architecture diagram
    3m0W33D authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6fa7843 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d433ad2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6781e88 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into branch-DG

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a2fc0ff View commit details
    Browse the repository at this point in the history
  13. Update JUnit for NoteStorage

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    69343d6 View commit details
    Browse the repository at this point in the history
  14. Update old stuff in DG

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1f4a8ba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8ca7579 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77249ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f5245a9 View commit details
    Browse the repository at this point in the history
  18. Update puml to use the stylesheet

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f6711e2 View commit details
    Browse the repository at this point in the history
  19. Update DG with additional info

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f1506a1 View commit details
    Browse the repository at this point in the history
  20. Add value proposition

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6749737 View commit details
    Browse the repository at this point in the history
  21. Draft PPP

    LouisLouis19 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1adc097 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #192 from LouisLouis19/Branch-v2.1

    Update DG and draft PPP
    LouisLouis19 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    d156b25 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    affa40d View commit details
    Browse the repository at this point in the history
  24. Merge branch 'master' into branch-DG

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    339dcc7 View commit details
    Browse the repository at this point in the history
  25. Update timetable diagram with colors

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    752f270 View commit details
    Browse the repository at this point in the history
  26. Update links in DG

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    debaffa View commit details
    Browse the repository at this point in the history
  27. Merge pull request #190 from Woolicious98/branch-DG

    Update DG Storage Components and Implementation
    Woolicious98 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    d284f6d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1cd0f25 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c1b4fdf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ce1ecf9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9437927 View commit details
    Browse the repository at this point in the history
  32. Update ui text testing

    3m0W33D committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    bc386d8 View commit details
    Browse the repository at this point in the history
  33. Update DG dependencies

    3m0W33D committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b7e9b07 View commit details
    Browse the repository at this point in the history
  34. Add PPP

    3m0W33D committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    5adc989 View commit details
    Browse the repository at this point in the history
  35. Fix Sequence Diagrams

    LouisLouis19 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    16f22c2 View commit details
    Browse the repository at this point in the history
  36. Add Project Portfolio page

    kelvneo committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    82d2a3e View commit details
    Browse the repository at this point in the history
  37. Fix PPP draft format

    LouisLouis19 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f2b8578 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9089247 View commit details
    Browse the repository at this point in the history
  39. Update PPP Draft

    3m0W33D committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    af7f6fb View commit details
    Browse the repository at this point in the history
  40. Update links of AboutUs

    kelvneo committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    9821676 View commit details
    Browse the repository at this point in the history
  41. Add PPP

    Woolicious98 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    aab84ca View commit details
    Browse the repository at this point in the history
  42. Change Overview of PPP

    kelvneo committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a89cf2c View commit details
    Browse the repository at this point in the history
  43. Update PPP

    3m0W33D committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    8a681a2 View commit details
    Browse the repository at this point in the history
  44. Fix links in PPP

    LouisLouis19 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    46514bf View commit details
    Browse the repository at this point in the history
  45. Merge pull request #194 from kelvneo/ppp

    Add Project Portfolio page
    kelvneo authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b6a7de2 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    fbbb4b3 View commit details
    Browse the repository at this point in the history
  47. Finish PPP

    3m0W33D committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b948eaa View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    852b9cd View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    9a44d4d View commit details
    Browse the repository at this point in the history
  50. Merge pull request #195 from LouisLouis19/Branch-v2.1

    Fix Sequence Diagram and PPP format
    kelvneo authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4c7363e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    1ef6ad2 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    69bde61 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    6e1cb13 View commit details
    Browse the repository at this point in the history
  54. Merge pull request #193 from 3m0W33D/branch-UpdateErrorMsg

    Update error msg and fix to include depdencies for IText 7
    3m0W33D authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f2fd740 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    476e4cb View commit details
    Browse the repository at this point in the history
  56. Update overview

    3m0W33D committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f87cb70 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    f93377c View commit details
    Browse the repository at this point in the history
  58. Merge pull request #197 from 3m0W33D/branch-UpdateErrorMsg

    Update Overview for PPP
    3m0W33D authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    19b7d8a View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    5efed6d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    505c7b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b84d42 View commit details
    Browse the repository at this point in the history
  3. Fix bug in filtermanager

    Woolicious98 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1fefa10 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #198 from Woolicious98/branch-Demo

    Fix bug in filtermanager
    Woolicious98 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    2f2e31a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    915453c View commit details
    Browse the repository at this point in the history
  6. Update filtermanager with more cases

    Woolicious98 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    e94c2ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05721c2 View commit details
    Browse the repository at this point in the history
  8. Update incorrect json file

    Woolicious98 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    cc20cb4 View commit details
    Browse the repository at this point in the history
  9. Remove redundant code in storage

    Woolicious98 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    6a8e399 View commit details
    Browse the repository at this point in the history
  10. Update DG and PPP

    3m0W33D committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1366a14 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #200 from 3m0W33D/branch-OpenPDF

    Change PDF export to OpenPDF
    3m0W33D authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b5332d1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #199 from Woolicious98/branch-Demo

    Update filtermanager with more cases
    Woolicious98 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    14f185e View commit details
    Browse the repository at this point in the history
  13. Add set disabled in Terminus

    Woolicious98 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7710b6d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4923283 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into branch-Demo

    Woolicious98 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    85448f4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8acc619 View commit details
    Browse the repository at this point in the history
  17. Make lowercase PPP file name

    3m0W33D committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c032332 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #202 from 3m0W33D/master

    Change PPP file name
    3m0W33D authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    91fa7bf View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    2c5e64e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3805db View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into branch-UG

    Woolicious98 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    88bea79 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Update UG with name restirction

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9498afe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from Woolicious98/branch-UG

    Update UG to provide some name restriction
    Woolicious98 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    dacfa98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5650d0f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into branch-fixes

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    ec06463 View commit details
    Browse the repository at this point in the history
  5. Fix minor bugs in UG

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    ec10c79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86b4974 View commit details
    Browse the repository at this point in the history
  7. Update text ui

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0fe3c32 View commit details
    Browse the repository at this point in the history
  8. Add limitation of puml in DG

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    db074f3 View commit details
    Browse the repository at this point in the history
  9. Add storage disabled warnings

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0a0a22c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7055af3 View commit details
    Browse the repository at this point in the history
  11. Add extra note in DG

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    f8f4b63 View commit details
    Browse the repository at this point in the history
  12. Update Sequence Diagram

    LouisLouis19 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    72543a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e30137d View commit details
    Browse the repository at this point in the history
  14. Merge pull request #204 from Woolicious98/branch-fixes

    Fix minor bugs in UG and DG
    Woolicious98 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    30aa17f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #205 from 3m0W33D/branch-DG-fix

    Minor update to DG
    Woolicious98 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8ceddbe View commit details
    Browse the repository at this point in the history
  16. Merge pull request #206 from LouisLouis19/Branch-v2.1

    Update Sequence Diagram
    Woolicious98 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    87a5a47 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8179655 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #201 from Woolicious98/branch-Demo

    Final setDisabled
    Woolicious98 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    499eb8b View commit details
    Browse the repository at this point in the history
  19. Merge pull request #207 from kelvneo/master

    Update Sequence Diagrams and fix JUnit test
    kelvneo authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    cc8d5bb View commit details
    Browse the repository at this point in the history
  20. More description updates

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e1bdbbc View commit details
    Browse the repository at this point in the history
  21. Merge pull request #208 from 3m0W33D/branch-DG-fix

    Minor update to Command description
    3m0W33D authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    fa9fab9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ae2b41a View commit details
    Browse the repository at this point in the history
  23. Merge branch 'master' into branch-test

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    4767749 View commit details
    Browse the repository at this point in the history
  24. Update UG icons and language

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1908b19 View commit details
    Browse the repository at this point in the history
  25. Fix diagrams for DG

    kelvneo committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7e0ba91 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    115c8d4 View commit details
    Browse the repository at this point in the history
  27. Update ConflictManager DG

    kelvneo committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    455fab8 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #209 from Woolicious98/branch-test

    Update UG final
    Woolicious98 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    dc10b54 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #210 from kelvneo/master

    Fix diagrams for DG
    Woolicious98 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0bef368 View commit details
    Browse the repository at this point in the history
  30. Fix TOC in DG

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    b74a549 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6d0b30b View commit details
    Browse the repository at this point in the history
  32. Merge branch 'master' into branch-test

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    485fad0 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #211 from Woolicious98/branch-test

    Fix TOC in DG
    Woolicious98 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8730089 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    67470a3 View commit details
    Browse the repository at this point in the history
  35. Merge branch 'master' into branch-test

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    2a00eb6 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c3808e1 View commit details
    Browse the repository at this point in the history
  37. Add copy in UG

    Woolicious98 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    f998df1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c397551 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    17ab9fd View commit details
    Browse the repository at this point in the history
  40. Merge pull request #213 from kelvneo/logger-fix

    Change Logger error behaviour and separate StorageManager from Logger
    kelvneo authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    f34071e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2f7ea46 View commit details
    Browse the repository at this point in the history
  42. Update UG and DG

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d9b4792 View commit details
    Browse the repository at this point in the history
  43. Remove Page break

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    aee60cf View commit details
    Browse the repository at this point in the history
  44. Update DG

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    58f6da9 View commit details
    Browse the repository at this point in the history
  45. Update Conflict

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d862b88 View commit details
    Browse the repository at this point in the history
  46. Add page break

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1a56f46 View commit details
    Browse the repository at this point in the history
  47. Update page breaks

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8800e2a View commit details
    Browse the repository at this point in the history
  48. Remove extra lines

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    cf5101d View commit details
    Browse the repository at this point in the history
  49. Update page break for UG

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    34a8767 View commit details
    Browse the repository at this point in the history
  50. Update UG page break

    3m0W33D committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    4e1d4c0 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #214 from 3m0W33D/master

    Update DG
    3m0W33D authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d8ea825 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    990ee3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #215 from LouisLouis19/Branch-v2.1

    Update naming in sequence diagram
    LouisLouis19 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e332e01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f859baa View commit details
    Browse the repository at this point in the history
  4. Update UG with rationale

    Woolicious98 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a41a78b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #216 from Woolicious98/master

    Update UG with rationale for CS2101
    Woolicious98 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    374f1cd View commit details
    Browse the repository at this point in the history