Open StephMode opened 2 days ago
As a user
I want to mark the plants I own,
so that I can easily track and manage the care of my personal collection.
Capstone Group Todo: Add wireframes
feature/mark-as-owned
PlantOwnedButton.js
{isOwned, onClick, id }
App.js
MyPlants.js
.filter
plants
PlantCard
isOwned=true
Yeah. Nice one ✨
Mark Plants as Owned
Value Proposition
As a user
I want to mark the plants I own,
so that I can easily track and manage the care of my personal collection.
Description
Capstone Group Todo: Add wireframes
Acceptance Criteria
Tasks
feature/mark-as-owned
PlantOwnedButton.js
{isOwned, onClick, id }
App.js
to toggle isOwnedMyPlants.js
.filter
to iterate overplants
-state and returnPlantCard
(s) ifisOwned=true