|
19 | 19 | - Interface Feed
|
20 | 20 | - Interface Statistics
|
21 | 21 | - IDE Settings
|
| 22 | + - Project Chat |
| 23 | + - Projects Privacy |
22 | 24 | - GitHub Toolbox
|
23 | 25 |
|
24 | 26 | ## Entry level tutorial
|
@@ -164,6 +166,64 @@ At this point a ".vscode" folder with a "settings.json" file will be created in
|
164 | 166 |
|
165 | 167 | If you want to change any settings, you only have to uncomment the line (Ctrl + K + U) or delete the "/**/" anotation and then change the value.
|
166 | 168 |
|
| 169 | +### Project Chat |
| 170 | +Project Chat is a feature only available for the project Owner and project Collaborators. This chat provides essential comunication between teammates while they are working. |
| 171 | + |
| 172 | +You can access the chat by pressing the "Chat-icon" on the bottom-right corner of your IDE screen. |
| 173 | + |
| 174 | +<p align="center"> |
| 175 | + <img src="https://i.imgur.com/Z6Da7uS.png"/> |
| 176 | +</p> |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | +Once the chat is open you'll be able to see the messages sent by your project collaborators. You will be able to write in the input section. You can also send messages by pressing "Enter" key or pressing "Play button" next to the text input section. Input section let us to resize it if we place the cursor at right-bottom corner of the input box. |
| 181 | + |
| 182 | +<p align="center"> |
| 183 | + <img src="https://i.imgur.com/diNshs1.png?1"/> |
| 184 | +</p> |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | +Chat also includes a "silent-mode" to don't disturb users while they are coding. This feature will add a green dot over the chat icon as a soft-incoming-messages report. |
| 189 | + |
| 190 | +<p align="center"> |
| 191 | + <img src="https://i.imgur.com/08IJ5zo.png"/> |
| 192 | +</p> |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | +### Projects Privacy |
| 197 | +As an extra feature to increase the collaborations in projects, TeamCode provides options to make your project public or private. Each property will modify the visivility of your project. |
| 198 | + |
| 199 | + - Public projects: |
| 200 | + - Visible for every user (even non-registered users). |
| 201 | + - Only Workspace Collaborators can "Ask to write" or use the "Project Chat". |
| 202 | + - You can share this type of project providing the project URL to your teammates or providing the project name. |
| 203 | + |
| 204 | + - Private projects: |
| 205 | + - Only visible for Workspace Collaborators. |
| 206 | + - You can share this type of project providing the project URL to your teammates. |
| 207 | + |
| 208 | +You can change the project privacy at any moment going to "Options > Make project -state-". Where -state- will become the new privacy state of the project. Here we provide the two views: |
| 209 | + |
| 210 | + - Public projects view: |
| 211 | + |
| 212 | + <p align="center"> |
| 213 | + <img src="https://i.imgur.com/Qk0a0ha.png"/> |
| 214 | + </p> |
| 215 | + |
| 216 | +  |
| 217 | + |
| 218 | + - Private projects view: |
| 219 | + |
| 220 | + <p align="center"> |
| 221 | + <img src="https://i.imgur.com/HG8y4rL.png"/> |
| 222 | + </p> |
| 223 | + |
| 224 | +  |
| 225 | + |
| 226 | + |
167 | 227 | ### GitHub Toolbox
|
168 | 228 | This Feature is only available to the project Writer. The reason is because this feature grants write permissions over the project. We can access the GitHub toolbox by pressing the GitHub button on bottom-right corner of the TeamCode project view.
|
169 | 229 |
|
|
0 commit comments