Am 13.03.2013 18:38, schrieb Arsenij Solovjev:
Hallo dear devs,

We have found a misbehaviour in the Session-6 Feature.
Consider the following scenario:

  * Alice and Bob have the same favorite Color, light-blue
  * Alice invites Bob. Alice gets light-blue, Bob gets brown
  * Alice changes session color to green
  * Alice stops session
  * Bob invites Alice. Alice gets green, Bob gets brown
  * Problem: the favorite color is available but no one uses it


  * Suggested solution: before reusing a set, check whether favorite
    colors are indeed optimally distributed. AFAIK, this would require
    a slight change in the control flow of the color assignment algorithm.

This is already done, the problem you are facing is: Alice and Bobs favorite colors still collide and so the last color set is loaded with the manually changed color by Alice. Just a simple reassign will not work, because you will end where you have started = Alice will get blue, Bob brown. If you want to fix this you have remember if the color was auto assigned or changed manually during the session, so Alice will use
her changed (non favorite color) but Bob will now get blue.

PS: Where are the test results or are you still testing ?

This problem might lead to a feature request. The feature would, that when a user

changes his session color, that he can check a checkbox that says "change my favorite color" also. If he does so, the described scenario produces the correct result.

Cheers,
Arsenij & Patrick



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar


_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel

Reply via email to