ephios is a django web application for managing participation for services at events, like paramedics at a festival, lifeguards at the beach, referees and judges at competitions, etc.
Is your feature request related to a problem? Please describe.
Currently, disposition is only possible using drag&drop. This is cumbersome, especially on mobile devices or for shifts with a large number of participants.
Describe the solution you'd like
I don't have a clear vision of how the disposition view should look like, but have collected some ideas:
Keep the layout as-is and keep drag&drop, but add buttons to each entry that move the entry to the respective box (e.g. :white_check_mark: for confirmed, :grey_question: for requested, :x: for denied)
Add checkboxes to each entry to allow moving multiple entries at the same time (using drag&drop or buttons above the boxes, similar to the events list page)
Instead of a separate "Add others" box, add a "Add" button to each of the other boxes so that users can be directly added to the right category
Is your feature request related to a problem? Please describe. Currently, disposition is only possible using drag&drop. This is cumbersome, especially on mobile devices or for shifts with a large number of participants.
Describe the solution you'd like I don't have a clear vision of how the disposition view should look like, but have collected some ideas:
Describe alternatives you've considered see above
Additional context none