# Feature Name > One sentence description of what this feature does and who it is for. ## Status `Planned` `In Progress` `In Review` `Complete` `Deferred` ## Background ## Scope **In scope:** - **Out of scope:** - ## User Stories - As a **[member / board member / anonymous visitor]**, I want to **[action]** so that **[outcome]**. ## Data Model ```python class ExampleModel(models.Model): pass ``` **Related models:** - `User` — ## GDPR Considerations | Question | Answer | |---|---| | Personal data collected | | | Legal basis | Legitimate interest / Consent / Legal obligation | | Retention period | See `docs/gdpr/retention-policy.md` / [custom policy] | | Erasure behaviour | Cascade delete / Anonymise / Transfer ownership | | Visible to non-members | Yes / No | ## Open Questions - [ ] ## Decisions Log | Date | Decision | Reasoning | |---|---|---| | YYYY-MM-DD | | | ## Tasks ### Backend - [ ] ### Frontend - [ ] ### Tests - [ ] ## Related -