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

Update lululwtv.md #252

Merged
merged 9 commits into from
Nov 8, 2023
Merged

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    9c3aa21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea0e9b3 View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. Configuration menu
    Copy the full SHA
    8e6612b View commit details
    Browse the repository at this point in the history
  6. 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
  7. 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
  8. 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