flowchart LR
UI[betterfleet-bnl-ui]
Flag[plan-digital-twin-migration]
Flag -->|OFF| LegacyURLs[Legacy backend URLs]
Flag -->|ON| DTURL[Digital twin URL]
UI --> Flag
sequenceDiagram
participant UI
participant Flag
participant Legacy as bnl-settings stack
participant DT as bf-digital-twin
UI->>Flag: evaluate migration flag
alt OFF
UI->>Legacy: call legacy endpoint set
else ON
UI->>DT: call digital twin endpoint set
end
BFDev Docs Assistant
New conversation?
Ask one focused question at a time, this helps the assistant provide accurate answers about what's been
implemented in BetterFleet.