You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/05/10 11:21:48 UTC

[royale-asjs.wiki] branch master updated: Basic outline for Royale in a Week

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 676e4fb  Basic outline for Royale in a Week
676e4fb is described below

commit 676e4fbef7a61c0ec4b092adef44f23c86df3b89
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Fri May 10 08:21:46 2019 -0300

    Basic outline for Royale in a Week
---
 Royale-in-a-Week-project.md | 49 +++++++++++++++++++++++++++++++--------------
 1 file changed, 34 insertions(+), 15 deletions(-)

diff --git a/Royale-in-a-Week-project.md b/Royale-in-a-Week-project.md
index a04220a..424a9c9 100644
--- a/Royale-in-a-Week-project.md
+++ b/Royale-in-a-Week-project.md
@@ -7,11 +7,12 @@ I am putting in italics all the entries in "Flex in a Week" that are not particu
 ## Flex in a Week
 
 * Prerequisites
-  * First thing
+  * IDE
+  * Other stuff...
 
 * Day 1 - Introducing Flex
   * Introducing Flex _and Flash_
-  *_ Flex in the client/server world_
+  * _Flex in the client/server world_
   * _Setting up Flash Builder_
   * Building a data-driven Flex application
   * Organizing visual elements and code
@@ -28,36 +29,54 @@ I am putting in italics all the entries in "Flex in a Week" that are not particu
   * More about handling data
 
 * Day 4 - Page Layout and Animation
-  * Displaying data with the DataGroup container
+  * _Displaying data with the DataGroup container_
   * Displaying data with List-based control
   * Creating and navigating "pages" in a UI
   * _Animating components and states_
 
 * Day 5 - Adding Visual Appeal
+  * Controlling text display
+  * Styling the visual display
+  * _Skinning Spark components_
+  * Deploying Flex _and Adobe Air applications_
 
-* Day 6
+* Next steps
 
-* Day 7
 
-### Next steps
+***
+
+## Stuff to include in Royale in a Week
+  * PAYG versus Just in Case
+  * Strands and beads
+  * Component sets
+  * Unit testing
+  * Migrating existing Flex apps / Emulation
+  * Incorporating JS libraries
+  * Style sheets
+  
+***
+
 
 ## Royale in a Week
 
 * Prerequisites
-  * First thing
+  * IDE
+  * Git or other code repository
+  * Website for testing
+  * Other stuff
 
-* Day 1
+* Day 1 - Introducing Flex
 
-* Day 2
+* Day 2 - Data basics
 
-* Day 3
+* Day 3 - User interface basics
 
-* Day 4
+* Day 4 - Dynamic data display
 
-* Day 5
+* Day 5 - User experience
 
-* Day 6
+* Day 6 - Testing, error handling, security
 
-* Day 7
+* Day 7 - Compiling and releasing Royale apps
 
-### Next steps
+* Next steps