HASKI-RAK / HASKI-Frontend

Frontend of HASKI
Apache License 2.0
5 stars 1 forks source link

[Technical] Course disabled status in Backend #320

Open DimitriB01 opened 1 month ago

DimitriB01 commented 1 month ago

Technical

Disabled courses should be defined in the backend through a timestamp (for example). Frontend fetches these informations. Additionally we need conditional rendering on the Frontend course and topic page, so that it does not render if the course is not active (when the user enters a manual url).

Problem description

Possible approch

Acceptance criteria

Definition of Done