nitkkr-dev / nitkkr

This repo contains both the front-end and back-end code for NITKKR's new website
https://nitkkr-dev.vercel.app
14 stars 2 forks source link

feat: clubs #204

Open KambojRajan opened 1 month ago

KambojRajan commented 2 weeks ago

We have a design for this? Additionally, there is little to no data available for many of the clubs(in the current website). For clubs that have complete data, the components will display properly. for me this is not wip. The RSVP section will include the names and contact information of either the students in the club or the secretary if you want to name it some other way I will do that.

GetPsyched commented 2 weeks ago

The design exists, it's not in the Dev Handoff page, but in the one where everything was, see the left sidebar.

For the data, just fetch from DB and then use ?? to fallback on dummy data that you can put. This way the type of the dict remains exactly what the db is providing us with. @geekysilento can give you an example if needed.