Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nodenogg-duplicate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adam Procter
nodenogg-duplicate
Commits
614c3c18
Commit
614c3c18
authored
5 years ago
by
Adam Procter
Browse files
Options
Downloads
Patches
Plain Diff
updated for Build
parent
bc84fb30
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
canvas-10-feb/src/components/NodesLayer.vue
+1
-1
1 addition, 1 deletion
canvas-10-feb/src/components/NodesLayer.vue
canvas-10-feb/src/store/index.js
+1
-1
1 addition, 1 deletion
canvas-10-feb/src/store/index.js
canvas-10-feb/src/views/About.vue
+84
-1
84 additions, 1 deletion
canvas-10-feb/src/views/About.vue
with
86 additions
and
3 deletions
canvas-10-feb/src/components/NodesLayer.vue
+
1
−
1
View file @
614c3c18
...
@@ -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=
"2
0
0"
:h=
"2
5
0"
@
dragging=
"onDrag"
@
dragging=
"onDrag"
@
resizing=
"onResize"
@
resizing=
"onResize"
@
dragstop=
"onDragstop"
@
dragstop=
"onDragstop"
...
...
This diff is collapsed.
Click to expand it.
canvas-10-feb/src/store/index.js
+
1
−
1
View file @
614c3c18
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
canvas-10-feb/src/views/About.vue
+
84
−
1
View file @
614c3c18
<
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
&
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>
Data is not yet encrypted.
</li>
<li>
Export is not turned on yet.
</li>
<li>
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>
<a
href=
"https://discourse.adamprocter.co.uk"
>
discuss
</a>
(and feedback)
</li>
<li>
<a
href=
"https://discursive.adamprocter.co.uk/categories/phd/"
>
discursive (phd catergory link)
</a
>
(blog)
</li>
<li>
<a
href=
"https://researchnot.es"
>
researchnot.es
</a>
(blog)
</li>
<li>
<a
href=
"https://manifold.soton.ac.uk"
>
manifold
</a>
(writing)
</li>
<li>
<a
href=
"https://fragmentum.adamprocter.co.uk"
>
fragmentum
</a>
(microcast)
</li>
<li>
<a
href=
"https://gitlab.adamprocter.co.uk/adamprocter/couchdocs"
>
gitlab
</a
>
(code)
</li>
<li>
<a
href=
"https://github.com/adamprocter/couchdoc-mirror/issues"
>
issues
</a
>
(raise and review)
</li>
</ul>
</div>
</div>
</
template
>
</
template
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment