-
Notifications
You must be signed in to change notification settings - Fork 12
Update Process
Shawn Clake edited this page Apr 4, 2017
·
2 revisions
- Remove unneeded commented code
- Add TODOs where needed
- Add comments to functions which still require it
- Cleanup formatting of files
- Change version numbering in comments and source. Add a final version to versions.yaml
- Test each feature according to the Testing Procedure
- Fix bugs as needed
- Feature freeze
- Update documentation to reflect changes
- Turn off 'Debug' in general.js
- Do a sweep of all assets to ensure they are clean and unnecessary code and files are removed
- Ensure images and and asset libs have been minified
- Sweep each source file for code formatting, incorrect comments, and commented out code which can be fixed or removed
- Test each feature according to the Testing Procedure
- Fix bugs as needed
- Repeat phase 4 until no further bugs are found
- Adjust October documentation and versioning
- Merge the update branch to the master branch
- Trigger the update on October's side
- Create a new branch based on the master branch for the next update
- Mark new deprecated functions/classes
- Comment out previously deprecated functions/classes
- Delete previously commented out functions/classes
Update Guide Version: v0.01
UserExtended by Shawn Clake with contributions from Quinn Bast