Skip to content
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.

  1. upgrade to angular 10 (done)
  2. migrate the app to library based.
    1. remove router library etc.....
  3. 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.
  4. rename the entry point the directive.
  5. make entry point directive take a GadgetFactory and board configurable Model.
  6. clean up more.
  7. set configurable configuration api endpoint to retrieve dashboard configuration.
  8. remove jQuery and foomantic ui.
  9. simplify the css.
  10. enhancements:
    1. provide an option to save dashboard locally using localstorage or remotely.
    2. permissions
Clone this wiki locally