-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
61 lines (52 loc) · 1.3 KB
/
TODO.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
55
56
57
58
59
60
61
CUSTOMER WEBSITE
----------------
>>>>>TODO:
-ERROR messages**
-ADD back button to all pages
>>>>DONE:
-fixed search logic problem
-navigation between reservation, search and checkout
-from and to input as date and set default values as today and tomorrow
-price per day as number input
**ERROR messages:
you are already logged in
you have to pick a car first
you have to confirm your reservation first
car is already reserved
fix pop ups of javascript
validate the entries in register
---------------------------------------------------------------
ADMIN DASHBOARD
----------------
>>>>>TODO:
-Advanced search (for customer, reservation, car)
-View reservations page logic
-Reports page logic
-navigation between pages
-Error messages
>>>>>DONE:
-LOGIN and LOGOUT page logic
-ADD/Edit car logic
---------------------------------------------------------------
GENERAL TASKS
-------------
>>>>TODO:
-ERD
-SCHEMA
-COMMENTS in code
-POPULATE the database
-REPORT
>>>>DONE:
---------------------------------------------------------------
EXTRA TASKS
-----------
-car image
-discounts
-customer change password and name
-ajax
>>>>TOCHECK:
SCRIMBA : live code editor.
>>>>TODO:
CHECK SECURITY CONCERNS IF USER IS ABLE TO MANIPULATE STUFF.
LOGOUT IN EVERY PAGE SHOULD REFERENCE index.php?logout=1
REMOVE reservation.php