-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Portal Quick Start refactor #7117
Conversation
- Pull quickstart dashboard from iFrame embed in home page twig - fix nav topNav syntax
- add events to inject new cards in dashboard - modify existing portal render event class to include new events for cards.
My plan is to create a portal addon module with first addon of patient upload images/documents. Currently that feature is already in portal code but I will move it to the new module. I'm a little apprehensive concerning event firing for JS injection but I think moving the dashboard to render and fire dashboard events last instead of first will better manage DOMs notice. Could be wrong and if so let me know. I'll merge this before doing module in case others want to take advantage. |
Merging so I can create a new portal module to allow easy plugin additions to dashboard and homepage SPA and Robert Jones can test his ideas. |
* Portal Quick Start refactor - Pull quickstart dashboard from iFrame embed in home page twig - fix nav topNav syntax * refactor quickstart cardto twig * - Move Dasboard template to render last on page - add events to inject new cards in dashboard - modify existing portal render event class to include new events for cards. * - add me to authorship * - delete obsalete quickstart page. (cherry picked from commit f6b4fef)
Fixes #7116
Short description of what this resolves:
Refactor landing quickstart to prepare for plugin integration
Changes proposed in this pull request: