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

From Sugar Labs
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{Obsolete | Outdated meeting notes}}
 
* 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 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]

Revision as of 00:56, 19 December 2016

Stop hand.png NOTE:
The content of this page is considered
DEPRECATED and OBSOLETE
It is preserved for historical research, along with its talk page.

Outdated meeting notes
  • 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