The time has come to do a major refiactoring of the js code in this project.
Right now the code is divided into one file per page and also a common.js file.
Its lacking a good folder structure and code division into seperate files in order to be maintainable.
Todo:
Think of a folder structure which makes sense for all pages
Scan for duplicate implementation of the same thing (sorting columns maybe?)
Implement the refactoring and test it on the various existing models
The time has come to do a major refiactoring of the js code in this project. Right now the code is divided into one file per page and also a common.js file. Its lacking a good folder structure and code division into seperate files in order to be maintainable.
Todo: