Introduction | |
Introduced in Tiki10, the workspace UI provides site administrators with a streamlined way to create simple workspaces, which allow a group of collaborators to work in their own "protected" area. Using the workspace UI site admins can:
You can still create workspaces manually Note that the Workspace UI does not give you the full flexibility of Tiki workspaces. If your needs are a bit "out of the ordinary", you may need to set up your workspaces using a more manual approach, or playing with the advanced interface and yaml code (see below).
|
1.2. Tutorial: Creating a workspace | |
Let's say you are managing a project called OurFabulousProject, and you want to create a Tiki workspace where all the people on that project can share information. In this tutorial, we will show you how to do this. |
1.2.1. Activate the Workspace UI | |
If the Workspace UI feature is not already activated, you need to do so. * Admin home
|
1.2.2. Create a template for the workspace | |
In order to create a workspace template, you need to follow these steps:
|
1.2.3. Create a new workspace using the template | |
Now that we have a template for creating workspaces for projects, let's use it to create one.
|
1.2.4. Go to the workspace's home page | |
That's it. You now have a workspace called OurFabulousProject. You can go to the workspace's home page: tiki-index_raw.php?page=Project:_:OurFabulousProject. This workspace's home page is empty (no content). As it's a wiki-like page, let's add some description to be more explanatory for the members we will add further in this tutorial.
|
1.2.5. Assign users to the workspace | |
The final step is to make sure that members of the project team have access to the workspace. All you have to do is to assign those users to the group. For example, if you want user kishiko to have access to the workspace, you do:
Do so for all the users you want to make as members. |
1.2.6. Final tip | |
You can, besides setting permissions to a workspace template, setting also permissions to the workspace itself. The process is similar for all the wiki-like pages. |
1.3. Internals of a workspace | |
Basic building blocks | |
As you may have surmised from the above tutorial, a workspace is made up of a bunch of lower level building blocks which are packaged together to provide a "workspace user experience". The building blocks are:
Currently supported through the interface:
|
Workspace organization | |
Assuming the template is called Project, and the selected workspace name is Infrastructure::Improvements 2012, the category tree would be the following:
|
1.4. Edit a Workspace Template in advanced mode (yaml) | |
Once you have created a workspace template, you have the option to edit it through either the simple interface, of the advanced interface. To edit a workspace tempalte in advanced mode (yaml), you need to be on the template page and hitting the Advanced mode text link in the alert info:
Then you have the workspace template in advanced mode. In which you can edit in yaml code:
For more information on this advanced feature, ask in the Developers list |
1.5. Other information | |
Demo profile (work in progress)
|
1.6. Related | |
Related features:
|