oasuncion / tradista

Tradista: the first open source Financial Risk Management Solution
Apache License 2.0
9 stars 3 forks source link

Suffix controller classes with "Controller" in the web project #106

Closed oasuncion closed 5 months ago

oasuncion commented 5 months ago

In Tradista, the controller classes names finish with the suffix "Controller" excepted in the web project where they finish with "View". So, the naming convention is broken.

This ticket is a refactoring ticket where controller classes will be suffixed by "Controller" in the web project, so the naming convention in Tradista is respected. Classes will be renamed and xhtml files will be updated so references to controllers are updated accordingly.

oasuncion commented 5 months ago

Test ok