2
2
title : Teams
3
3
authors : ['CompuIves']
4
4
description :
5
- A team makes it easier to collaborate on sandboxes with others. As a team you
6
- share the ownership of the sandboxes in that team, every sandbox automatically
5
+ A team makes it easier to collaborate on sandboxes with others. In a team you
6
+ share ownership of the sandboxes and every sandbox automatically
7
7
has a live session open.
8
8
---
9
9
@@ -13,34 +13,34 @@ You can create and manage teams from the dashboard.
13
13
14
14
![ Create Team] ( ./images/team-create.png )
15
15
16
- As soon as you've created a team you will be greeted with the team overview.
16
+ As soon as you've created a team you will be shown the team overview.
17
17
18
18
![ Team Overview] ( ./images/team-overview.png )
19
19
20
20
## Inviting Team Members
21
21
22
22
There's no limit on how many team members a team can have. You can invite others
23
- by entering their username in the bottom left corner. Others will get a
24
- notification (the bell icon in the header) when they are invited to a new team.
23
+ by entering their username in the bottom left corner. They will get a
24
+ notification (the bell icon in the header) in CodeSandbox when they are invited to a new team.
25
25
From there they can accept or refuse the invitation.
26
26
27
27
![ Team Notifications] ( ./images/team-invite.png )
28
28
29
29
## Sharing Sandboxes
30
30
31
- As a team you have a sidebar item called "Our Sandboxes" with directories, just
31
+ On the dashboard, a team has a sidebar item called "Our Sandboxes" with directories, just
32
32
like your personal sandboxes. You can create new sandboxes directly from here,
33
- or you can drag your own sandboxes from 'My Sandboxes' to 'Our Sandboxes'. All
34
- sandboxes in a team can be seen and edited by all team members. We still keep
35
- track of who originally created the sandbox though, this means that only the
36
- original creator of the sandbox can actually delete it.
33
+ or drag your own sandboxes from 'My Sandboxes' to 'Our Sandboxes'. All
34
+ sandboxes in a team can be seen and edited by all team members. We keep
35
+ track of who originally created the sandbox though, and only the
36
+ original creator of the sandbox can delete it.
37
37
38
38
![ Team Sandboxes] ( ./images/team-sandboxes.png )
39
39
40
40
## Collaborating on Sandboxes
41
41
42
42
Whenever you open a team sandbox, you also automatically open a live session.
43
43
Other team members will join this live session if they open the sandbox as well.
44
- You can still share the live session with others .
44
+ You can still invite other people who aren't members of the team to the live session .
45
45
46
46
![ A Team Live Session] ( ./images/team-live.png )
0 commit comments