-
Notifications
You must be signed in to change notification settings - Fork 1
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
GH-195: Clone Portal Nav #211
Conversation
|
||
/* RFC: If we dynamically load isolated nav DOM from Portal, then do we need this solution? */ | ||
/* SEE: https://github.com/TACC/Frontera-Portal/blob/d4c3895/server/portal/templates/includes/navigation.html#L78-L92 */ | ||
/* WARNING: This code is deprecated. It must be removed AFTER GH-195/FP-1015. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explanation
This file is kept temporarily in case a misfire deploy does not deploy the desired Docs image and Docs is still looking for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Postponing merge to ensure no other Portal CMS accidentally deploys this without TACC/Core-Portal#390. For more information, see "Status" (at the top of this comment's PR). |
Considering reasonably safe to merge because deploys are pinned to docker tags (so don't default to bleeding edge |
Status
Postponing merge to ensure no other Portal CMS accidentally deploys this without TACC/Core-Portal PR #390.
Overview
Replace replicated Portal nav template code and unique update script with common code to load external markup.
Related
Issues
PRs
Changes
nav_portal.js
.importHTML
to load nav from Portal.Testing
When logged in as staff, confirm "Onboarding Admin" is in the portal nav dropdown for staff (how to become staff).
Footnotes
Screenshots
CMS
Videos
Local.CMS.Fast.mov
Local.CMS.Slow.mov
Portal
Videos
Local.Portal.Fast.mov
Local.Portal.Slow.mov
Docs
Videos
Local.Docs.Fast.mov
Local.Docs.Slow.mov
Onboarding Admin
Notes
Please mention discrepancies you may notice beyond the loading of the Portal nav, but unless it is related to the code change, such discrepancies will likely be recorded for another ticket to resolve.
Known Issues
Existing Tickets