NEW LOOK STATUS BOARD DEPLOYED
2 MIN READ 06/06/2020
EW LOOK STATUS BOARD DEPLOYED
This is a complete visual overhaul of Status Board. It comes with completely new intuitive user interface design with enhanced configuration to compliment these changes. We tried to achieve a very balanced, natural look and feel. One major focus is graphical consistency and this time around we focused heavily on displaying the data in a friendly and focused manner.
To achieve this we have completely reworked the existing Stop Analysis engine, added a completely new backend services and much, much more.
Improvements:
- Complete Visual Overhaul
- Intuitive User design interface
- API utilises RESTful API supporting JSON messaging. It is a new form of integration for our clients, adding to the existing SOAP web service and file import service
- It is also used internally to power the Statusboard MVC front end
- Clients can build their own models around the Sunstone processing engine:
– Stop analysis details are provided
– Tracking Data
– Route Builder details: Planned schedules, invoice details
– Live analysis dashboard details (Status board)
– Master data
Techy stuff
- Framework: ASP.NET Core 3.1
- Repository-Service pattern was used with dependency injection to create a loosely coupled application which is unit testable.
- Json Web Token (JWT) security utilized.
- Swashbuckle is used to document and test each end point for easy integration