samanthasgroup / django-webapps

Backend for the database, implemented in Django
Other
3 stars 0 forks source link

Admin site: Move coordinator's actions from coordinators' list to coordinator's page #514

Open lemontree210 opened 7 months ago

lemontree210 commented 7 months ago

right now user has to check a checkbox in a coordinator's row, then choose action and click the button.

It was easy to implement but can be confusing: user has to understand that actions with one particular coordinator must be done from the list.

Explore the possibility of adding actions to the coordinator's page.

Also, actions involving groups should not be allowed in the list of coordinators because this could lead to more confusion.

The idea (especially with actions involving groups) may not be very clear so we can discuss it in more detail when we get to this task.