-
Notifications
You must be signed in to change notification settings - Fork 19
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
New command to show SFU classes next semester #656
Comments
To clarify, is this a completely new command to be created using the logic of |
I think it should be a completely new command Originally I mentioned this should extend Though looking into it a bit deeper, it's possible it doesn't completely solve our problem. Feel free to choose whatever seems most reasonable! |
We'd like a new command which gives a summary of all the SFU classes being run next semester, including class names & a short description. This command should enable the user to filter based on the semester (default to next semester), department (default all), and year (default all). You can use whatever parameter syntax you'd like.
ex:
This should extend the approach used in
def outline(...)
in https://github.com/CSSS/wall_e/blob/master/wall_e/extensions/sfu.py You shouldn't need to modify anything outside this file, except for getting the bot setup locally for testing.As always, if you have any questions about this issue please feel free to ask me! (or if you have any questions about setup, please reach out to Jace)
Bonus If you'd like, I'd appreciate if you can clean up the code style of module, as
outline
definitely needs to be more dryThe text was updated successfully, but these errors were encountered: