winglovecola / love-link

1 stars 1 forks source link

Swiping page -- Rendering User profiles #20

Open john-abou opened 1 year ago

john-abou commented 1 year ago

Continuation of: https://github.com/winglovecola/love-link/issues/9

john-abou commented 1 year ago

To Do: Determining how we use a bootstrap carousel to hold the number of user imgs.

john-abou commented 1 year ago

Client end functionality is completed.

john-abou commented 1 year ago

To Do: Create a new row in the "Match" model based on the user's like/dislike of other profiles.

john-abou commented 1 year ago

Update the way data is grabbed on the client side Send a Get request to get all possible matches Create Get route to return the data to the client side Send a post request to make a new Match instance after the next/prev button is clicked Make the new match -- only if it is not existing

Extra: Send a GET request to get the list of images for the user, then cycle through them