SlateFoundation / slate-cbl

http://slatefoundation.github.io/slate-cbl/
MIT License
7 stars 7 forks source link

Implement state management for Advanced Enrollments Dashboard #706

Closed themightychris closed 2 years ago

themightychris commented 2 years ago

We've recently embarked on building interactive dashboards in Vue instead of Sencha, and have scaffolded out the first one here: https://github.com/SlateFoundation/slate-cbl/tree/develop/static-webapps/slate-portfolio-manager

You can see this static demo running online here: https://latest.slate-cbl.sandbox.k8s.jarv.us/webapps/SlatePortfolioManager/

The previous PR #586 includes all the needed UI elements and mock API calls that illustrate how to get all the needed data.

We anticipate building more dashboards this way going forward, so want to develop reusable reference patterns here and set things up such that other pages could leverage as much shared code as possible.

Scope

Misc implementation notes

themightychris commented 2 years ago

Closed by #708