Ben-Wolf / IBEIS-web

Web interface and API for IBEIS.
Apache License 2.0
1 stars 1 forks source link

Clean up and refactor code #24

Open Ben-Wolf opened 7 years ago

Ben-Wolf commented 7 years ago

The code is messy, hard to navigate. Lots of antipatterns. Should be able to change it into very reusable code with a lot of refactoring, will break this into smaller issues as necessary.

Marioman42 commented 6 years ago

We can split the controller into files corresponding to various sections of the webpage. This includes: -Identification object -Detection object -Upload object -Workspace object -Leaflet map object -Filter object Once we split these big components we can see what smaller methods are leftover and decide what to do with them.