upb-flunkyteam / flunkysimulator

GNU General Public License v3.0
4 stars 3 forks source link

Switch Team by drag and drop #36

Open ApolloLV opened 4 years ago

ApolloLV commented 4 years ago

Currently there are 3 buttons with one triggering a dropdown menu for transferring players. If we put everything into a single dropdown, this should clean up the interface a little and get us around issues like labelling requirements.

stheid commented 4 years ago

I am actually a big fan of the current layout. i would only remove the "switch team" by drag and drop

ApolloLV commented 4 years ago

The advantage of a dropdown menu would be that we don't need to come up with cryptic icons. I'd also like to see the drag and drop solution, but it should also have a icon communicating the possibility of moving players around

stheid commented 4 years ago

the icons as they are, perfect as they are right now. just add tooltips and everyone is happy. noone complained about the icons. and also the move player icon is very good. a dropdown is unnececary clicks that make it more difficult expecially on mobile devices.

stheid commented 4 years ago

After discussion (@ApolloLV) we agreed to keep the drop-down as is and add drag and drop funktionality for switcing teams.

this will be implemented with jquery-ui

stheid commented 4 years ago

https://stackoverflow.com/questions/19732011/jquery-ui-droppable-and-sortable-dropping-in-the-correct-sort-location

stheid commented 4 years ago

TODO

stheid commented 4 years ago

the issue is a little more complicated than i anticipated