-
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
TWE-11 - BE - Service area page #335
TWE-11 - BE - Service area page #335
Conversation
6d2d37f
to
c7116a0
Compare
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.
Most bits are straighforward so no complaints other than the missing promote_panel
.
The two fundamental questions:
- why not group division relevant content under its
DivisionPage
?- will there be content that is cross-division (or relevant to 2+ divisions)? if so, is the FK enough?
- what is the difference between a service page and a service area page?
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.
A few of more notes and I think it will be good to go
Link to Ticket | Built on top of #324
Description of Changes Made
DivisionMixin
which associates a page to a Division Page.I skipped making a
stream_block_{page}.html
(example) for this page because I'm not quite sure what the point of that is. It looks like an unnecessary extra step when I can accessservice_area_story_container.html
directly.How to Test
Screenshots
Service area page editor
Promote tab
MR Checklist
Unit tests
DivisionMixin
testsDocumentation
Browser testing
Data protection
Light and dark mode
Accessibility
Sustainability
Pattern library