-
Notifications
You must be signed in to change notification settings - Fork 1
User Story
Jiefei Wang edited this page Oct 14, 2018
·
16 revisions
- As a user, I want to be able to have an account on this website.
- As a user, I want to be able to log in to the website.
- Task:
- design a "log in","sign up", and"log out" page. (front end)
- create a home page with several tabs. (front end)
- provide a "log in", "sign up" API. (back end)
- Create user inform table. (database)
- Add identification in "sign up" page.
-
As a buyer, I want to search a house to buy or rent based on several filters.
-
Task:
- Create a page contains several buttons.
- Create search button and input box.
-
As a buyer, I want to compare two houses so that I can tell which one is better.
-
As a buyer, I want to save house resources.
-
Task:
- Create a star button in each house page.
- Create a compare button in "my favorite" page.
-
As a buyer, I want to be able to contact with house sellers.
-
Task:
- Create a contact button or link in each house page.
-
As a buyer, I want to see all house sources on the map.
-
Task:
- Create a form to show the map.
- As a seller, I want to post/edit my housing resources details on the website.
- Task:
- Create a form to allow seller update the house information.
- Update the house images, description, location. (inform)
- Create a new item in database table.
- As a seller, I want to offer free housing resources to people who wanted.
- Task:
- Add free tag in each house page.
- Create new column in house table database.