Zeruell / ppx-raidplaner

Automatically exported from code.google.com/p/ppx-raidplaner
0 stars 0 forks source link

Possible to have DPS vertical on raid signup? #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. View a raid
2. DPS are signed up vertically

What is the expected output? What do you see instead?
Horizontal just like the tanks and healers

What version of the product are you using? Which browser / php version are
you using?
0.9.8, Chrome, PHP 5.3

Please provide any additional information below.

Original issue reported on code.google.com by try...@gmail.com on 27 May 2013 at 2:01

Attachments:

GoogleCodeExporter commented 9 years ago
Actually all columns are left to right, top to bottom (aka. reading order), you 
just don't see this behavior with one-column roles :)
Switching the order will require some code changes but I will see if it makes 
more sense the other way around.

Original comment by arne.cl...@gmail.com on 27 May 2013 at 5:47

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 30 May 2013 at 1:45

GoogleCodeExporter commented 9 years ago
I played around with filling up the slots "down -> right" instead of "right -> 
down" but I'm not really satisfied with the results. So I decided not to 
implement this.

- Vertical space is much more precious than horizontal space, so it feels like 
a waste of space when the last category is not filled up to the max
- Further more the whole page looks unbalanced in that case (visual overweight 
to the left)
- Reducing the overall height is not an option as one-column categories will 
get too short
- Dynamically increasing the slot width is quite hard to do and introduces 
several new problems (so no option, too)
- Separation between set-up and benched is much clearer on categories that have 
multiple columns. A switch of order reduces that effect.

Original comment by arne.cl...@gmail.com on 21 Oct 2013 at 7:22