dawidl022 / ECS506-flat-finder-app

FDM Flat Finder application for ECS506U - Software Engineering group project at Queen Mary University of London
1 stars 1 forks source link

User profile page #117

Open dawidl022 opened 1 year ago

dawidl022 commented 1 year ago

The ProfileCard component and stub profile page have already been implemented in #61. The scope of this ticket is to make an API call to fetch the profile and listings corresponding to the userId in the URL and display the ProfileCard component, as well as any listing created by that user on the profile page.

The user listings view should be similar to that in #103, but without the ability to edit/delete listings in the list.

Definition of Done: