mulewile / capstone-project

https://capstone-project-tau-five.vercel.app
0 stars 0 forks source link

Favourite emoji(combined and revised)US 8 #21

Open mulewile opened 1 year ago

mulewile commented 1 year ago

Value proposition

As a user I want to be able to set mark liked events and have an overview of which events I am more interested in in order to prioritise my planning.

Description

Screenshot 2023-05-10 at 12 01 36

Acceptance criteria

Tasks

Size: L

ahohnsen commented 1 year ago

Hey Bill,

Nice work 💪🏼 I have a few questions/suggestions:

Acceptance criteria: A like emoji is displayed on EventList items depending on the boolean value set in specific cards.

mulewile commented 1 year ago

@ahohnsen Thanks Andrea.

I am wondering if there is any specific functionality associated with the heart icon. Can users click on the heart to mark an event as a favorite? If that is the case, you should update your wireframes. Currently, non-favorite events do not show any icon to mark them as favorite. If this user story does not include the favorite functionality, I would argue that the feature is incomplete.

Each event details card has a button/clickable emoji(I covered this in an earlier US). This current user story is just to display the heart emoji on specific events that are liked. If the event card was not marked "liked" then nothing appears, if it was marked "liked" then the heart appears. I decided not to have this functionality directly on event items on the list in order to crowd the items.

ahohnsen commented 1 year ago

Ah, okay. Thanks for the explanation 🙂 If you have not implemented the previous US, where you covered the functionality, then I would suggest to merge these two US.

mulewile commented 1 year ago

Combined and actually changed the method of the earlier user story.