Group10-Parking-Availability / Project-5

Assigning Scrum roles and begin tracking process
0 stars 0 forks source link

Add favorites feature #9

Closed NickGoodwin03 closed 6 months ago

NickGoodwin03 commented 6 months ago

As a developer I want to implemented a favorites feature so that users can view their favorite decks more easily. I believe the easiest way to go about doing this is have a boolean in ParkingData that records if the data was favorited and move the data to a different recycle view if it is similar to how the dropdown/expanded view feature is implemented.