Difference between revisions of "Sugar on a Stick/Roadmap"

From Sugar Labs
Jump to navigation Jump to search
(update & reorganize roadmap)
(update table with new tasks and commit cosmetical changes)
Line 2: Line 2:
 
This is the roadmap for the upcoming release of SoaS!
 
This is the roadmap for the upcoming release of SoaS!
  
{| border="1"
+
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
|- |rowbgcolor="#3074c2" rowstyle="color: white; font-weight: bold;"  
+
|-style="background:#787878; color: white;"
 
| '''Task Name''' || '''Priority''' || '''Status/Notes'''
 
| '''Task Name''' || '''Priority''' || '''Status/Notes'''
 
|-
 
|-
| fix blockers for release || 1 || this is the most important point
+
| fix blockers for release || 1 || most important point, check rawhide, as it progresses towards beta
 
|-
 
|-
| update remaining RPMs || 1 || please see below - good progress done so far
+
| update remaining RPMs || 1 || see below - good progress done so far
 
|-
 
|-
 
| get SoaS included in liveusb-creator || 1 || work in progress
 
| get SoaS included in liveusb-creator || 1 || work in progress
 
|-
 
|-
| draft release notes up || 2 || would be good to have a checkout of the livecd-iso-to-disk.sh script somewhere
+
| draft release notes up || 2 || would be good to have the livecd-iso-to-disk.sh script somewhere
 
|-
 
|-
 
| add additional activities, if requested || 2 || which activities exactly do we want? add them below!
 
| add additional activities, if requested || 2 || which activities exactly do we want? add them below!
 
|-
 
|-
| check localization support || 2 || we're using some crude kickstart argument, please report whether it works for you
+
| check localization support || 2 || please report whether it works for you!
 
|-
 
|-
 
| allow direct recreation of USB keys || 2 || work in progress [https://bugzilla.redhat.com/show_bug.cgi?id=448030]
 
| allow direct recreation of USB keys || 2 || work in progress [https://bugzilla.redhat.com/show_bug.cgi?id=448030]
Line 22: Line 22:
 
| work on a keyboard layout control panel || 3 || work in progress [http://dev.sugarlabs.org/ticket/473]
 
| work on a keyboard layout control panel || 3 || work in progress [http://dev.sugarlabs.org/ticket/473]
 
|-
 
|-
| Release a helper CD for boot from USB || 3 || to be worked out
+
| release a helper CD for boot from USB || 3 || done? please report!
 
|-
 
|-
| Be able to backup and restore a USB from a School Server || 3 || to be worked out
+
| be able to backup and restore from a School Server || 3 || to be worked out
 +
|-
 +
| support printers, scanners, cameras || 3 || to be worked out
 +
|-
 +
| add content to Read & change default Browse location || 3 || to be worked out
 
|-
 
|-
| Support printers, scanners, cameras || 3 || to be worked out
 
 
|}
 
|}
  
Line 32: Line 35:
 
This is the wishlist for activities on SoaS, which will be included using .xo files. Please make sure that the activity you are going to add is actually being maintained right now and has a GIT repo at SugarLabs.
 
This is the wishlist for activities on SoaS, which will be included using .xo files. Please make sure that the activity you are going to add is actually being maintained right now and has a GIT repo at SugarLabs.
  
{| border="1"
+
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
|- |rowbgcolor="#3074c2" rowstyle="color: white; font-weight: bold;"  
+
|-style="background:#787878; color: white;"
 
| '''Activity Name''' || '''Maintainer''' || '''GIT Repo''' || '''Download Link'''
 
| '''Activity Name''' || '''Maintainer''' || '''GIT Repo''' || '''Download Link'''
 
|-
 
|-
Line 47: Line 50:
 
|-
 
|-
 
| Tux Paint || ? || ? || ?
 
| Tux Paint || ? || ? || ?
 +
|-
 +
| Scratch || ? || ? || ?
 
|-
 
|-
 
| add yours here ||  ||  ||
 
| add yours here ||  ||  ||
Line 55: Line 60:
  
 
=== Glucose modules (F11) ===
 
=== Glucose modules (F11) ===
{| border="1"
+
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
|- |rowbgcolor="#3074c2" rowstyle="color: white; font-weight: bold;"  
+
|-style="background:#787878; color: white;"
 
| '''Module Name''' || '''Version (Sugar)''' || '''Version (Fedora)''' || '''Notes'''
 
| '''Module Name''' || '''Version (Sugar)''' || '''Version (Fedora)''' || '''Notes'''
 
|-
 
|-
Line 75: Line 80:
  
 
=== Fructose modules (F11) ===
 
=== Fructose modules (F11) ===
{| border="1"
+
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
|- |rowbgcolor="#3074c2" rowstyle="color: white; font-weight: bold;"  
+
|-style="background:#787878; color: white;"
 
| '''Activity Name''' || '''Version (Sugar)''' || '''Version (Fedora)''' || '''Notes'''
 
| '''Activity Name''' || '''Version (Sugar)''' || '''Version (Fedora)''' || '''Notes'''
 
|-
 
|-
Line 103: Line 108:
 
| pippy || 30 || 25 || to be updated
 
| pippy || 30 || 25 || to be updated
 
|}
 
|}
 
=== Goals ===
 
* Include a SoaS USB creator in Sugar & on the liveCD/USB.
 
*: Note that the Windows [http://fedorahosted.org/liveusb-creator/ LiveUSB Creator] from Fedora does not expose the options (--home-size-mb NNN) necessary to make a persistent /home/liveuser folder. This option would be desirable so that users could update the system without loosing their Activity creations.
 
  
 
[[Category:Roadmap]]
 
[[Category:Roadmap]]

Revision as of 13:39, 18 March 2009

Roadmap

This is the roadmap for the upcoming release of SoaS!

Task Name Priority Status/Notes
fix blockers for release 1 most important point, check rawhide, as it progresses towards beta
update remaining RPMs 1 see below - good progress done so far
get SoaS included in liveusb-creator 1 work in progress
draft release notes up 2 would be good to have the livecd-iso-to-disk.sh script somewhere
add additional activities, if requested 2 which activities exactly do we want? add them below!
check localization support 2 please report whether it works for you!
allow direct recreation of USB keys 2 work in progress [1]
work on a keyboard layout control panel 3 work in progress [2]
release a helper CD for boot from USB 3 done? please report!
be able to backup and restore from a School Server 3 to be worked out
support printers, scanners, cameras 3 to be worked out
add content to Read & change default Browse location 3 to be worked out

Wishlist

This is the wishlist for activities on SoaS, which will be included using .xo files. Please make sure that the activity you are going to add is actually being maintained right now and has a GIT repo at SugarLabs.

Activity Name Maintainer GIT Repo Download Link
CartoonBuilder Aleksey Lim & Ed Stoner yes a.sl.o
InfoSlicer Aleksey Lim & Walter Bender yes a.sl.o
Moon Gary C Martin yes a.sl.o
Speak Joshua Minor & Aleksey Lim yes a.sl.o
Typing Turtle Wade Brainerd yes a.sl.o
Tux Paint ? ? ?
Scratch ? ? ?
add yours here

Packaging

These packages are directly included in Fedora and will be pulled as RPMs.

Glucose modules (F11)

Module Name Version (Sugar) Version (Fedora) Notes
sugar-toolkit 0.84.0 0.84.0 done 03/03/09
sugar 0.84.0 0.84.0 done 03/03/09
sugar-artwork 0.84.0 0.84.0 done 03/03/09
sugar-base 0.84.0 0.84.0 done 03/03/09
sugar-datastore 0.84.0 0.84.0 done 03/03/09
sugar-presence-service 0.84.0 0.84.0 done 04/03/09
etoys 4.0.2206 4.0.2206 done 05/03/09

Fructose modules (F11)

Activity Name Version (Sugar) Version (Fedora) Notes
read 65 65 done 06/03/09
chat 64 64 done 03/03/09
terminal 23 23 done 03/03/09
imageviewer 6 6 done 04/03/09
jukebox 7 7 done 04/03/09
turtleart 41 41 done 03/03/09
browse 105 105 done 03/03/09
etoys 100 100 done 05/03/09 (part of the etoys package)
write 63 63 done 03/03/09
calculate 28 28 done
log 17 17 done 03/03/09
pippy 30 25 to be updated