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

Figure out how to address asynchronous lectures/sections #13

Open
JasonFreeberg opened this issue Dec 27, 2020 · 0 comments
Open

Figure out how to address asynchronous lectures/sections #13

JasonFreeberg opened this issue Dec 27, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@JasonFreeberg
Copy link
Contributor

JasonFreeberg commented Dec 27, 2020

This application was built before COVID, and back then most lectures and sections had meeting times and places. Now with COVID, what used to be an "edge case" is now like half of the cases lol.

Some things to consider:

  • Assume that a lecture may be async while its classSections are not, and vis-a-versa.
  • The Schedule entity needs to be updated to store the asynchronous lectures/sections
    • If a course doesn't have a meeting time, the user can use any enroll code. So in cases like the UI we should probably show all the enroll codes.
    • Sections are typically synchronous, and they do have enrollment limits
  • The frontend should be updated with a popover to show the async events
    • Need to update both the grid and list views
@JasonFreeberg JasonFreeberg added the help wanted Extra attention is needed label Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant