You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: