vanilophp / framework

The truly Laravel E-commerce Framework
https://vanilo.io
MIT License
818 stars 102 forks source link

The back-office should provide a dashboard #11

Open thomasdom opened 6 years ago

thomasdom commented 6 years ago

As an administrator, when I login to the back-office, I should land on a dashboard page summarizing latest orders, number of products in Catalog, basic statistics and last login information. Feel free to discuss about the idea and about the features that this dashboard should provide.

As an example (and I mean "only for demonstration purposes, not feature request"), I link a screenshot of Magento 2 dashboard:

screenshot-2018-3-21 dashboard magento admin

fulopattila122 commented 6 years ago

Yes, admin dashboard is definitely on the table: https://vanilo.io/docs/0.2/roadmap

Note that Vanilo is still not 1.0 and the dashboard is a low priority at the moment. However it's pretty easy to add your custom stuff to admin, so if it's a top priority for you, implement it in your app. https://vanilo.io/docs/0.2/admin-extending

The documentation I linked needs some additions, so I leave this ticket open and come back once I've updated it with more details.