IRC shailation mechanism
From espians
Contents |
[edit]
IRC shailation mechanism
The context of Shaila is basically IRC-centric, so this is an extension of that experience.
[edit]
The Old Ways
- rethreading conversations and sorting by topic
- list of topics with links to appropriate portions of the irc logs
- some mixture of both, tending toward summarizing commentary and/or quipping.
[edit]
New Tool workflow
- current
- select start
- select end
- select lines to trim from range
- return magic url to range
- use result in something like "the old way" #3
- future
- add selection and input boxes to step 4
- select known tag, or enter new tag
- enhance UI
- range selection
- select "range start" button on appropriate line
- select "range end" button on appropriate line
- javascript checks the checkboxes in the range
- manually uncheck to trim lines from range
- tagging
- add type-ahead to input box
- nested tags and associated UI
- range selection
[edit]
Future Tool
- hack
- sql tables
- one stores unique tags
- another stores the url and the tag used
- maybe track who/when somehow, although I'm not expecting more than one person to shailai the same source/event, initially
- sql tables
- future
- enable "future workflow" above
- refactor data storage
- Extrapolate "IRC tag schema" to ThinkingToolKit schemas
