feature roadmap added

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-01-29 13:41:02 +01:00
parent 93b5b2e8e2
commit 417cefdaf8

View file

@ -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). 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 ## Docker Setup
@ -19,7 +26,6 @@ services:
- ./data:/app/data - ./data:/app/data
``` ```
## Development Setup ## Development Setup
```sh ```sh