Branch

BRANCH: Config/MR/POC/OE-20_Frangular.INT.ORI

  • FE
  • Seed

Prep

  • Start NEW branch for FE ✅ 2023-09-05

Frangular UI

  • Add Router ✅ 2023-09-06
  • Add basic page ✅ 2023-09-06

UI

First POC view

Make a call to our API

//Returns something like this
[
  {
    "LegacyOrganisationId": 245,
    "LegacyVehicleId": 4605,
    "MobileUnitType": 6710364014173584000,
    "OrganisationId": -7858474141122475000,
    "MobileUnitId": -321562216662056500,
    "AssetId": -321562216662056500,
    "MobileDeviceType": "FM",
    "UniqueIdentifier": null
  }, 
  { .... }
]
	```
- TODO: MR: COULDN'T Pull it into the Frangular UI
 
## Frangular API
 
- [x] Future ... micro services ✅ 2023-11-22
- [x] Running in Containers? Docker ✅ 2023-11-22
- [x] Lightweight ✅ 2023-11-22
- [x] Can use VS Code ✅ 2023-11-22
- [x] UI can view that page directly ✅ 2023-11-22
- [x] For now call current API ✅ 2023-11-22