Project

General

Profile

Idea #4128

Updated by Tim Pierce over 9 years ago

Some JavaScript maintenance we need in Workbench: 

 * As much code as possible should be refactored out of views into their own assets. 
 * Do not embed Ruby code in JavaScript.    Ruby values should be passed only into variable assignments and function arguments, to minimize the risk of injection attacks. 
 * Refactor JS code with an eye toward making unit testing possible. 

Back