Zoom
1
Login
Kizspy.me
On Login page, user enters userID and password.
The system will check
。 if the userID with the password is correct, then
grant the access permission and go to create
house page.
1.5
。 If not, the system will show the message"
Incorrect UserID or Password" on Login page
0.5
2
Welcome
Must login to use this function
0.5
- On create house page show name of the logged-in user.
3
Logout
Must login to use this function
Create logout link on house list.
When user click on the link then clears all session values
and redirects the user to login page
1.5
5
Insert
Must login to use this function
3
On the house creation page, create an interface for users
to enter house information including: id, name,
description, price, size
+ 100%
When clicking the Create button, a new house is created
with the default status being true.
If there is an error when creating a house, there must be a
message corresponding to each error value including:
duplicate id. constraints on minimum size. maximum size.
3
Close