gbowne1/reactsocialnetwork

[TODO] Complete the Friends component

Open

#78 opened on Feb 22, 2023

 (6 comments) (0 reactions) (0 assignees)JavaScript (60 forks)auto 404
designenhancementhelp wantedhigh-complexityhigh-prioritymedium-complexitymedium-priority

Repository metrics

Stars
 (46 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your feature request related to a problem? No

Complete the Friends compoment

  • Use Material UI for icons, etc
  • Friends should ideally be cards that a user could click on to open their profile up in the center panel and display brief information like photo, username, name, location.. I would suggest 6 cards per row in the view. Each card could be 200px wide x 350px high
  • The right hand panel/column (200-250px wide in desktop view) could show more controls for friends, etc. in this view. Possibly CRUD controls

Several parts to this: Displaying a list of current friends Displaying a list of suggested/recommended friends Displaying both incoming and outgoing friemd requests

Describe the solution you'd like Ideally the cards for displaying users should be 200px x 350px minimum and no more that 6 cards per row in

Describe alternatives you've considered See above

Additional context I will add some screenshots for inspiration as soon as am able to tomorrow...

Contributor guide