OSE Kanban Board: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Idea 1, google drive= | =Idea 1, google drive= | ||
Each page is a stream, a.k.a a theme | Each page is a stream, a.k.a a theme. | ||
<html><iframe src="https://docs.google.com/presentation/d/1ARaCml4BDW4w-WbIP1Aj6zdeRu39DxCSLydLlEFnk3U/edit | <html><iframe src="https://docs.google.com/presentation/d/1ARaCml4BDW4w-WbIP1Aj6zdeRu39DxCSLydLlEFnk3U/edit?&rm=minimal" width="1080" height="480" seamless></iframe></html> | ||
[https://docs.google.com/presentation/d/1ARaCml4BDW4w-WbIP1Aj6zdeRu39DxCSLydLlEFnk3U/edit#slide=id.p link] | [https://docs.google.com/presentation/d/1ARaCml4BDW4w-WbIP1Aj6zdeRu39DxCSLydLlEFnk3U/edit#slide=id.p link] | ||
=Idea 2, excel two sheeters= | |||
<html><iframe width="1100" height="400" src="https://docs.google.com/spreadsheets/d/1yqSAXgG5yy_j1C5IBICMjXMenmjF2LjGfUlOEnBjGLk/edit?&rm=minimal"></iframe></html> | |||
[https://docs.google.com/spreadsheets/d/1yqSAXgG5yy_j1C5IBICMjXMenmjF2LjGfUlOEnBjGLk/edit? 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. |
Revision as of 19:18, 9 April 2020
Requirement
- No login or easy login
- Readily embeddable in wiki, and resizable
- Editable right in wiki - adding/moving/allocating tasks
- Lean - just task, name, and 4 columns. Just like Scrumy
See example of Scrumy:
Idea 1, google drive
Each page is a stream, a.k.a a theme. link
Idea 2, excel two sheeters
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.