Skip to content

WIP: Migrate frontend to AngularJS, remove JSP

Justin Lewis Salmon requested to merge frontend-migration into master

This MR aims to migrate the current JSP-based UI to a more modern technology stack (AngularJS, TypeScript, Webpack) This will bring a number of advantages:

  • More dynamic, interactive UI based on client-side JavaScript
  • More maintainable frontend code
  • Reduction of code duplication by making use of c2mon-web-restapi

Merge request reports