Change the order of project/group members in assignees widget
Before we can enable a feature flag for the assignees widget, we need to ensure it has the correct order of the members in the dropdown. The current order is:
- Assigned (current user first; ordered by name)
- Current user (if not assigned)
- Author (if not assigned)
- Other project members (ordered by name)
In that issue there is a perhaps more helpful order proposed:
- Current user
- Issue/MR author
- Participants: Commenters (if possible, sorted by number of comments)
- Participants: Other participants who haven't commented (sorted alphabetically)
- Other project members who are not participants (sorted alphabetically)
We should at least match the current behaviour and research if it's possible to include the participants in it