Date: Mon, 27 Jul 2026 03:02:27 %+0000
Mime-Version: 1.0 (Produced by Tiki)
Content-Type: application/x-tikiwiki;
  pagename=Workspace_UI;
  flags="";
  author=marclaporte;
  version=21;
  lastmodified=1346953166;
  author_id=69.165.165.53;
  summary=Code%20Plugin%20modified%20by%20editor.;
  hits=5311;
  description="";
  charset=utf-8
Content-Transfer-Encoding: binary

! Features & settings
{CODE(caption="YAML" wrap="0" colors="yaml")}
preferences:
 feature_categories: y
 feature_perspective: y
 namespace_enabled: y
 workspace_ui: y
{CODE}

! Making it easier to test
{CODE(caption="YAML" wrap="0" colors="yaml")}
preferences:
 allowRegister: y
 validateUsers: n
{CODE}

! Modules
{CODE(caption="YAML" wrap="0" colors="yaml")}
objects:
 -
  type: module
  data:
   name: perspective
   params:
   groups:
   order: 1
   position: right
 -
  type: module
  data:
   name: quick_edit
   params:
   groups:
   order: 5
   position: right
{CODE}


! Included Wiki Pages
{CODE(caption="YAML" colors="yaml")}
objects:
 -
  type: wiki_page
  ref: workspace_creation
  data:
   name: Workspace_Creation
   content: wikicontent:Workspace_Creation
{CODE}

Using:
* ((Workspace_Creation))


! Developer notes
* When you apply the profile, you may see "Preference set: geo_tilesets=Array" in the response. This is a cosmetic error. The preference is set correctly.
{CODE(caption="1-liner to re-install a fresh Tiki with profile" colors="shell")}php installer/shell.php install;php lib/search/shell.php rebuild; php lib/profilelib/shell.php install Workspace_UI{CODE}


! Todo
* Edit/create template
** Default permissions (UI being worked on by LP)
** Default content
*** 1 forum
*** 1 blog
*** 1 to n wiki pages
*** 1 FIle Gallery
*** 1 Tracker
*** 1 Newsletter
*** 1 Calendar
*** 1 Mini-chat
*** 1 Spreadsheet
** default prefs
*** owner vs member
** default dashboard
* A workspace admin needs to be able to create a new pae in same namespace/workspace (currently can't because pages don't yet have categories at creation so you get "You do not have permission to edit this page.")
* Add deletion of templates
* If no template when creating a workspace, warn
* Where is list of all workspaces?
** ex.: modules perspective in tiki-admin.php?page=workspace
* After adding a workspace, a confirmation would be nice
* modules based on category parent


! Nice to have
* After assigning permissions to a template, I should be sent back to previous interface (There is back button though)

! Notes
* Editing a workspace template does not change the past
* Close/Archive workspace can be done by changing permissions
