From 65df74151464696c9fdd05fd142470917dbae47e Mon Sep 17 00:00:00 2001 From: woutervermeer Date: Mon, 13 Jul 2026 06:46:11 +0000 Subject: [PATCH] Update docs/ROADMAP.md --- docs/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 4338fd5..e25a967 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -21,6 +21,6 @@ This document contains the wanted feature list and their current state. - [] 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. +- [] Add [Celery](https://docs.celeryq.dev/en/stable/index.html#) for async background-[task](https://docs.djangoproject.com/en/6.0/topics/tasks/) 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.