Ramin-RX7 / CafeMenu

Café management website with custom dashboard panel for staff
MIT License
2 stars 4 forks source link

Create a static dashboard template for manager #107

Closed Ramin-RX7 closed 1 year ago

Ramin-RX7 commented 1 year ago

(Please do not create feature branch and do not make any commits for this task)

You have to create a static dashboard template for the manager.

(Note that everything about dashboard will be implemented in the panel app)

This means:

Also as this template will be used for day,week,month,total we have to have 4 different sections in this template and only the one that user chose has to be shown to them (look at the second file sent to you as a demonstration)

NOTE: this should look like our own template.

NOTE: as mentioned, this is static, so you have to give a sample data to the charts by yourself. Making this dynamic and able to get data from the view will be configured later on