bf-manage-roaming¶
What this service is¶
bf-manage-roaming is a separate React/Vite frontend for roaming-specific user journeys and auth/session-aware flows.
Code anatomy¶
src/router/*: app router, route context, auth guards, and error boundaries.src/pages/*: roaming journey pages.src/services/*: session/auth/user/location/charger service modules.src/context/*: auth and region contexts.src/components/*: reusable UI pieces for stepper/callout/connect-vehicle flows.
Architectural characteristics¶
- Lean frontend focused on roaming flows rather than full manage console scope.
- Strong service + context structure with targeted unit tests.
Documentation and tests in-repo¶
- README is template-heavy, but codebase shows tested router/service/context modules.