-
Notifications
You must be signed in to change notification settings - Fork 2
Home
MHL3060 edited this page Sep 5, 2020
·
3 revisions
Welcome to the ngx-dynamic-dashboard-framework wiki!
I am trying to refactor the ngx-dashboard-framework to a library and based on angular 10+
Things need to be done.
- upgrade to angular 10 (done)
- migrate the app to library based.
- remove router library etc.....
- remove gadgets. (it need to be in a different library). so we can make the dashboard more useful. IMO, gadgets can only for show case of the dashboard.
- rename the entry point the directive.
- make entry point directive take a GadgetFactory and board configurable Model.
- clean up more.
- set configurable configuration api endpoint to retrieve dashboard configuration.
- remove jQuery and foomantic ui.
- simplify the css.
- enhancements:
- provide an option to save dashboard locally using localstorage or remotely.
- permissions