mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-17 08:42:32 -04:00
At the moment users must be invited to join a service. But this means: - users must know that a service already exists - they need to know who to ask for an invite If the user doesn’t know these thing then sometimes they just go ahead and set up a new service. Which means they have to get all the way to the point of requesting to go live before we tell them that there’s already a service with a similar name or purpose. So we should let users: 1. discover what other services exist in their organisation 2. apply to join a service 3. automatically notify the service managers of their interest 4. be invited by a service manager 5. accept the invite This commit implements step 4. We can just link them to the invite form in step 3., but we should make it easy for them to send the invite, without having to copy and paste email addresses. So this commit let the invite form be pre-populated with an existing user’s email address.