The other day during an infrastructure meeting, Walter brought up some thought on how to enable kids to exchange Turtle Art projects....<br><br>Alsroot has been thinking about how to do this through a.sl.o since he became the <a href="http://activities.sugarlabs.org" target="_blank">activities.sugarlabs.org</a> code maintainer.<br>



<br>The high level view is that someone can easily upload Turtle Art creations to somewhere and then they, or others, can go to a portal to download other Turtle Art creations.<br><br>Client side, this would require:<br>


1. Adding a widget to either the journal or the TA activity to upload the TA Bundle.<br>2. Adding a TA bundle installer to handler TA Bundle downloads.<br><br>Server side, this would require:<br>1. A place to accept TA bundle uploads.<br>


2. A search-able place from which to download TA bundles<br><br>We have some similar systems we can look to as examples.<br>1. Scratch -- Scratch has an upload button and users can download scratch projects from --  <a href="http://scratch.mit.edu/galleries/browse/newest" target="_blank">http://scratch.mit.edu/galleries/browse/newest</a><br>


2. ASLO --  Users upload XO bundles via a web interface and download via a web interface.<br><br>My initial instinct is to see if ASLO can be adopted to fit this need.  Primarily because we have it, it works, and it is scalable.  On the other hand, if the only tool in one&#39;s toolbox is a hammer, everything looks like a nail. (How is that for over using clichés and buzzword?)<br>


<br>Considerations:<br>ASLO rocks:)<br>ASLO can be adapted to handle various file types.  For example:<br><a href="https://addons.mozilla.org/en-US/firefox/browse/type:3" target="_blank">https://addons.mozilla.org/en-US/firefox/browse/type:3</a><br>


<a href="https://addons.mozilla.org/en-US/firefox/browse/type:2" target="_blank">https://addons.mozilla.org/en-US/firefox/browse/type:2</a><br><br>Each file type can have a separate look and feel.<br><br>Is the activity creation and upload process too complicated for young users?<br>

<br>Moving forward:<br>Would it be possible to journal or TA widget which:<br>1.  Walks the student though a upload wizard.<br>2.  Combines the TA project into a into a bundle with the metadata generated in the wizard.<br>
3.  Sends the bundle to activites.sl.o/uploads<br><br>Would it be possible to setup/adapt ASLO to:<br>1. Handle TA files types.<br>2. Accepts TA bundles+metadata uploads and inserts them into the review queue.<br><br>david <br>