kea-anterius icon indicating copy to clipboard operation
kea-anterius copied to clipboard

Swap in rendering framework such as Angular template

Open vrisk opened this issue 6 years ago • 1 comments

The html could be more efficient and cleaner if you used an AngularJS template in place of the original html. This is probably a fairly significant refactoring task, but would help the maintainability longer term.

vrisk avatar Jul 30 '18 17:07 vrisk

The interface currently employs VanillaJS, a lightweight JS framework for rendering front end of web apps. Switching to Angular would require extensive refactoring since much of the dynamic code is currently being generated at the back end by NodeJS. This enhancement would definitely make the code more modular and maintainable, hence marked as a long-term goal for Anterius

Anthrino avatar Jul 31 '18 06:07 Anthrino