IEEE-NITK / Embedathon-Website

Django based web application to host IEEE NITK's flagship embedded systems hackathon, Embedathon
2 stars 1 forks source link

Admin dashboard for easy visualisation of participation stats #43

Open nishant-nayak opened 1 year ago

nishant-nayak commented 1 year ago

Use case

Finding out participant count, team count, etc. requires logging into the Django admin console and checking out total number in the Model Admin pages.

Proposal

Upon login for an admin member, they should be redirected to a new admin dashboard view which shows statistics such as:

Additionally, have a button to access the Django Admin dashboard as well.