katietensfeldt / flicks-frontend

Front end for flicks web app
0 stars 0 forks source link

Accept/Reject Recommendations #22

Open KTSCode opened 4 years ago

KTSCode commented 4 years ago

User Story

As a user, I want to either accept or reject new recommendations, so that only recommendations that I want are added to my list

Questions

katietensfeldt commented 4 years ago

On new page of new recommendations, the mouseover will have accept or reject buttons. When rejected, the recommendation is deleted (but the sender doesn't get notified) If accepted, it's added to the recommendation watch list (not the main), but it can be moved later. accept_reject.pdf

KTSCode commented 4 years ago

@Katie10sfeldt will the accept button add it to "Watch List"? Will the deny button remove it from the recommendations list all together or just hide it?

katietensfeldt commented 4 years ago

@KTSCode After rethinking, the Accept button will pop up a modal that will prompt the user to select which list they would like to add the title - gives the user a little more control of their lists.

Deny will remove the title from the list all together. accept_reject.pdf

sarahsanclemente commented 4 years ago

@Katie10sfeldt You said the rejected titles will be deleted for good, right? Personally, I would still want to be able to see the titles someone suggested that I decided in the moment I didn't want to watch. Maybe I've changed my mind, and now I can't remember what movie or show it was. Or I couldn't remember who recommended that terrible movie to me so I know never to trust them again.

And maybe as a future feature idea, you could have some kind of rating system for users (public or not). For example, I almost always reject recommendations from USER1, or I never like the recommendations I get from USER2, so I should be more wary of their recommendations. That was just a thought I had, take it or leave it.

katietensfeldt commented 4 years ago

@KTSCode @sarahsanclemente I think that's a good idea! I would save the user rating for a later version. But as far as keeping even declined recommendations, I like that idea. I have a new potential layout for the new recommendation screen. It will consist of two lists, one being the pending recommendations that still require an answer, and one for declined recommendations. It would still maintain the "recommended by USER" tag. This might become a new issue with a delete button added to the titles in just that particular list. Thoughts on that? accept_reject.pdf

sarahsanclemente commented 4 years ago

@Katie10sfeldt Having the ability to permanently delete them is a good idea. If possible, I think it would be optimal if the declined recommendations list was hidden/collapsed somehow with a button you can click to show the list so that it isn't cluttering up the dashboard or anything. That way, if users don't want to see them, they don't have to, but the the option is still there.

katietensfeldt commented 3 years ago

accept_reject.pdf

New suggestion with the collapsed list. The pending and declined list would be on their own 'page' of the dashboard.