From 6fc2755d874878c8cd15a56abe801d487b24d807 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sun, 21 Jan 2024 18:57:00 +0100 Subject: [PATCH] favorite feature layout --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 540cfd0..9556022 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,18 @@ My own homepage, bocken.org, built with svelte-kit. - [x] notes for next time - [ ] refactor, like, a lot - [ ] expose json-ld for recipes https://json-ld.org/ https://github.com/flauschtrud/broccoli +- [ ] add favoriting ability when logged in + - [ ] favorite button on recipe + - [ ] store favorites in DB -> add to user object + - [ ] favorite API endpoint (requires auth of user) + - [ ] set + - [ ] retrieve + - [ ] favorite page/MediaScroller - [ ] graceful degradation for JS-less browsers - - use js-only class with display:none and remove it with JS - - disable search -> use form action instead on submit? - - do not blur images without js - - correct Recipe Card rendering + - [ ] use js-only class with display:none and remove it with JS + - [ ] disable search -> use form action instead on submit? + - [ ] do not blur images without js + - [ ] correct Recipe Card rendering ### Glaube