Ramin-RX7 / CafeMenu

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

Simplify the panel app urls/views #154

Closed Ramin-RX7 closed 1 year ago

Ramin-RX7 commented 1 year ago

Since the panel app has been growing day by day, the number of views and urls of it is getting out of hands.

Create a package for views and have them separated in their own corresponding module/file.

Split the urls into multiple parts. This shouldn't be done necessarily by making it a package but the urls has to be split from each other.