Skip to content
Snippets Groups Projects
Commit 614c3c18 authored by Adam Procter's avatar Adam Procter
Browse files

updated for Build

parent bc84fb30
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div ref="nodes" class="node"> <div ref="nodes" class="node">
<vue-draggable-resizable <vue-draggable-resizable
:w="200" :w="200"
:h="200" :h="250"
@dragging="onDrag" @dragging="onDrag"
@resizing="onResize" @resizing="onResize"
@dragstop="onDragstop" @dragstop="onDragstop"
......
...@@ -195,7 +195,7 @@ const store = new Vuex.Store({ ...@@ -195,7 +195,7 @@ const store = new Vuex.Store({
}, },
MOVE_POS(state, e) { MOVE_POS(state, e) {
console.log(e.localnodeid) //console.log(e.localnodeid)
var i var i
for (i = 0; i < Object.keys(state.configPositions).length; i++) { for (i = 0; i < Object.keys(state.configPositions).length; i++) {
if (e.localnodeid == state.configPositions[i].nodeid) { if (e.localnodeid == state.configPositions[i].nodeid) {
......
<template> <template>
<div class="about"> <div class="about">
<h1>About</h1> <h1>About</h1>
<p>Mucking about for nodenogg.in</p> <p>
Currently digital tools do a really poor job of extending the design
studio design thinking processes.
</p>
<p>
This tool is designed to support a new type of co-creation, a spatial and
messy area to work together connecting ideas and concepts.
</p>
<p>
Made by Adam Procter
<em>(+ helpers &amp; supporters)</em>
</p>
<h3>version 0.1.0</h3>
<ul>
<li>
Co-create and contribute ideas, with text, links and attachments with
other people in realtime.
</li>
<li>
Contributions displayed as a list and shared spatial view across all
devices.
</li>
</ul>
<h3>known issues</h3>
<ul>
<li>&nbsp;Data is not yet encrypted.</li>
<li>&nbsp;Export is not turned on yet.</li>
<li>&nbsp;Attachment viewing is broken.</li>
<li>
Some devices seem to have a bug when you first try to create or join an
microcosm, on second attempt it will work allowing device name.
</li>
<li>
When moving nodes on touch devices to confirm new location you must tap
with a second finger.
</li>
<li>
Please consider all data as not backed up, data structures and data will
ocasssionaly be deleted or changed remotely which may effect and break
your local data.
</li>
</ul>
<h2>Design-led ethical Edutech</h2>
<ul>
<li>
&nbsp;
<a href="https://discourse.adamprocter.co.uk">discuss</a>(and feedback)
</li>
<li>
&nbsp;
<a href="https://discursive.adamprocter.co.uk/categories/phd/"
>discursive (phd catergory link)</a
>
(blog)
</li>
<li>
&nbsp;
<a href="https://researchnot.es">researchnot.es</a> (blog)
</li>
<li>
&nbsp;
<a href="https://manifold.soton.ac.uk">manifold</a> (writing)
</li>
<li>
&nbsp;
<a href="https://fragmentum.adamprocter.co.uk">fragmentum</a>
(microcast)
</li>
<li>
&nbsp;
<a href="https://gitlab.adamprocter.co.uk/adamprocter/couchdocs"
>gitlab</a
>
(code)
</li>
<li>
&nbsp;
<a href="https://github.com/adamprocter/couchdoc-mirror/issues"
>issues</a
>
(raise and review)
</li>
</ul>
</div> </div>
</template> </template>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment