SE310-1 / W.A.K

W.A.K is a movie tracker web-app developed to simplify and enhance the movie-rating experience while making this process more fun and customisable.
MIT License
2 stars 12 forks source link

Friend modal UI #85

Closed klam656 closed 11 months ago

klam656 commented 11 months ago

A friend modal is created, it display:

  1. username
  2. profile picture
  3. their top 3 favourite movies in their favourite list.

Furthermore, user can interact with the arrow button to see the next movie that in friend's list. Only top three is shown, if user want to see more movies, they will need to clicked on view more button which is not yet implemented.

When user has favourite movie in the database, we would expect to receive the following display.

Screenshot 2023-10-17 at 2 10 00 PM

Otherwise, we would expect

Screenshot 2023-10-17 at 2 14 22 PM

For testing purpose: please log into my account. username: 1 password: 1 This is because other user might not have lightYG as friend who has favourite list in the database (in the latest/correct format).

Contribute to #80