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

Displaying short courses after their execution has started #54

Open
cecepasinechka opened this issue Sep 5, 2024 · 0 comments
Open
Assignees
Labels
feedback Feedback from users help wanted Extra attention is needed question Further information is requested

Comments

@cecepasinechka
Copy link
Member

Currently, Prof. Strnad's course is still being shown because, at the time, only executionStartDate was set to the execution start, and not the date in the Jekyll template. This was done so that students could still view the schedule and short course. However, this approach of showing with no set end date isn't ideal. Also, registration should close a set amount of time before the executionStartDate (should professors specify that?).

Ideas:

  • Add an executionEndDate, so the course continues to be displayed under krajsa-izobraževanja until that date, but with the subscription disabled
  • Stop displaying the course once it starts, with students registering beforehand and receiving updates via email from the professor
  • Set cType to 2;
    1 would mean subscriptions in progress, 2 would mean execution in progress. With status 2 the course is not shown on the catalog.krajsa-izobrazevanja but only on krajsa-izobrazevanja for an x amount of days after the executionStartDate. Alternatively, the course can be shown on catalog.krajsa-izobrazevanja, with status 2 displaying subscriptions for this course are closed.
@cecepasinechka cecepasinechka added help wanted Extra attention is needed question Further information is requested feedback Feedback from users labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback Feedback from users help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants