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

From Sugar Labs
Jump to navigation Jump to search
(Created page with '* Subzero still working on finishing and optimizing Quadrilaterals * Primary cause of slowness in Quadrilaterals, constant redrawing of line segment [http://git.sugarlabs.org/pro…')
 
m (Reverted edits by KachachanC (talk) to last revision by BryanWB)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
* Subzero still working on finishing and optimizing Quadrilaterals
 
* Subzero still working on finishing and optimizing Quadrilaterals
* Primary cause of slowness in Quadrilaterals, constant redrawing of line segment [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
 +
*# 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
 +
*# 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

Latest revision as of 21:04, 19 December 2016

  • 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