Difference between revisions of "Karma:Meeting 23 Jun 2009"

From Sugar Labs
Jump to navigation Jump to search
Line 2: Line 2:
 
* Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in [http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/quadrilaterals/js/activity.js#line290|lines 290-296]
 
* Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in [http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/quadrilaterals/js/activity.js#line290|lines 290-296]
 
* problems w/ current Quadrilaterals activity
 
* problems w/ current Quadrilaterals activity
*# u have absolute and not relative positions in css, this could cause problems going b/w different machines
+
*# Using absolute and not relative positions in css, this could cause problems going b/w different machines
*# not using regular DOM elements for buttons -- but this is easy to fix and u can just do it on the next activity
+
*# Not using regular DOM elements for buttons -- but this is easy to fix and u can just do it on the next activity
 +
*# Constant line redrawing -- hardest problem
 +
* Next task after improving quadrilaterals - recreate the "Counting up to 10" learning activity, with Spanish and Nepali versions, probably start this task next week
 +
** i18n
 +
*** should output #'s in devanagari
 +
*** have audio feedback "correct" and "incorrect" in both Nepali and Spanish
 +
*** integrate w/ pootle
 +
** Save user's high scores

Revision as of 22:06, 22 June 2009

  • Subzero still working on finishing and optimizing Quadrilaterals
  • Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in 290-296
  • problems w/ current Quadrilaterals activity
    1. Using absolute and not relative positions in css, this could cause problems going b/w different machines
    2. Not using regular DOM elements for buttons -- but this is easy to fix and u can just do it on the next activity
    3. Constant line redrawing -- hardest problem
  • Next task after improving quadrilaterals - recreate the "Counting up to 10" learning activity, with Spanish and Nepali versions, probably start this task next week
    • i18n
      • should output #'s in devanagari
      • have audio feedback "correct" and "incorrect" in both Nepali and Spanish
      • integrate w/ pootle
    • Save user's high scores