diff --git a/README.md b/README.md index 22ec487..21b4dc7 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,23 @@ Wishlist is a self-hosted wishlist application that you can share with your frie - [x] Invite users via email (SMTP configuration required) - [x] Options for [suggestions](#suggestions) - [x] PWA Support -- [x] Group support -- [x] Registry Mode -- [ ] Draw names for a "secret santa" experience +- [x] Multiple groups +- [x] Registry Mode (single list) + +

+ + + Multiple groups for friends and family +

+ +

+ + + Add items to your list so other's can claim them +

+ + +Create a wish from a URL, or manually fill in the details ## Getting Started @@ -49,6 +63,12 @@ You can now connect to your application at `http://:3280`. > > Set the `ORIGIN` environment variable to the url you will be connecting to, otherwise you will experience issues +### Environment Variables + +`ORIGIN`: The URL your users will connect to e.g. `https://wishlist.domain.com` +`TOKEN_TIME`: The amount of time (hours) that signup and password reset tokens are valid for +`DEFAULT_CURRENCY`: The global default currency to be used. Currency can still be changed on a per-item basis + ## Groups Wishlist has support for multiple wishlist groups. For example, you can have one group for friends and one for family. The wishes on these lists will be completely separate. You can switch between groups using the menu when you click on your profile picture. diff --git a/assets/homepage-desktop.png b/assets/homepage-desktop.png new file mode 100644 index 0000000..01bc91b Binary files /dev/null and b/assets/homepage-desktop.png differ diff --git a/assets/homepage-mobile.png b/assets/homepage-mobile.png new file mode 100644 index 0000000..ccefac9 Binary files /dev/null and b/assets/homepage-mobile.png differ diff --git a/assets/my-wishes-mobile.png b/assets/my-wishes-mobile.png new file mode 100644 index 0000000..63dff82 Binary files /dev/null and b/assets/my-wishes-mobile.png differ diff --git a/assets/wish-form.png b/assets/wish-form.png new file mode 100644 index 0000000..6db0671 Binary files /dev/null and b/assets/wish-form.png differ diff --git a/assets/wishes-mobile.png b/assets/wishes-mobile.png new file mode 100644 index 0000000..bf1c11a Binary files /dev/null and b/assets/wishes-mobile.png differ