3,035
edits
No edit summary |
|||
Line 220: | Line 220: | ||
== Audit Plan == | == Audit Plan == | ||
=== Planning and Preparation === | |||
* Eliminate areas that will not ever be implemented (until v2.0) | |||
* Determine which sections of UMO need the most attention | |||
* Create list of items we will review | |||
* Clean code for review (PHP_beautifier) | |||
=== Code Review === | |||
* Document includes, dependencies | |||
* Review application based on priorities, listing needed changes | |||
** Imperative security changes | |||
** Efficiency issues that really need to be changed | |||
** Efficiency or style issues that are cosmetic | |||
* Wiki might be good for cataloguing these | |||
=== Code Adjustments === | |||
* Update code based on quantified 'needed changes' | |||
* If possible, update code for readability and efficiency | |||
=== Assessment === | |||
* Benchmark code to assure scalability | |||
* Check for improvements on performance | |||
== Feature Enhancements == | == Feature Enhancements == | ||
I do not think we should do any more coding on the v1.0 tree than is necessary. We should focus our new development efforts on [[Update:Development:v2.0|v2.0]] and start taking advantage of what we can in the way of [[Update:Development:Tools and Best Practices|new tools]]. | I do not think we should do any more coding on the v1.0 tree than is necessary. We should focus our new development efforts on [[Update:Development:v2.0|v2.0]] and start taking advantage of what we can in the way of [[Update:Development:Tools and Best Practices|new tools]]. |
edits