FEATURE: Recently Viewed & Made List #23
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Story: On the home page, I would like to see a list of the most recent x recipes I have viewed and made. This page should be visible when I am logged in.
The UI is in place already with dummy data, just need an API to return this data!
At some point, there will be a need to display an entire list, but for now, just this will work, and then a card that says see all to direct to a future page.
DEV NOTES:
Someday, I would like to be able to track the activity of recent users in the browser that way they can see these lists and such, but for now, there will not be support for this.
All thats left is the history page, this is complete. Work on the history page will take place in another task.