Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Story 5: Notify all users if no match was made after swiping (5 Points) #39

Open
jeffreyquiambao opened this issue Nov 5, 2020 · 0 comments
Assignees

Comments

@jeffreyquiambao
Copy link
Collaborator

jeffreyquiambao commented Nov 5, 2020

Description: One of the main edge cases of having a match system is the case when users do not get matched at all. This will occur when all users have sifted through the pool of movies they were presented with and there was not a single movie that the whole group liked. When this occurs, all users will be taken to a results page in which they will be notified that no match has been made and will be prompted to try again.

Subtasks:

  • Add socket event that emits the situation in which all users have finished swiping but no movie has a ‘like-count’ that equates to the number of members in the group
  • Create ‘no-match’ page
  • Re-route all users to ‘no-match’ page when the socket event in subtask 1 is emitted

Justification: The work in this task mainly revolves around the usage of socket.io, which is still relatively new to the group. Although some experience of this technology has been gained from the first sprint, at least one day of work will be required to ensure that its implementation into the application is done in a clean and scalable way. Thus, 5 points will be assigned to this story.

@jeffreyquiambao jeffreyquiambao self-assigned this Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant