Frontend - User workshop website collection
A website used to list all available ( and active ) workshops. Hosted at /hub/workshops
Requirements: A Table (or List) with four columns:
| Name | Description | Date | Button |
|---|---|---|---|
| Workshop-A | My Awesome Workshop | 15.11.2024-24.11.2024 | Click here to get to the workshop |
We will send "workshops" as a dict via jinja template with some these values to the frontend. The "button" should forward the user to /hub/workshops/id , the id will be part of the config send to the frontend.
Edited by Tim Kreuzer