Changes between Version 11 and Version 12 of WorkOutIdeas
- Timestamp:
- 03/15/10 03:42:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkOutIdeas
v11 v12 29 29 * Ensure that all cross module functionality (SMS, GIS, Email) have easily accessible, easily integrated functions, API even? 30 30 * "Organisation" vs "Organization" - OK, I speak the Queen's English too, but after working for an American "Organization", I now get confused - can we just change it to "Org" in the code? 31 * Standardize the location of code (what code should go into M,V and C..) 31 * Standardize the location of code (what code should go into M,V and C..). This could include embedding JS in the controllers to pass it to the View. 32 32 * Extend the Restful Controller to automatically generate: Search Reports, Printable Forms, Printable Reports. 33 * Avoid necessity of numeric prefixes for models by using #include in the correct order (is this possible?) 33 34 == Learning the Framework == 34 35 Especially for GSOC Students and Mentors