topicquests / sensecraft

GNU Affero General Public License v3.0
7 stars 1 forks source link

Bringing up the ConversationColumnView #223

Open KnowledgeGarden opened 1 year ago

KnowledgeGarden commented 1 year ago

This was an attempt to render conversations in a MMOWGLI-like (also ForesightEngine) view. It is different from the Javascript TreeView in that each node occupies the upper half of a view, and columns representing each kind of child node occupy the lower half of the view. We already have the Vue templates for this work; what is needed is to experiment with a version of SenseCraft which uses those instead of the present conversation view structure. This is purely an experiment.

KnowledgeGarden commented 1 year ago

This work is now branch feature/223_col_ui I pushed a new route "/testcol" in order to just boot the page. I suspect I need to modify that to "/testcol/:id" before it will run properly Edit: actually, it is now /testcol/:id/:context