VandyHacks / vaken

Next-gen hackathon registration system
MIT License
49 stars 12 forks source link

Organizers should have Dashboard #626

Open gfting opened 4 years ago

gfting commented 4 years ago

Currently, Organizers do not have their Dashboard rendered. This should be fixed in our routes.

Yeah–so in src/client/assets/routes.js, the OrganizerDash is supposedly rendered in for Organizers, but it currently only renders a loading spinner since the dashboard itself is broken. Therefore, src/client/routes/dashboard/OrganizerDash.tsx should be fixed.

The desired functionality is to render some charts and other useful statistics for organizers–the query should be fixed to allow for this, and render some data charts.

semenodp commented 4 years ago

@gfting can you elaborate a bit on this, including more technical specs?

leonm1 commented 3 years ago

Implementation requirements/suggestions: