loolabs / waterpark

Waterloo's social park
http://waterpark.loo-labs.vercel.app
ISC License
4 stars 0 forks source link

Event cards on club details page don't lead anywhere #127

Open evtyz opened 3 years ago

evtyz commented 3 years ago

When you click on event cards on a club's page, it should take you to the page for that event. It currently does not.

I think this is blocked: the event card component references the type BasicEvent, which doesn't have an id that we can use to redirect to an actual event page (unlike the other type, Event). Is there a way for us to use Event rather than BasicEvent?

image