<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/src/client/model/graph.js, branch reqs</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/src/client/model/graph.js?h=reqs</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/src/client/model/graph.js?h=reqs'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2015-08-09T11:20:03Z</updated>
<entry>
<title>client/model/graph: position storing: store fixed per node</title>
<updated>2015-08-09T11:20:03Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-08-09T11:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=419f09f8417fc9a79dda3806656ba68526f1631a'/>
<id>urn:sha1:419f09f8417fc9a79dda3806656ba68526f1631a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/model/graph: remove debug print</title>
<updated>2015-08-09T11:13:42Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-08-09T11:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=5e37e73923b9ca8a31dd90a776a9882960e6b3cc'/>
<id>urn:sha1:5e37e73923b9ca8a31dd90a776a9882960e6b3cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: record position to db when dragging + fixed</title>
<updated>2015-07-30T15:05:06Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-07-30T15:03:04Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=365735289e899b4d4ee209506e465d420d24e978'/>
<id>urn:sha1:365735289e899b4d4ee209506e465d420d24e978</id>
<content type='text'>
Record position when dragging.
Record fixed status. this is still not clear - what fixed means exactly.
</content>
</entry>
<entry>
<title>client: more specific logging for node position recording</title>
<updated>2015-07-30T15:05:06Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-07-30T15:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c85e703253d8bfa21ea48517791f8dc921d4fdd4'/>
<id>urn:sha1:c85e703253d8bfa21ea48517791f8dc921d4fdd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/model/graph: use eps, short for epsilon</title>
<updated>2015-07-30T15:05:06Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-07-30T15:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=0af23f4638bbd87ccd886a988616effe58c73c4a'/>
<id>urn:sha1:0af23f4638bbd87ccd886a988616effe58c73c4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/model/graph.nodes__update_positions: noop if change is too small (use configurable epsilon)</title>
<updated>2015-07-30T15:05:06Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-07-30T09:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=37493ae16e0c1477f0991e5a04988a7204db6a2a'/>
<id>urn:sha1:37493ae16e0c1477f0991e5a04988a7204db6a2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: node position storing: change key format to use underscores, more cypher friendly</title>
<updated>2015-07-30T15:05:06Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-07-30T09:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=09a999fdabf1f415f8a33b318ccd3551e41654d3'/>
<id>urn:sha1:09a999fdabf1f415f8a33b318ccd3551e41654d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: store positions in db instead of local storage</title>
<updated>2015-07-25T21:27:17Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-07-25T21:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=02be1b488d0e2d24ee88bceb68dbc91af0a3663d'/>
<id>urn:sha1:02be1b488d0e2d24ee88bceb68dbc91af0a3663d</id>
<content type='text'>
attributes used are currently a bit lame, since we don't support
nested attributes. So the attribute stored is:

layouts.&lt;layout_name&gt;.{x,y}

where layout_name is one of: force, user, ring.

Note that force layout still takes time initially, because alpha is
always set to 1 initially. This should probably be changed when a layout
is loaded.
</content>
</entry>
<entry>
<title>client/model/graph: reduce attribute write verbosity (node only)</title>
<updated>2015-07-25T21:25:01Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-07-25T21:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=4ba53af4c933debb316485c40ca400e70f5dcd46'/>
<id>urn:sha1:4ba53af4c933debb316485c40ca400e70f5dcd46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: various lint fixes</title>
<updated>2015-07-25T21:24:36Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-07-25T21:24:28Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=d841da03bd1473c6f1ae5acc185bdfe543e99f71'/>
<id>urn:sha1:d841da03bd1473c6f1ae5acc185bdfe543e99f71</id>
<content type='text'>
</content>
</entry>
</feed>
