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

Course ECP Command #171

Merged
merged 13 commits into from
Nov 2, 2023
Merged

Course ECP Command #171

merged 13 commits into from
Nov 2, 2023

Commits on Apr 14, 2023

  1. Spoilering description text of xkcd

    Made xkcd_desc an f string, added spoiler `||` on either side so when it's posted to discord it spoilers the text.
    ew-b committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    89d733d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    3141e1a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    c0c06e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge branch 'main' into logging

    ew-b committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    dda87ed View commit details
    Browse the repository at this point in the history
  2. Course ECP Command

    Attempting to create a command that takes in a course code, selected year, semester, mode, and campus and then provides the link to the course profile.
    
    Currently it defaults to the current semester and I'm yet to work out how to make it not default.
    ew-b committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3f76680 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    ew-b committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9e16e80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c2b6b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Course ECP now considers the year, semester, campus and mode input

    Need to format the embedded and allow it to take in multiple courses
    ew-b committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    eb4b5ee View commit details
    Browse the repository at this point in the history
  2. Lists multiple course ecps

    It assume when requesting you want the same semester, year, mode and campus for all courses.
    ew-b committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5964049 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Adding suggestions

    - Fixed typo
    - Clarified error message
    - Changes wording of the else statement that in theory should never happen because of the exceptions.
    ew-b committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    544c48e View commit details
    Browse the repository at this point in the history
  2. Made estimate_current_semester() in Offering a public method.

    Unsure if this will cause issues, doesn't look like it and improve any future use of checking what the estimated current semester is.
    ew-b committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a461273 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Black formatting

    ew-b committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c1ceb09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad4681 View commit details
    Browse the repository at this point in the history