beastsaber / bsaber

https://bsaber.com
9 stars 9 forks source link

Make events functional #84

Closed TimothyGillespie closed 6 months ago

TimothyGillespie commented 7 months ago

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.