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

Integrate Author details with listing details page #116

Open dawidl022 opened 1 year ago

dawidl022 commented 1 year ago

For internal listings, the userProfile is returned as part of the GET /api/v1/listings/{listingType}/{listingId} endpoint. In this case, a small version of the user profile should be rendered at the bottom of the listing details page, with an option to navigate their full profile showing the listings created by them.

For external listings, just the author's name and contact details (email and phone number, if present) should be rendered, along with a link to the original listing.

Definition of Done: