-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard Module #5
Comments
Maybe we could provide some kind of slots on the dashboard (e.g. sidebar, main view, etc.) where widgets could be registerd. Or do you think about a more generic service where the layout of the widgets is fully customizable? |
For now I would also keep it simple. If we go with a fixed layout with slots, we can focus on the question how to dynamically add components to the Dashboard. (maybe the "widgets" stay something like the colored panels on the "Overview" page of the old version) |
We postpone this feature for now. Apps built on ndb-core can implement a complete DashboardComponent themselves. Once we have a "real" app working, we can look at its dashboard and think about how to factor out common functions. |
With PR #118 the first widgets are implemented and useable.
|
Previously this was a hard-coded template.
Things to consider:
The text was updated successfully, but these errors were encountered: