Adding members shows users already belonging to the application in the list
Open
Easy
Enhancement
Good First Issue
Hacktoberfest
- Dominant language
- Clojure
- Stars
- 66
- Forks
- 28
- Avg merge
- 7d 4h
- Merged PRs (30d)
- 2
Description
When a handler is adding members to an application, the dropdown shows members that have already been added. Filter them away so you can't accidentally try to add them twice.
- [x] don't let the handler try to add a member twice
- [ ] bonus: don't let the applicant try to invite a member twice (same email)
See `rems.actions.add-member`, `rems.actions.invite-member`

Contributor guide
Assessment
This issue has not been assessed yet.