We need a name for the user when we display the members in the frontend. This commit adds the name column to the identity model. We sync the Keycloak user with the identity model when the user logs in to fill and udpate the name automatically.
Add slug field for team objects. Unique slug based on team names, in an effort to avoid duplicates.
Found typos and fixed them.
We designed it to allow creating a huge number of objects fast using bulk creation.