Validate users are known through SSO when making assignments #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now the code allows people to be assigned by name. If you misspell someone's name, you can still make the assignment, but it's not clear if the person will get the task. Instead we should ensure that assignments are made to users that have logged in through SSO at some point.
We probably should use a database-level foreign-key to ensure this is so when making assignments.
I agree with the ussage of a foreign key, but I think we should talk about the actual structure of the app first