FR-12: View Own Advertisements
Description
As an authenticated user, I want to view my own advertisements so that I can easily manage them.
Context
This page should be at /me/properties
and use a separate controller.
For single property viewing, use route /properties/:id
and use existing properties controller installed at /properties
.
Acceptance Criteria
-
AC1 - The user should be able to navigate to the their listings page from their profile. -
AC2 - The user should be able to view all their listings on the listings page. -
AC3 - The user should be able to view a single listing by clicking on it in the listings page.
Dependencies
Requires #18 (closed)
Edited by nurdaulet