Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[CS2103T-W12-4] TimetaBRO #204

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

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    ad76e90 View commit details
    Browse the repository at this point in the history
  2. make UG neater

    Krista Yeo committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9a44887 View commit details
    Browse the repository at this point in the history
  3. fix header issue

    Krista Yeo committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a7cf706 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #249 from kristayeo/branch-kristayeo-ui

    Changes to the help pop-up
    andrefoo committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3bf1915 View commit details
    Browse the repository at this point in the history
  5. Fix bug with add/remove event/schedule commands

    Previously, if there was a duplicate prefix, users would just get error
    Now, the error will tell users which prefix is duplicated
    
    Similarly, users would just get an error for a missing prefix
    Now, error will tell users which prefix is missing
    lululwtv committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d979694 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #247 from teozhengyang/v1.4-bugfix-3

    Fix bugs in logic classes
    kristayeo committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    394e56d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    277324e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #250 from lululwtv/master

    Fix bug with add/remove event/schedule commands
    lululwtv committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8f400a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c3aa21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea0e9b3 View commit details
    Browse the repository at this point in the history
  11. Update lululwtv.md

    lululwtv committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1c26f3e View commit details
    Browse the repository at this point in the history
  12. Update lululwtv.md

    lululwtv committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1eb325e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e6612b View commit details
    Browse the repository at this point in the history
  14. Fix error messages

    Previously, there were bugs with error messages from addevent, rmevent,
    addschedule, and rmschedule.
    
    These bugs were mainly due to differences in command output
    and User Guide documentation.
    
    There was also an issue where event names automatically change to lower case
    even when they were keyed in upper case.
    
    These issues have been fixed and updated accordingly in the User Guide
    lululwtv committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b41be66 View commit details
    Browse the repository at this point in the history
  15. Fix issue with checkstyle

    lululwtv committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    38a8fea View commit details
    Browse the repository at this point in the history
  16. Update UG

    UG has been updated to inform users that they can click on their
    friends to display their timetable
    lululwtv committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    accb7d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix bug with cft command

    Previously, if there was 1 friend with no common free time,
    cft command would only display an error saying that user and friend
    have no common free times, and not proceed to show the friends that
    have common free times.
    
    This issue has been fixed. Expected output should now be:
    You and Friend have no common free time!
    You and John Doe have common free times at:
    ...
    lululwtv committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8871e0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #252 from lululwtv/master

    Update lululwtv.md
    owenyeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2d21ae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1abe977 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #253 from owenyeo/v1.4-updatePPP-0

    Update owenyeo.md
    lululwtv committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d1709d2 View commit details
    Browse the repository at this point in the history
  5. Update UserGuide.md

    owenyeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e832b8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cddb488 View commit details
    Browse the repository at this point in the history
  7. Update UserGuide.md

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

    Update UserGuide.md
    kristayeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a472a80 View commit details
    Browse the repository at this point in the history
  9. UserGuide.md update

    andrefoo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1df6d33 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9aca4f3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #255 from andrefoo/master

    Update UserGuide
    kristayeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8b7c910 View commit details
    Browse the repository at this point in the history
  12. UserGuide.md update

    andrefoo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    80eac70 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #256 from andrefoo/master

    UserGuide.md update
    kristayeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    352c237 View commit details
    Browse the repository at this point in the history
  14. Fix addschedule and addevent commands

    Previously, the commands allowed users to add overlapping events.
    
    This issue has been fixed and users can no longer add overlapping events
    lululwtv committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    334cda2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    76f1c1e View commit details
    Browse the repository at this point in the history
  16. Improve code readability

    Improve readability of AddEventCommandParser
    and AddScheduleCommandParser
    lululwtv committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2bc1c29 View commit details
    Browse the repository at this point in the history
  17. UserGuide.md restructure

    andrefoo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1c13c53 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #258 from andrefoo/Update-module-code-flexibility

    Module code made more flexible
    kristayeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    dddb38d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #257 from lululwtv/master

    Fix addschedule and addevent commands
    kristayeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4bd99dd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    18b5bb6 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #259 from andrefoo/master

    UserGuide.md restructure
    andrefoo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f0853ad View commit details
    Browse the repository at this point in the history
  22. Bug fix: Exclusive end time for FreeTime

    Schedule sees end time for TimeBlocks as exclusive. If an event is from 1200 - 1230, schedule recognises that the free time before that ends at 1130, not 1200.
    
    Let's:
    - make endTime of freetime to be inclusive
    - extend the FreeTime and TimeBlock implementation to include accepting 2400 as the endTime.
    
    Now the implementation of FreeTime and TimeBlock allows a range of time intervals starting from 0000 and ending at 2400.
    
    This allows events to end at the latest possible timing, which is actually 12am the next day.
    andrefoo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9166bbb View commit details
    Browse the repository at this point in the history
  23. Merge pull request #260 from andrefoo/master

    Bug fix: Exclusive end time for FreeTime
    kristayeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1a5c04b View commit details
    Browse the repository at this point in the history
  24. Merge pull request #261 from teozhengyang/v1.4-bugfix-4

    Fix bugs in test cases for logic classes
    kristayeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a811634 View commit details
    Browse the repository at this point in the history
  25. Revert changes to Add

    Changes to AddCommand violated the feature freeze of v1.4.
    
    Reverted changes to avoid this.
    owenyeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6dc1567 View commit details
    Browse the repository at this point in the history
  26. UG

    Krista Yeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    36cb180 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6f443da View commit details
    Browse the repository at this point in the history
  28. Merge pull request #262 from teozhengyang/v1.4-bugfix-5

    Fix bugs in logic classes
    owenyeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1a762a9 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #263 from owenyeo/v1.4-revertadd-0

    Revert changes to Add
    teozhengyang committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    33928ca View commit details
    Browse the repository at this point in the history
  30. Merge remote-tracking branch 'origin/branch-kristayeo-ui' into branch…

    …-kristayeo-ui
    Krista Yeo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    431d8f2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    961064e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    766dc7a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    afe08d9 View commit details
    Browse the repository at this point in the history
  34. Fix rmschedule command bug

    Previously, there was a bug that caused users to not get an error
    when trying to remove an event that does not exist.
    Thihs issue has been fixed
    lululwtv committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3561ec7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    d628c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7294dbd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #266 from lululwtv/master

    Fix rmschedule command bug
    owenyeo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    38733a3 View commit details
    Browse the repository at this point in the history
  4. Bug fix: Wrong error message in CommonFreeTimeCommand

    Wrong error thrown for out of bounds index with CFT command.
    Error thrown was caught by an error catcher and a different error was thrown.
    
    Take out the error throwing from the try catch environment.
    
    Fix testcases affected by this bug fix.
    andrefoo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    52e21bb View commit details
    Browse the repository at this point in the history
  5. DG

    Krista Yeo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f23c4ee View commit details
    Browse the repository at this point in the history
  6. minor UG edits

    Krista Yeo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d7dc54e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41042ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8135346 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #267 from andrefoo/master

    Bug fix: Wrong error message in CommonFreeTimeCommand
    kristayeo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    def3461 View commit details
    Browse the repository at this point in the history
  10. DG changes

    Krista Yeo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    374f59b View commit details
    Browse the repository at this point in the history
  11. Add more FAQ to UG

    lululwtv committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    28e0af2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    0a23c80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #270 from lululwtv/master

    Add more FAQ to UG
    owenyeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d764035 View commit details
    Browse the repository at this point in the history
  3. Fix Add Command

    Add command does not throw an error message when
    prefixes other than name is not present.
    
    Fixed add command, added other prefixes in arePrefixesPresent
    clause.
    owenyeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    65b4e68 View commit details
    Browse the repository at this point in the history
  4. Fix tag bug in add

    owenyeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    02a029f View commit details
    Browse the repository at this point in the history
  5. Fix success mesage

    Success message shows freetime instead of birthday.
    
    Fixed this.
    owenyeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    35acbfc View commit details
    Browse the repository at this point in the history
  6. Change UG tone

    UG tone is professional, thus may alienate our
    target audience, NUS students.
    
    Changed the tone in UI, Features, and FAQ section
    to suit target audience better.
    owenyeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f1cf176 View commit details
    Browse the repository at this point in the history
  7. Update DeveloperGuide

    - Provide component breakdown for Model
    - Revised class diagrams to v1.4
    - Implement skeleton for Developer Guide
    andrefoo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    651d528 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79d2388 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #272 from owenyeo/v1.4-fixaddcommand-1

    Fix Add Command
    kristayeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    60cd319 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #273 from owenyeo/v1.4-updateug-1

    Change UG tone
    kristayeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1b084ce View commit details
    Browse the repository at this point in the history
  11. Merge pull request #274 from andrefoo/master

    Update DeveloperGuide
    kristayeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d9c2f05 View commit details
    Browse the repository at this point in the history
  12. Update DG Storage

    DG does not reflect new changes made to storage
    in v1.3.
    
    Update diagrams and text to reflect new changes.
    owenyeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a99ed30 View commit details
    Browse the repository at this point in the history
  13. Update UserGuide.md

    Add parameters table as a centralised place to view the contraints for each parameter.
    
    Add Cautions for frequently made mistakes. addevent does not update Ui if the event is outside the current week.
    
    Edit fields that are potentially misleadingly name.
    Examples:
    - Cca: 2103T Lecture
    - setReminder CS2103T Lecture (cannot add reminder to repeating events)
    andrefoo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    58bf846 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #275 from owenyeo/v1.4-updatedg-0

    Update DG Storage
    kristayeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    818fa37 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #276 from andrefoo/update-UGv1.4

    Update UserGuide.md
    kristayeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1e8e969 View commit details
    Browse the repository at this point in the history
  16. update readme

    Krista Yeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    78d3412 View commit details
    Browse the repository at this point in the history
  17. Update UG cft command

    lululwtv committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    178e5e2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fe6f59d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #277 from lululwtv/master

    Update UG for cft command
    teozhengyang committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8396ca2 View commit details
    Browse the repository at this point in the history
  20. UG fixes

    Krista Yeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d5c2aa6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    44cb473 View commit details
    Browse the repository at this point in the history
  22. Fix discrepancies in error message

    Error message thrown for non-existent Cca and Module is different. Updated to be the same.
    andrefoo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0368c0d View commit details
    Browse the repository at this point in the history
  23. Merge pull request #279 from andrefoo/update-UGv1.4

    Fix discrepancies in error message
    kristayeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8e5ed34 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #278 from kristayeo/branch-kristayeo-ui

    ReadMe and UG updates
    andrefoo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a2cc88f View commit details
    Browse the repository at this point in the history
  25. Update DG

    Added addschedule sequence diagram to DG
    Updated DG to include addschedule command example and changed content to
    fit accordingly
    lululwtv committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b7f0859 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    31f854c View commit details
    Browse the repository at this point in the history
  27. Merge pull request #280 from lululwtv/master

    Update DG
    teozhengyang committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    503bb27 View commit details
    Browse the repository at this point in the history
  28. docs updates

    Krista Yeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    904074b View commit details
    Browse the repository at this point in the history
  29. Merge pull request #281 from kristayeo/branch-kristayeo-ui

    docs updates
    owenyeo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c5597f9 View commit details
    Browse the repository at this point in the history
  30. Update UG and Standardised error messages

    Error messages with minor spacing issues and irrelevant names have been updated.
    
    Add anchor links for parameter constraints in all commands with more than 1 parameter.
    
    Standardise parameter names across all command formats and command error and success messages.
    andrefoo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    bf7ab72 View commit details
    Browse the repository at this point in the history
  31. Clean code

    Remove debugging code
    
    Remove checkstyle violations
    
    Remove mismatched apostrophes
    andrefoo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e07afc9 View commit details
    Browse the repository at this point in the history
  32. Update UserGuide.md

    Remove trailing whitespace
    andrefoo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    67f7c43 View commit details
    Browse the repository at this point in the history
  33. Update UserGuide.md

    Remove trailing whitespace
    andrefoo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8755f77 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Merge pull request #282 from andrefoo/master

    Update UG and Standardised error messages
    teozhengyang committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    50d11b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16dc37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #283 from teozhengyang/v1.4-ug-0

    Add colours to fenced code blocks in user guide
    andrefoo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c1864bf View commit details
    Browse the repository at this point in the history
  4. Update DG

    teozhengyang committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    03db21e View commit details
    Browse the repository at this point in the history
  5. Fix style issue

    teozhengyang committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    efe1559 View commit details
    Browse the repository at this point in the history
  6. Fix Edit and EditUser

    Edit and EditUser does not check for duplicate phone numbers
    and emails. Add, Edit, and EditUser also did not check if numbers
    and emails were the same as the user.
    
    Fix Edit and EditUser commands with guard clauses checking for
    duplicate phones.
    Fix hasPhone, hasEmail, and hasPerson to include user in its checks.
    Add tests checking for duplicate emails and numbers to both edit commands.
    Add overloaded methods in EditPersonDescriptorBuilder and
    EditUserDescriptorBuilder
    owenyeo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4aa153d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into v1.4-fixedit-0

    Fix merge issues
    owenyeo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    06b50d4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #284 from teozhengyang/v1.4-dg-0

    Update DG
    kristayeo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    abb3ef4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #285 from owenyeo/v1.4-fixedit-0

    Fix Edit and EditUser
    kristayeo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    7c1d5b8 View commit details
    Browse the repository at this point in the history
  10. site page update

    Krista Yeo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ba1f0d9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #286 from kristayeo/branch-kristayeo-ui

    site page update
    teozhengyang committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    a3746fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    50836bd View commit details
    Browse the repository at this point in the history
  13. Add more FAQs to UG

    lululwtv committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0e2a115 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #287 from teozhengyang/v1.4-ug-1

    Change colours for input/output
    kristayeo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5cb0c28 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #288 from lululwtv/master

    Add more FAQs to UG
    kristayeo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    db1c2ec View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. DG: product scope

    Krista Yeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    bef8cf3 View commit details
    Browse the repository at this point in the history
  2. DG

    Krista Yeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f5b69d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #289 from kristayeo/branch-kristayeo-ui

    DG: product scope
    owenyeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    a86095a View commit details
    Browse the repository at this point in the history
  4. Update documentation

    teozhengyang committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d4dd89f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #290 from teozhengyang/v1.4-ug-2

    Update documentation
    andrefoo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2c1d8da View commit details
    Browse the repository at this point in the history
  6. Add EditUser in DG

    DG does not contain information about the implementation of
    EditUser. This makes it hard for future developers to understand
    how it works and therefore may not be able to improve on it.
    
    Add description of EditUserCommand
    Add Sequence Diagram
    Add explanation of implementation.
    owenyeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    990b6d4 View commit details
    Browse the repository at this point in the history
  7. Update PPP

    owenyeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    9b7e467 View commit details
    Browse the repository at this point in the history
  8. Delete JsonAdaptedFreeTime

    JsonAdaptedFreeTime is no longer used in v1.4
    owenyeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0eee5dd View commit details
    Browse the repository at this point in the history
  9. Update UG Intro

    UG quickstart does not have hyperlinks to help users properly
    install Java. Some sections' tone are also inconsistent, such as
    profile display.
    
    Add Hyperlinks to assist users with java installation
    Fix tone in multiple sections.
    owenyeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    017957d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d02d781 View commit details
    Browse the repository at this point in the history
  11. Update UserGuide and DeveloperGuide

    User Guide parameters `MODULE` and `CCA` are not referenced clearly in the contents.
    
    Developer Guide:
    - Add implementation details for `timetable` package.
    - Add use cases for all features.
    andrefoo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f9e12a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Update UG and change Ui.png

    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    126cbbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #296 from lululwtv/master

    Update UG and change Ui.png
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2e386dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd83d49 View commit details
    Browse the repository at this point in the history
  4. Gradle check update

    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d70b717 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #295 from andrefoo/master

    Update UserGuide and DeveloperGuide
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7010475 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bff4587 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    655ef45 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #297 from lululwtv/master

    Update DG and UG
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    56a8e2e View commit details
    Browse the repository at this point in the history
  9. Change error message for add command

    Previously, if users were missing any prefix for the add command,
    the error message would not tell them what te missing prefix was.
    
    I have changed this to make the error message more synonymous with
    add/rm event/schedule commands
    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    490c5ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1a380e View commit details
    Browse the repository at this point in the history
  11. Fix checkstyle errors

    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    24f03a7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #298 from lululwtv/master

    Change error message for add command
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2072570 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #291 from owenyeo/v1.4-updatedg-1

    Add EditUser in DG
    kristayeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    63334ff View commit details
    Browse the repository at this point in the history
  14. Merge pull request #292 from owenyeo/v1.4-updateppp-2

    V1.4 updateppp 2
    kristayeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6a28104 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #293 from owenyeo/v1.4-deletefreetime-0

    Delete JsonAdaptedFreeTime
    kristayeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bf55c2e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0d81bcf View commit details
    Browse the repository at this point in the history
  17. Merge pull request #294 from owenyeo/v1.4-updateug-2

    V1.4 updateug 2
    kristayeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f41f497 View commit details
    Browse the repository at this point in the history
  18. add no. to headings, improve format

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0c8b646 View commit details
    Browse the repository at this point in the history
  19. glosary

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ad8fb73 View commit details
    Browse the repository at this point in the history
  20. Update DG

    Added implementation for addschedule
    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5e283cc View commit details
    Browse the repository at this point in the history
  21. checkstyle

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6da211a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7aaec32 View commit details
    Browse the repository at this point in the history
  23. checkstyle

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e9a3323 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    805eaf2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    74468ac View commit details
    Browse the repository at this point in the history
  26. checkstyle

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9a70b59 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e7f545a View commit details
    Browse the repository at this point in the history
  28. Merge pull request #300 from lululwtv/master

    Update DG
    kristayeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    092f65d View commit details
    Browse the repository at this point in the history
  29. link ui img to index.md

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    36ddddd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0461db6 View commit details
    Browse the repository at this point in the history
  31. link ui img to index.md

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5c27f9e View commit details
    Browse the repository at this point in the history
  32. Merge pull request #302 from kristayeo/branch-kristayeo-ui

    fix img ref in readme
    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2f644db View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e9ac9b2 View commit details
    Browse the repository at this point in the history
  34. UG

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5fc0bdf View commit details
    Browse the repository at this point in the history
  35. Merge pull request #303 from lululwtv/master

    Change addschedule sequence diagram
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8f5fdc9 View commit details
    Browse the repository at this point in the history
  36. Fix AddCommand requiring t/

    AddCommand has a regression where tags are required, and
    only one tag can be added at once
    
    Fix this issue.
    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a5cb15b View commit details
    Browse the repository at this point in the history
  37. Merge pull request #305 from owenyeo/v1.4-fixadd-1

    Fix AddCommand requiring t/
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    81586e5 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2350b01 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ce1d068 View commit details
    Browse the repository at this point in the history
  40. Merge pull request #306 from teozhengyang/v1.4-testcases-0

    Fix bug in addCommandParser test cases
    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7a9f06f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1ab2c49 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    653729f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d42614d View commit details
    Browse the repository at this point in the history
  44. DG

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1fc36fc View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    fd332e3 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #310 from andrefoo/master

    Update AddScheduleSequenceDiagram.png
    kristayeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    641bbdb View commit details
    Browse the repository at this point in the history
  47. DG

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bec18cb View commit details
    Browse the repository at this point in the history
  48. Merge pull request #308 from teozhengyang/v1.4-dg-1

    Add reminder functionality to UI section in DG
    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6cd0ba5 View commit details
    Browse the repository at this point in the history
  49. DG

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    624d625 View commit details
    Browse the repository at this point in the history
  50. Fix trailing whitespace

    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c129783 View commit details
    Browse the repository at this point in the history
  51. DG

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2c648c5 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    fc04f0a View commit details
    Browse the repository at this point in the history
  53. change to lf

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9b0776d View commit details
    Browse the repository at this point in the history
  54. Update DeveloperGuide.md

    Add Use case numbering
    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2f962db View commit details
    Browse the repository at this point in the history
  55. correct UG headers

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1125a6f View commit details
    Browse the repository at this point in the history
  56. Update DeveloperGuide.md

    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e201c69 View commit details
    Browse the repository at this point in the history
  57. Merge pull request #307 from owenyeo/v1.4-fixadd-1

    Update EditUser Sequence Diagram
    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1d0ee2a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    4078343 View commit details
    Browse the repository at this point in the history
  59. Update DeveloperGuide.md

    Line spacing and periods for use cases standardised.
    
    Capitalisation standardised.
    
    Remove irrevelant user story.
    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    73b4cc5 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    ff0cd2f View commit details
    Browse the repository at this point in the history
  61. Update AboutUs.md

    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fc0e0fb View commit details
    Browse the repository at this point in the history
  62. Remove 1 line

    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9e6d7df View commit details
    Browse the repository at this point in the history
  63. Merge pull request #312 from lululwtv/master

    Update AboutUs.md
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    13f612a View commit details
    Browse the repository at this point in the history
  64. Merge pull request #311 from andrefoo/master

    Update DeveloperGuide.md
    kristayeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7e6e094 View commit details
    Browse the repository at this point in the history
  65. Merge pull request #313 from owenyeo/v1.4-fixadd-1

    Remove 1 line
    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f8e5e34 View commit details
    Browse the repository at this point in the history
  66. Edit PPP

    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ccd7889 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    2f08065 View commit details
    Browse the repository at this point in the history
  68. dg

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d52b527 View commit details
    Browse the repository at this point in the history
  69. Update lululwtv.md

    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c688f14 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    01b27c4 View commit details
    Browse the repository at this point in the history
  71. Change header to TimetaBRO

    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5897b0b View commit details
    Browse the repository at this point in the history
  72. Merge pull request #315 from lululwtv/master

    Update lululwtv.md
    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    82b7bc0 View commit details
    Browse the repository at this point in the history
  73. Merge pull request #317 from owenyeo/v1.4-fixheaderfordocs-0

    Change header to TimetaBRO
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b63116d View commit details
    Browse the repository at this point in the history
  74. PPP

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a25f86b View commit details
    Browse the repository at this point in the history
  75. Update PPP

    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c783f28 View commit details
    Browse the repository at this point in the history
  76. PPP

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3d4fb65 View commit details
    Browse the repository at this point in the history
  77. Update PP

    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b60af0b View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    b2c9304 View commit details
    Browse the repository at this point in the history
  79. Merge pull request #318 from kristayeo/branch-kristayeo-ui

    UG correction + PPP
    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    18e4f84 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    9a29684 View commit details
    Browse the repository at this point in the history
  81. Merge pull request #320 from lululwtv/master

    Update PPP
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1cf0000 View commit details
    Browse the repository at this point in the history
  82. Fix PPP wording

    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c758529 View commit details
    Browse the repository at this point in the history
  83. PPP and UG update

    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    02a6ed7 View commit details
    Browse the repository at this point in the history
  84. Repo test update

    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e62c64d View commit details
    Browse the repository at this point in the history
  85. Repo test update

    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4786336 View commit details
    Browse the repository at this point in the history
  86. ug

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7522de2 View commit details
    Browse the repository at this point in the history
  87. Merge pull request #322 from owenyeo/v1.4-updateppp-3

    Fix PPP wording
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b702127 View commit details
    Browse the repository at this point in the history
  88. Update DeveloperGuide.md

    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    afee795 View commit details
    Browse the repository at this point in the history
  89. Merge pull request #323 from kristayeo/branch-kristayeo-ui

    UG: fix link to params
    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    08d47e8 View commit details
    Browse the repository at this point in the history
  90. Merge pull request #321 from andrefoo/master

    PPP and UG update
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ebce091 View commit details
    Browse the repository at this point in the history
  91. ug

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c82d5f6 View commit details
    Browse the repository at this point in the history
  92. Update UserGuide.md

    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    22f4e66 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    c19c077 View commit details
    Browse the repository at this point in the history
  94. Merge pull request #325 from andrefoo/master

    Update UserGuide.md
    teozhengyang committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    60d890b View commit details
    Browse the repository at this point in the history
  95. Merge pull request #324 from kristayeo/branch-kristayeo-ui

    UG: clear repeat line
    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2b282c5 View commit details
    Browse the repository at this point in the history
  96. change name

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0f86cb9 View commit details
    Browse the repository at this point in the history
  97. Fix AddDatedEvent issue

    When there is a dated event in the past, it stops the
    user from adding schedules currently. This should not
    make sense.
    
    Fix adding schedules and datedevents to ignore events that
    have already passed.
    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0201b83 View commit details
    Browse the repository at this point in the history
  98. Fix AddDatedEvent issue

    When there is a dated event in the past, it stops the
    user from adding schedules currently. This should not
    make sense.
    
    Fix adding schedules and datedevents to ignore events that
    have already passed.
    andrefoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    88aaa89 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    98c2e72 View commit details
    Browse the repository at this point in the history
  100. Merge pull request #326 from andrefoo/master

    Fix Add Dated Event issue
    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7e41de6 View commit details
    Browse the repository at this point in the history
  101. DG

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    19f00ca View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    a806f59 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    1c2b1cd View commit details
    Browse the repository at this point in the history
  104. DG

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f706977 View commit details
    Browse the repository at this point in the history
  105. Merge remote-tracking branch 'origin/branch-kristayeo-ui' into branch…

    …-kristayeo-ui
    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bf4bd48 View commit details
    Browse the repository at this point in the history
  106. Fix ReadMe

    ReadMe was outdated with wrong info about TimetaBRO. Outdated
    methods that were not used were present as well.
    
    Fix README.md to reflect changes, and delete redundant methods.
    owenyeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a1f5f3b View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    40db704 View commit details
    Browse the repository at this point in the history
  108. UG

    Krista Yeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b1a3f05 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    c4819bc View commit details
    Browse the repository at this point in the history
  110. Update PPP

    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    94b17d5 View commit details
    Browse the repository at this point in the history
  111. Merge pull request #330 from lululwtv/master

    Update PPP
    lululwtv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5cb3298 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Edit UG

    teozhengyang committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3e0afc2 View commit details
    Browse the repository at this point in the history
  2. Edit UG grammar

    teozhengyang committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d3ad40c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05adcf9 View commit details
    Browse the repository at this point in the history
  4. Update UG

    owenyeo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    58ffc67 View commit details
    Browse the repository at this point in the history
  5. Fix DeveloperGuide.md

    Resolve grammatical errors
    andrefoo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5133bc0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #332 from owenyeo/v1.4-updateug-3

    Update UG
    lululwtv committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    15e65f3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #333 from andrefoo/master

    Fix DeveloperGuide.md
    lululwtv committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8936efd View commit details
    Browse the repository at this point in the history
  8. Update UG

    lululwtv committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ce3cd4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b23348 View commit details
    Browse the repository at this point in the history
  10. Fix use cases

    owenyeo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    95299a5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #334 from lululwtv/master

    Update UG
    owenyeo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6c9881d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #335 from owenyeo/master

    Fix use cases
    teozhengyang committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    496f9fe View commit details
    Browse the repository at this point in the history
  13. Update PPP

    owenyeo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d31517e View commit details
    Browse the repository at this point in the history
  14. Update DG

    owenyeo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d347bfd View commit details
    Browse the repository at this point in the history
  15. Merge pull request #336 from owenyeo/master

    Update PPP
    lululwtv committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4c88332 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update UG

    Add help pop-up image
    Add use cases for each command
    Improve consistency of tone and language used
    Add FAQ about 2400 timing.
    owenyeo committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0bd8f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19adc00 View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    Add 1 Known Issue (Future birthdays)
    Add guidance for hyperlinks and table of contents.
    owenyeo committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6e10bab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #338 from owenyeo/v1.5-updateug-0

    Update UserGuide.md
    owenyeo committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    cf48443 View commit details
    Browse the repository at this point in the history