-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject Description.txt
55 lines (48 loc) · 1.35 KB
/
Project Description.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Project Description
The project aims to implement a web application to facilitate buying and selling. It should allow the following features:
For a guest user
-(albrae)Sign up/sign in/Sign out
*Sign Up*
{
First name and Last name
username
email
mobile number
password
confirmPassword
}
-Search things to buy with minimal description (login not required)
*Search*
{
that means when he/she looking for car everything releted to car display or any product have keyword car in subject display
}
For a logged in user
-Search for things to buy with full description (price, age, ODO if car to buy, etc.) including images (login required)
{
price: between x and y (x<=price<=y)
}
-(albrae)Express the interest in things to buy to get the seller contact information displayed (login required)
{
every user have profile.
}
-Communicate with the seller by text messages (if the interest is already expressed by the potential buyer) (login required)
-(Thamer)Manage things to sell: See interests, Add (including description and images), Edit and Delete. (login required)
{
-Add product
<
1.Subject of product
2.Type of product if car (brand of car(BMW),car name(730li), age of car(2017),odo(12222 km))
3.price
4.description
5.images(if exists)
6. buyer or seller
>
-Edit
<
* only what he/she is added
>
-Delete
<
* only what he/she is added
>
}