-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnotes.txt
42 lines (29 loc) · 1.04 KB
/
notes.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
customers
- cars and dealers searchbox
- menu
- profile
- description of car and payment type
dealers
- load only dealer's cars
- add,delete,edit cars
- profile
- no buy option
- payment requests
- initiated, pending, successful - status
car status - available,sold out,rented
for manufacturer, we have to create a new admin page to manipulate their Details
In future, add customer requests table which contains data about which customers have requested which cars that had been sold out at that time. If their status has been changed
to available, then they can be notified.
uploadedtime attr in Car table - used to sort cars based on the time they were added
car types can be either new,resale or rental
status can be available or unavailable
after registration redirect to login page
_________________________________________________________
for cloning a repo:
git clone /*ssh_url*/
for staging changes:
git add /*file_name*/
for committing changes:
git commit -m /*"Commit Message"*/
for pushing to github:
git push origin /*branch_name or master*/