20210930 - Break the TMS UI and TMS WebAPI into two applications
Release - 30th September 2021
Â
Module:
Application Architecture
Summary:
Break the TMS UI and TMS WebAPI into two applications
Ticket:
https://bigdigit.atlassian.net/browse/TMS-678
Detail:
TMS User UI was part of the TMS WebApi MVC application. The latest application architecture expects that the frontend should be a separated independent application. Frontend application doesn’t use Asp.NET features for rendering anymore. All data loads via REST API.
Â