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 listings endpoint #126

Closed dawidl022 closed 1 year ago

dawidl022 commented 1 year ago

Implement the GET /api/v1/users/{userId}/listings endpoint to return all listings created by the given user.

Requires implementing the service and repository layer logic for fetching both accommodation and seeking listings by the author_email. The user's email will need to be fetched from the UserRepository.

Each listing in the response should be associated with a listingType enum.