OSE Kanban Board: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 19: Line 19:


=Process for making embedded, editable, no-menu google docs=
=Process for making embedded, editable, no-menu google docs=
1. Change settings to editable
#Change settings to editable
2. Get the editable link
#Get the editable link
3. add width and height
#add width and height
4. add &rm=minimal in the end to get rid of the menu
#add &rm=minimal in the end to get rid of the menu
5. If your slides contain something about.id in the end, take it away, and add the '?&rm' after the /edit in the url.
#If your slides contain something about.id in the end, take it away, and add the '?&rm' after the /edit in the url.
6. If you still have a menu, then get rid of any other code (widget, scroll) etc.
#If you still have a menu, then get rid of any other code (widget, scroll) etc.

Revision as of 19:19, 9 April 2020

Requirement

  1. No login or easy login
  2. Readily embeddable in wiki, and resizable
  3. Editable right in wiki - adding/moving/allocating tasks
  4. Lean - just task, name, and 4 columns. Just like Scrumy

See example of Scrumy:

Scrumyexample.png

Idea 1, google drive

Each page is a stream, a.k.a a theme. link

Idea 2, excel two sheeters

Link

Process for making embedded, editable, no-menu google docs

  1. Change settings to editable
  2. Get the editable link
  3. add width and height
  4. add &rm=minimal in the end to get rid of the menu
  5. If your slides contain something about.id in the end, take it away, and add the '?&rm' after the /edit in the url.
  6. If you still have a menu, then get rid of any other code (widget, scroll) etc.