Files
Quatsh-Website/docs/ROADMAP.md
woutervermeer 07d805788e
Some checks failed
Gitea Test. / tests (push) Failing after 3s
Update docs/ROADMAP.md
2026-07-13 06:45:34 +00:00

27 lines
692 B
Markdown

# Goals
This document contains the wanted feature list and their current state.
## Basic Pages
- [] Homepage
- [] Boards
- [] Committee page
- [] Contact page
- [] Donator page/Friends of Quatsh
- [] Membership page
## Main Features
- [] Signup form with email SMTP link.
- [] Gallery
- [] Login page
## Extra's
- [] Allow google-workspace login with SSO?
- [] Add Redis for Caching
- [] Add [Celery](https://docs.celeryq.dev/en/stable/index.html#) for async background-task completion.
- [] Setup SMTP with automatic switching to in-mem email saving OR print to stdout when in DEBUG mode.
- [] Split-Storage setup for authenticated-only file access, such as private gallery pictures.