User Gift Ideas
Logic:
If the current user is accessing their own list, redirect to
my_ideas
to prevent them from seeing which gifts others have bought or added for them.
Frontend:
Each idea is in its own container with the following elements:
Title
Description
Estimated value in $ entered by the user
Added by (user who added the idea)
Button to mark as bought/not bought (with the buyer's name)
Delete and edit buttons (if the current user added the idea)
Link button (if provided)
If no ideas are available, redirect to the
noidea
page.
Last updated