-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(tup-cms): tup-348 portal nav #58
Conversation
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.
Notes for reviewers (and myself).
apps/tup-cms/src/apps/portal_nav/templates/portal_nav/nav_portal.raw.html
Show resolved
Hide resolved
@@ -1,5 +1,6 @@ | |||
from django.urls import path, include | |||
|
|||
custom_urls = [ | |||
path('core/markup/nav/', include('apps.portal_nav.urls', namespace='portal_nav')), |
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.
apps/tup-cms/src/apps/portal_nav/templates/portal_nav/nav_portal.raw.html
Show resolved
Hide resolved
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.
The `nx format:write` is braking django HTML single-line comments into multi-line comments 😠.
Since 28dd2f0, single-line commits will not be broken by nx format.
Overview
Support Portal nav in TUP. Basically, mirror Core Portal's.
Related
Changes
Testing
Setup
Run Portal & CMS:
npx nx run tup-ui:serve
cd apps/tup-cms
docker-compose -f docker-compose.dev.yml build --no-cache
docker-compose -f docker-compose.dev.yml up --force-recreate
Test
Known Issues:
4. Form has font issues. No ticket.
4. Form has no responsiveness. No ticket.
6. 8. No icons when user is logged in. No ticket.
10. Initial log out does not log user out of CMS. No ticket.
10. Initial log out does not update header. (Why not?) No ticket.
UI
status
known issue
logged out
logged out
logged in
logged out
portal nav bug
logged out
cms admin bug