Difference between revisions of "Collaboration"

From UCT EE Wiki
Jump to navigation Jump to search
(Created page with "Category:Design Tools = Overview = When working on projects with other people, making use collaborative tools in order to adequately communicate and keep track of files w...")
 
m (Added links)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
= Overview =
 
= Overview =
  
When working on projects with other people, making use collaborative tools in order to adequately communicate and keep track of files within the project is vital for successful completion. This becomes especially useful if working on large projects, with many people, or if real life collaboration is otherwise impossible (like being in a pandemic).  
+
When working on projects with other people, making use of collaborative tools in order to adequately communicate and keep track of files within the project is vital for successful completion. This becomes especially useful when working on large projects, with many people, or if real-life collaboration is otherwise impossible (like being in a pandemic). This page outlines some helpful tools that help the collaboration process easier.  
  
= Git =  
+
=== Shared Repositories / Git ===  
The main wiki page for Git is available [http://wiki.ee.uct.ac.za/Git here]. For file version and file tracking, Git is a popular option for this and is quite powerful.
+
For file version and file tracking, Git is a popular option for this and is quite powerful. The main wiki page for Git is available [http://wiki.ee.uct.ac.za/Git here]. [https://github.com/ GitHub] is among the most commonly used online Git repository services. [https://bitbucket.org Bitbucket] is based on Git and is mainly a source-code repository that provides similar functionalities with a different interface and some other features.
  
= Communication =  
+
=== Communication ===  
There are a host of different communication platforms - all with their own perks. For example there's Whatsapp, Telegram, Microsoft Teams, Slack and [http://wiki.ee.uct.ac.za/Discord Discord].
+
There are a host of different communication platforms - all with their own perks. For example there's Whatsapp, Telegram, Microsoft Teams, [https://slack.com/ Slack] and [http://wiki.ee.uct.ac.za/Discord Discord].
 
 
== Slack ==
 
Slack is quite useful for managing chatrooms with your organisation. It is available on all Mac, Windows and Linux. Find out more [https://slack.com/intl/en-za/ here]
 
 
 
== Microsoft Teams ==
 
As the name suggests, you can create a team with your group mates and can then share resources, have video calls, chats, etc. It is available on Mac, Windows and Linux. Find out more [https://www.microsoft.com/en-za/microsoft-teams/group-chat-software here]
 

Latest revision as of 20:34, 2 August 2021

Overview[edit]

When working on projects with other people, making use of collaborative tools in order to adequately communicate and keep track of files within the project is vital for successful completion. This becomes especially useful when working on large projects, with many people, or if real-life collaboration is otherwise impossible (like being in a pandemic). This page outlines some helpful tools that help the collaboration process easier.

Shared Repositories / Git[edit]

For file version and file tracking, Git is a popular option for this and is quite powerful. The main wiki page for Git is available here. GitHub is among the most commonly used online Git repository services. Bitbucket is based on Git and is mainly a source-code repository that provides similar functionalities with a different interface and some other features.

Communication[edit]

There are a host of different communication platforms - all with their own perks. For example there's Whatsapp, Telegram, Microsoft Teams, Slack and Discord.