Skip to content
JannisLuechtefeld edited this page Apr 25, 2021 · 6 revisions

The evatool can be found here.

The structure of the evatool frontend

The base structure of the evatool frontend is based on different modules. The modules are:

  • analysis
  • application-shell
  • dashboard
  • impact
  • layout
  • requirement
  • shared
  • stakeholder
  • variant

the module application-shell is the tab wrapper for the modules: impact, requirement, stakeholder and dashboard. The analysis module takes car of the start page from where the redirect to the application-shell module is done. The variants module contains a modal to manage the variants(e.g. delete, archive, create,...). The shard module contains components which can and are used by several modules. Moreover it contains the rest config. The last module layout contains a theaming for the frontend as well as the header and the footer.

Clone this wiki locally