Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/design.txt
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-30 16:21:45 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-30 16:21:45 (GMT)
commit9504074046cebdf5ba02e41d308517c434386f56 (patch)
treecac271b16b39af8d86ce92a9a061387c3e8e6302 /docs/design.txt
parent3e4f570d16cdb74472f42a7b6b2fe87865106ae5 (diff)
Add notification stuff
Diffstat (limited to 'docs/design.txt')
-rw-r--r--docs/design.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/design.txt b/docs/design.txt
index cb2bc6c..9f7f20f 100644
--- a/docs/design.txt
+++ b/docs/design.txt
@@ -76,3 +76,13 @@ eliason marcopg: The basic problem is that people are crossing an index that is
eliason With mod 3, we basically have 3 levels of the ring. This solution would just shift ONE of those rings couter-clockwise one XO position, leaving the other two rings intact as is. We move many fewer XOs than before, but we minimize the movement any given XO has to make by spreading it across the ring level instead of moving the last XO all the way across the circle...eliason marcopg: The basic problem is that people are crossing an index that is a multiple of the mod, so everyone shifts in and out. What if, instead, we adjusted the indeces of every XO with an index of modValue*c greater than the XO that left, and subtract modValue from each of their indices?
eliason With mod 3, we basically have 3 levels of the ring. This solution would just shift ONE of those rings couter-clockwise one XO position, leaving the other two rings intact as is. We move many fewer XOs than before, but we minimize the movement any given XO has to make by spreading it across the ring level instead of moving the last XO all the way across the circle...
eliason marcopg: The final detail of that, beyond shifting each index down by the mod value, is to shift the very last group of people in the ring down to fill all the holes, if you get my meaning...
+
+Activity startup feedback
+
+I agree we certainly need feedback for this sort of thing. For
+starters, the icon of the selected activity should immediately appear
+in the ring. Perhaps we can apply some small animation to this
+activity icon to indicate that it is starting up. Marco, could you
+use HSV for the icon color, and modulate the S(aturation) on a sin
+curve so the color pulses betwen, say, 0 and 192 until the activity
+starts, at which point it slides up to 255?