Loading...
 
Skip to main content

History: Workspace_UI

Source of version: 18

Copy to clipboard
            ! 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)}
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)}
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")}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
        

History

Information Version
Thu 06 of Sep, 2012 17:39 GMT-0000 Marc Laporte Code Plugin modified by editor. 21
Thu 06 of Sep, 2012 17:39 GMT-0000 Marc Laporte Code Plugin modified by editor. 20
Thu 06 of Sep, 2012 17:39 GMT-0000 Marc Laporte Code Plugin modified by editor. 19
Thu 06 of Sep, 2012 17:38 GMT-0000 Marc Laporte Code Plugin modified by editor. 18
Thu 06 of Sep, 2012 17:38 GMT-0000 Marc Laporte Code Plugin modified by editor. 17
Sat 25 of Aug, 2012 15:56 GMT-0000 Marc Laporte new module 16
Sat 25 of Aug, 2012 10:42 GMT-0000 Marc Laporte typo 15
Sat 25 of Aug, 2012 10:41 GMT-0000 Marc Laporte missing feature 14
Sat 25 of Aug, 2012 10:06 GMT-0000 Marc Laporte easier 13
Sat 25 of Aug, 2012 10:05 GMT-0000 Marc Laporte making it easier to test 12
Fri 24 of Aug, 2012 21:54 GMT-0000 Marc Laporte more todos 11
Fri 24 of Aug, 2012 21:24 GMT-0000 Marc Laporte new page 10
Fri 24 of Aug, 2012 12:28 GMT-0000 Marc Laporte ... 9
Thu 23 of Aug, 2012 20:11 GMT-0000 Marc Laporte . 8
Thu 23 of Aug, 2012 20:05 GMT-0000 Marc Laporte . 7
Thu 23 of Aug, 2012 20:04 GMT-0000 Marc Laporte . 6
Thu 23 of Aug, 2012 20:01 GMT-0000 Marc Laporte . 5
Thu 23 of Aug, 2012 19:54 GMT-0000 Marc Laporte . 4
Thu 23 of Aug, 2012 19:32 GMT-0000 Marc Laporte help for devs 3
Thu 23 of Aug, 2012 19:29 GMT-0000 Marc Laporte categ 2
Thu 23 of Aug, 2012 19:26 GMT-0000 Marc Laporte new 1