-
5 Apr 2012 7:44 AM #1
Promised Workflow?
Promised Workflow?
I just went through the video that introduced Designer 2 and am wondering where the promised workflow is? Design, Develop, Deploy as an iterative process. From what the docs say you have to export your project and then share that export in order for another person to work on the project? Also, what if they're not in Designer but Touch 2? I'm new to all of this so trying to figure this out is proving to be a bit difficult.
-
5 Apr 2012 8:47 AM #2
The workflow is there. The designer works off of a "working directory" concept. Your project encompasses a whole directory where both the generated code and metadata about that code lives.
In order to send the archive to someone you must archive the project. This creates a zip of the project contents that can easily be sent/shared. However, in a typical working environment you would simply check the whole directory into source control to share with your colleagues.
Designer allows you to build applications for both Touch 2 and for Ext JS 4.Aaron Conran
@aconran
Sencha Architect Development Team
-
5 Apr 2012 8:55 AM #3
Thank you Aaron! So a developer and myself (within designer) could work on code in tandem (using GitHub to check in/out) w/o designer overwriting custom code (merging code?).
-
5 Apr 2012 9:03 AM #4
This is correct.
A few points though so that I don't lead you to believe anything thats not true.
- The Designer does not import existing projects that have already been built/customized outside of Designer.
- The developer must use the "Create Override" technique of implementing their custom code inside of designer so that there is no clash between generated code and their custom code.Aaron Conran
@aconran
Sencha Architect Development Team
-
5 Apr 2012 9:07 AM #5
What if they're not using Designer but Touch 2?
-
5 Apr 2012 9:23 AM #6


Reply With Quote