Blazor MFE Logistics (ConnectSoft.Blazor.Mfe.Logistics.Template)¶
A Blazor microfrontend for event equipment logistics: event orders, equipment types and locations, inventory slots, equipment moves, broken-equipment reporting, an activity log, and a calendar. It ships as a packable RCL embedded via AddLogisticsServices() and AddAdditionalAssemblies(...), and is stub-first (in-memory seed data).
Standalone product (UIKit/Flowbite-based), not derived from ConnectSoft.BaseTemplate.
No dotnet new manifest
This repository has no .template.config/template.json - no dotnet new short name. See parameters.
README vs source
The README documents generic orders/shipments/tasks routes, but the current source implements an event-equipment domain under /logistics/admin/*. This documentation reflects the actual code. Backlog refs: epic LOG-MFE-001.
What makes it distinct¶
- Domain-specific logistics/equipment MFE (not identity/auth/AI).
- Stub-first with a shared
SeedDataStore; real API integration is deferred (PHASE-2). - Routes are namespaced
/logistics/admin/*and/logistics/self/*for shell coexistence.