From 417cefdaf839679d925af4e33962c122ea07e8b1 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sat, 29 Jan 2022 13:41:02 +0100 Subject: [PATCH] feature roadmap added Signed-off-by: Benny Samir Hierl --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a07b72a..3eae1f3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ The wish list webapp is a simple webapp for publishing wish lists. It allows to The app can be easily self-hosted via Docker (see docker-compose example below). +## Feature Roadmap + +- i18n support +- Administrate wishlists +- Grab title, description and image-url from url via open graph meta tags +- Login +- Image upload ## Docker Setup @@ -19,7 +26,6 @@ services: - ./data:/app/data ``` - ## Development Setup ```sh