BurningFlipside / VolunteerSystem

The Flipside Volunteer System
Apache License 2.0
5 stars 2 forks source link

"Can be grouped with" field has confusing display #112

Open adamjrice opened 2 years ago

adamjrice commented 2 years ago

Clicking on a "Can be grouped with" field seems to show a dropdown menu of all the roles in a given department. However:

There's enough complexity here that role editing may need to be displayed in a popover window.

pboyd04 commented 2 years ago

It's a multiselect. It should have the currently selected items highlighted like so: image If I ungroup a role (just click on it) it becomes unhighlighted (Slinger in this case): image

Can you show me an example of where it isn't wide enough?

adamjrice commented 2 years ago
Screen Shot 2022-03-26 at 13 19 54

I wonder if the hyphen is throwing the width calculation off?

pboyd04 commented 2 years ago

Ok think I've got the width thing fixed. Try it now (clear cache)

adamjrice commented 2 years ago

That is better. I still think there might be a better way to represent the grouping states--the blue hover state, the gray selected state, and the white unselected state do confuse me a bit, along with the inline tokens, which duplicate some of that information and change their names from "dept_role" to "[x] role" when you select the cell. Maybe checkboxes in the menu? Not sure. I still think that breaking into a detail view for the row might be a better option.

I get why the "dept_role" appearance is important (unless the table showed explicit department subheads), but changing the name is part of the confusion for me

Screen Shot 2022-03-26 at 13 31 14