opentecture / mindmapping

Mindmapping with Three.js
https://opentecture.github.io/mindmapping
MIT License
15 stars 2 forks source link

Ideas about Managing Links #57

Closed afomi closed 5 years ago

afomi commented 5 years ago

Parsing the original post....

Story

As a PERSONA I want to So I can

Acceptance Criteria

Given When Then

theo-armour commented 5 years ago

@afomi

first pass

I want to access gathered knowledge:

I want to do this

Technology that will help

So I can

afomi commented 5 years ago

so much to unpack here. this is the right repository for this thinking, but constitutes a lot of work.

lots of this is subjective, and not possible/practical to measure. Curious what potential next steps might be. Or is this just ideation exercise?

theo-armour commented 5 years ago

OMG, it turns out that the native format for bookmarks in Chrome and Firefox is JSON.

Both are near identical but FF adds tags

Chrome

Firefox


I want to:

theo-armour commented 5 years ago

@afomi

OK to move to Resources repo?

See the effort at: https://github.com/opentecture/resources/tree/master/sandbox

afomi commented 5 years ago

This work seems more suitable for this repo.

Resources are for basic, static links.

This repo is a more dynamic playground.

afomi commented 5 years ago

@theo-armour - also, because commits are going straight to master, the work you've done is already in the master branch of the other repo, which indicates a process smell to me.

afomi commented 5 years ago

@theo-armour - I created this PR for your bookmark work. https://github.com/opentecture/mindmapping/pull/58

I'm going to back-out the line commits from this repository, which was only Markdown.

afomi commented 5 years ago

@theo-armour - the bookmark html/js commits have been force-deleted from https://github.com/opentecture/resources. I'll move on to getting this PR merged to this repository.

theo-armour commented 5 years ago

@afomi

Feels like I upset things. Sorry about that.

afomi commented 5 years ago

@theo-armour - no problem. Versioned code allows for fixups.

Overall, I'm trying to stay focused on work that provides end-user value. One-off demo scripts are less-and-less useful as we go, because it is the integration of the functions that provides value. Most libraries provide demos of scripts.

There are INFINITE things that can be done, like .json bookmark marshaling.

Until sharing bookmarks becomes a limiting/blocking factor to other more important work, this is not work I'd have prioritized.

afomi commented 5 years ago

@theo-armour - disregarding the rest of this thread, does your bookmark work fulfill the intent of this story? Is this good to close? If not, what specifically needs work?