System Validation Report

End-to-end validation of the NearbyMe food delivery platform

Test Summary
Click 'Run All Tests' to start validation
21
Total Tests
0
Passed
0
Failed
21
Pending
Database Schema
Verify all tables and columns exist
0/6
Users table exists
Restaurants table exists
Menu items table exists
Orders table exists
Riders table exists
Payments table exists
Public API Endpoints
Test unauthenticated endpoints
0/4
GET /api/restaurants (list)
GET /api/restaurants/:id (detail)
GET /api/restaurants/:id/menu-items
GET /api/restaurants/:id/categories
Authentication Flow
Verify auth endpoints respond correctly
0/3
Login page accessible
Sign-up page accessible
Auth callback route exists
Business Logic
Test pricing and order calculations
0/4
Delivery fee calculation
Service fee calculation
Tax calculation
Promo code validation
RBAC & Security
Verify role-based access control
0/4
Customer routes protected
Vendor routes protected
Rider routes protected
Admin routes protected
Feature Implementation Status
Summary of all implemented features per the requirements
users
restaurants
restaurant_hours
restaurant_delivery_zones
menu_categories
menu_items
menu_item_variants
riders
rider_locations
promo_codes
carts
cart_items
orders
order_items
payments
vendor_earnings
rider_earnings
payouts
audit_logs
order_disputes
Test Data Reference
Pre-seeded data available for testing

Restaurant

ID: a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d
Name: Test Kitchen Lagos
Location: Victoria Island, Lagos (6.4281, 3.4219)

Menu Items

Jollof Rice - ₦3,500Fried Rice - ₦3,200Egusi Soup - ₦4,500Pepper Soup - ₦2,500Suya - ₦2,800Chapman - ₦1,500Zobo - ₦800

Promo Codes

WELCOME20 - 20% off (max ₦1,000, min order ₦2,000)FLAT500 - ₦500 off (min order ₦3,000)