Goal
Create Privacy Policy and Terms of Use pages with content managed via Wagtail, including an auto-updating last modified date.
Figma
Scope
Full-stack: Wagtail page model creation and frontend rendering.
Reference Document
Acceptance Criteria
Pages
Two pages are created and managed via Wagtail:
- Privacy Policy (content) —
/privacy/
- Terms of Use (content) —
/terms-of-use/
Content
- All page content (headings, body text, lists, and links) is authored and managed in Wagtail.
- Rich text formatting is supported.
Last updated date
- Each page displays a "Last Updated" date below the page title. Dev Note: This should use the "last_published_at" field from the page model
- The date updates automatically whenever the page content is published in Wagtail.
FE/BE Actions
| Description |
URL |
| Fetch Privacy Policy page content |
|
| Fetch Terms of Use page content |
|
Out of Scope
Goal
Create Privacy Policy and Terms of Use pages with content managed via Wagtail, including an auto-updating last modified date.
Figma
Scope
Full-stack: Wagtail page model creation and frontend rendering.
Reference Document
Acceptance Criteria
Pages
Two pages are created and managed via Wagtail:
/privacy//terms-of-use/Content
Last updated date
FE/BE Actions
Out of Scope