Features¶
Routes (actual)¶
All pages under Pages/Admin/:
| Route | Page |
|---|---|
/logistics/admin/dashboard |
Dashboard |
/logistics/admin/calendar |
Calendar |
/logistics/admin/locations |
Locations |
/logistics/admin/equipment-types |
EquipmentTypes |
/logistics/admin/event-orders/new, /event-orders/{OrderId:guid} |
EventOrderForm |
/logistics/admin/event-orders/{OrderId:guid}/summary |
EventOrderSummary |
/logistics/admin/event-orders/{OrderId:guid}/lock |
LockOrder |
/logistics/admin/move-equipment, /logistics/self/move-equipment |
MoveEquipment (dual route) |
/logistics/admin/report-broken |
ReportBrokenEquipment |
/logistics/admin/broken-equipment |
BrokenEquipmentManage |
/logistics/admin/activity-log |
ActivityLog |
Components: AdminLayout, Routes, StatusHelper.
Stub services¶
Backed by a singleton SeedDataStore:
IDashboardQueries/StubDashboardQueriesIEquipmentCatalogQueries/IEquipmentCatalogCommandsIInventoryQueriesIMoveEquipmentCommandsIEventOrdersQueries/IEventOrdersCommandsIBrokenEquipmentQueries/IBrokenEquipmentCommandsIActivityLogQueries
Seed data includes equipment types, locations, inventory slots, event orders, broken-equipment reports, and activity-log entries.