delindell / houseplant-topia

0 stars 0 forks source link

(OUTDATED) My Rooms page #13

Closed delindell closed 4 years ago

delindell commented 4 years ago

User Story

AC

WHEN the page loads all the rooms should be displayed on cards THEN I should be able to click a button that opens a modal to add a new room to the collection AND I should be able to click a button to delete a specific room AND I should be able to press a button to edit the details of a specific room via a pre-populated modal AND I should be able to click a button that will navigate me to a single-view of each room

Dev Notes

delindell commented 4 years ago

image

delindell commented 4 years ago

Room deletion would patch the roomId on the plants collection to null or empty string

delindell commented 4 years ago

Break up this ticket into each piece of CRUD functionality