-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFeature_files.txt
78 lines (53 loc) · 1.47 KB
/
Feature_files.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Main
--> connect.php (includes)
--> functions.php (includes)
# Users
--> registration.php
--> forgot.php
--> login.php
--> reset.php
--> users_admin.php (admin)
--> users_customer.php (admin)
--> users_driver.php (admin)
--> profile.php (admin)
--> edit_customer.php (admin)
--> edit_driver.php (admin)
--> add_users.php (admin)
# Category
--> categories.php (admin)
--> update_categories.php (admin)
# Food items (Products)
--> add_fooditem.php (admin)
--> choose_fooditems.php (admin)
--> edit_fooditem.php (admin)
--> view_fooditem.php (admin)
# Reservations (1st OTP system)
--> reservation.php
--> reservation_pending.php (admin)
--> reservation_success.php (admin)
--> update_reservation.php (admin)
# Contact(Feedback)
--> index.php and reservation.php
--> feedback.php (admin)
# Menu (Food items) & Cart
--> menu.php
--> product-single.php
--> cart.php
# Checkout and Payment Gateway (2nd OTP system)
--> checkout.php
--> payment_dbconn.php (2nd database connection for payment gateway)
--> checkout_hosted.php
--> OrderTransaction.php
--> all files in config directory
--> all files in lib directory (SslCommerzNotification.php is the main file)
--> all files in pg_redirection directory (success.php is the main file)
# Orders
--> unassigned_orders.php
--> assigned_orders.php
--> delivered_orders.php
# Payment Details
--> payment_details.php
# User Panel Dashboard
--> dashboard.php (admin, includes folder)
# Graphical Dashboard for admin
--> admin_dashboard.php