created base gallery app, made start on documentation.
Some checks failed
Gitea Test. / tests (push) Has been cancelled

This commit is contained in:
WGAVermeer
2026-04-09 10:35:28 +02:00
parent 5fd943db85
commit d8800daba3
10 changed files with 89 additions and 0 deletions

24
docs/ROADMAP.md Normal file
View File

@@ -0,0 +1,24 @@
# 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
-[] Setup SMTP with automatic switching to in-mem email saving OR print to stdout when in DEBUG mode.