Project

General

Profile

Feature #1348

Updated by Alexander Watzinger over 3 years ago

*Refactoring* 
 * Moving HTML from *views* and *util/util.py* to *util/display.py* for cleaner presentation/logic separation. 
 * Removed openatlas/static/css/uitheme.css 

 *API Refactoring* 
 * Removed the [] in the /query/ path are misleading 
 * Move functions to other files.  
 * Refactored api.py for better modularity 
 * Classes checking if they exist with g.classes object to eliminate if len = 0. g.classes  
 * Refactor Error messages  
 * SQL Filter method is now secure 

Back