Hayden Hargreaves azpect
azpect deleted branch feature/favorites from azpect/Potion 2025-07-16 19:41:31 -07:00
azpect merged pull request azpect/Potion#22 2025-07-16 19:41:30 -07:00
FEATURE: Favorites Page Implementation
azpect opened issue azpect/Potion#24 2025-07-16 19:40:33 -07:00
FEATURE: Recipe of The Week
azpect opened issue azpect/Potion#23 2025-07-16 19:36:09 -07:00
FEATURE: Recently Viewed & Made List
azpect pushed to feature/favorites at azpect/Potion 2025-07-16 19:33:26 -07:00
27d5b59cfc (UI/FIX): Displaying a heart next to favorites.
azpect commented on pull request azpect/Potion#22 2025-07-16 19:14:34 -07:00
FEATURE: Favorites Page Implementation

Actually, I don't want to remove them, I just want to display the heart status. This will be a nice touch on the search page as well!

azpect commented on pull request azpect/Potion#22 2025-07-16 19:02:21 -07:00
FEATURE: Favorites Page Implementation

Need a way to toggle (unfavorite) the recipes from the list, that's all that's left, I think...

azpect created pull request azpect/Potion#22 2025-07-16 19:01:55 -07:00
FEATURE: Favorites Page Implementation
azpect created branch feature/favorites in azpect/Potion 2025-07-16 19:00:28 -07:00
azpect pushed to feature/favorites at azpect/Potion 2025-07-16 19:00:28 -07:00
045dc13fbe (FEAT): Created favorites search route which allows for better search.
aacca77890 (FEAT): Created backend API to get users favorite recipes.
Compare 2 commits »
azpect pushed to master at azpect/Potion 2025-07-15 21:53:18 -07:00
d191902448 Merge pull request '(DB/FEAT): Began the implementation of the user engagement!' (#18) from feature/engagement into master
15cb03589c (UI/FIX): Fixed the view engagement to only run on clicks.
2a33edc8f6 (FEAT): Implemented API for the share engagement.
e4c1a575be (FEAT): Implemented anon engagements.
7e355d5eda (UI/FIX): Fixed the favorite button rendering and updating!
Compare 11 commits »
azpect deleted branch feature/engagement from azpect/Potion 2025-07-15 21:53:18 -07:00
azpect merged pull request azpect/Potion#18 2025-07-15 21:53:17 -07:00
(DB/FEAT): Began the implementation of the user engagement!
azpect opened issue azpect/Potion#21 2025-07-15 21:51:26 -07:00
FEATURE: Serving Size Toggle
azpect pushed to feature/engagement at azpect/Potion 2025-07-15 21:46:20 -07:00
15cb03589c (UI/FIX): Fixed the view engagement to only run on clicks.
azpect pushed to feature/engagement at azpect/Potion 2025-07-15 21:20:43 -07:00
2a33edc8f6 (FEAT): Implemented API for the share engagement.
azpect opened issue azpect/Potion#20 2025-07-15 20:58:47 -07:00
FEATURE: History Page
azpect commented on pull request azpect/Potion#18 2025-07-15 20:16:38 -07:00
(DB/FEAT): Began the implementation of the user engagement!

All that is left for this is fixing the viewing engagement (when it is created), and then implementing a shared engagement, which should be very similar, almost copy-paste to the other ones.

azpect pushed to feature/engagement at azpect/Potion 2025-07-15 20:16:26 -07:00
e4c1a575be (FEAT): Implemented anon engagements.
azpect commented on issue azpect/Potion#12 2025-07-15 19:48:36 -07:00
FEATURE: Recipe creation page should support image upload and tag creation.

Tag support is complete as of #16 !

Just waiting for image implementation.