Currently, events are only mocked in the project and hidden via the environment variable VITE_HIDE_EVENTS. If it is set to "true" it will not display the events on the front page.
The code currently contains a static set of test events. For this task the following should be achieved:
Create an event collection OR/AND retrieve them otherwise
Ensure some initial events are loaded so that the section makes sense from the start
The event should have a host that can be linked (this could be it's own collection) and a link that leads to more details.
For external documents with a proper detail page that page could be linked. If no such page exists, a non-listed post could be created and linked in the same way.
The "SEE ALL COMMUNITY EVENTS" button can be commented out until the event list is implemented.
Currently, events are only mocked in the project and hidden via the environment variable
VITE_HIDE_EVENTS
. If it is set to "true" it will not display the events on the front page.The code currently contains a static set of test events. For this task the following should be achieved:
The event should have a host that can be linked (this could be it's own collection) and a link that leads to more details.
For external documents with a proper detail page that page could be linked. If no such page exists, a non-listed post could be created and linked in the same way.
The "SEE ALL COMMUNITY EVENTS" button can be commented out until the event list is implemented.