Admin Dashboard: All Submissions
+ +All User Submissions
+No submissions have been made by any user yet.
+ +| Date | +User | +Item Type | +Quantity | +Points | +|
|---|---|---|---|---|---|
| + | + | + | + | + | + |
diff --git a/admin_dashboard.php b/admin_dashboard.php new file mode 100644 index 0000000..c87cbe4 --- /dev/null +++ b/admin_dashboard.php @@ -0,0 +1,115 @@ +prepare(" + SELECT + s.id, + s.item_type, + s.quantity, + s.points_awarded, + s.submission_date, + u.name as user_name, + u.email as user_email + FROM + waste_submissions s + JOIN + users u ON s.user_id = u.id + ORDER BY + s.submission_date DESC +"); +$stmt->execute(); +$all_submissions = $stmt->fetchAll(PDO::FETCH_ASSOC); + +?> + + +
+ + +No submissions have been made by any user yet.
+ +| Date | +User | +Item Type | +Quantity | +Points | +|
|---|---|---|---|---|---|
| + | + | + | + | + | + |
This is your dashboard. From here you can submit e-waste, track your points, and view your submission history.
+ +0
+Keep recycling to earn more!
0
- Submit New E-Waste +Thank you for your contribution!
You haven't made any submissions yet. Click the "Submit E-Waste" button to get started!
+ +| Date | +Item Type | +Quantity | +Points Awarded | +
|---|---|---|---|
| + | + | + | + |