Bilgecrank / hindsite

A SCRUM retrospective tool to empower teams.
GNU General Public License v3.0
1 stars 2 forks source link

No prevention for sending invites twice to the same user #59

Closed vtestagrossa closed 9 months ago

vtestagrossa commented 9 months ago

Users can send invites to the same person multiple times, which causes an IntegrityError to be raised. Recommend restricting the search to only loading users without the current group.

vtestagrossa commented 9 months ago

Client side search only includes users who haven't been invited. Clears current search after invitation is selected as a temporary fix for reloading the search content. I think changing how the search POST works (using url args) would go a long way towards making the search able to live-reload after an invitation is sent.