Development - Titanium: Difference between revisions

From EPOD
No edit summary
No edit summary
Line 1: Line 1:
==General==
*Assign the development to yourself (either through the standard Supimix procedures or from the Log List)
*Assign the development to yourself (either through the standard Supimix procedures or from the Log List)
*Check out the source code either through SourceSafe or Visual Studio.
*Check out the source code through the Source Control software or direct from the Studio software.
*Make any changes and test locally.
*Make any changes and test locally.
*When complete, check in your changes with an appropriate comment, initially referencing the log. For example:
*When complete, check in your changes with an appropriate comment, initially referencing the log. For example:
Line 6: Line 7:
*Update the log to Development Complete status in Supimix (or Fixed status on a log list), ensuring that you enter resolution notes.
*Update the log to Development Complete status in Supimix (or Fixed status on a log list), ensuring that you enter resolution notes.
*Assign the log to a tester, who will then test the functionality and close the log (or reassign to be released in a patch).
*Assign the log to a tester, who will then test the functionality and close the log (or reassign to be released in a patch).
==Appcelerator Titanium==
Notes:
* Neither Android Preferences nor multi-lingual XML files are sent to the emulator unless built and installed directly - simply clicking on the icon on the emulator will not add the new functionality.


[[Category:WI 287575 EPOD Development and Release Process|100]]
[[Category:WI 287575 EPOD Development and Release Process|100]]

Revision as of 13:53, 18 March 2013

General

  • Assign the development to yourself (either through the standard Supimix procedures or from the Log List)
  • Check out the source code through the Source Control software or direct from the Studio software.
  • Make any changes and test locally.
  • When complete, check in your changes with an appropriate comment, initially referencing the log. For example:
    • 291925 - Fixed X when Y happens
  • Update the log to Development Complete status in Supimix (or Fixed status on a log list), ensuring that you enter resolution notes.
  • Assign the log to a tester, who will then test the functionality and close the log (or reassign to be released in a patch).

Appcelerator Titanium

Notes:

  • Neither Android Preferences nor multi-lingual XML files are sent to the emulator unless built and installed directly - simply clicking on the icon on the emulator will not add the new functionality.