Create a project team for a class
Inside a Class group you can start a team — a smaller Project group for working together on a course project. It's automatically linked to the class and its course, so shared resources land in the right place.
Teams are created from within a class group, so you need to be a member of the class first — see Explore and join your school's groups.
- 🖥 Web
- 📱 Mobile
-
Open the class group from your Chat list.
-
Choose Create team. The Create a team dialog opens.
-
Enter a name in the Group name field.
Screenshot coming soonThe Create a team dialog with the Group name field, opened from a class groupCapture spec (for maintainers)
{ "id": "web.groups.create-a-team.create-dialog", "platform": "web", "route": "/chats/groups/{groupId}", "actions": [ { "pom": { "page": "GroupPage", "call": "openCreateTeamDialog" } }, { "fill": { "testId": "team-name-input", "value": "Ancient Greece project" } } ], "clip": { "testId": "create-team-dialog", "pad": 16 } } -
Click Create group. Latte creates the team, linked to the class, and opens it.
-
Open the class group from the Chat tab.
-
Choose Create team to open the team creation screen.
-
Enter a name in the Group name field.
Screenshot coming soonThe mobile team creation screen with the Group name field and Create group buttonCapture spec (for maintainers)
{ "id": "mobile.groups.create-a-team.team-screen", "platform": "mobile", "route": "/chats/groups/{groupId}/team/create", "actions": [ { "inputText": { "id": "team-name-input", "text": "Ancient Greece project" } } ] } -
Tap Create group. The team opens once it's created.
Once your team exists, you can advertise that you're looking for members — or join a team that's already searching. See Find team members (matching).