Files
Quatsh-Website/docs/templates/template.md
WGAVermeer d8800daba3
Some checks failed
Gitea Test. / tests (push) Has been cancelled
created base gallery app, made start on documentation.
2026-04-09 10:35:28 +02:00

1.7 KiB

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

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