<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scrumli, branch master</title>
<subtitle>Scrum with Lisp</subtitle>
<id>https://code.ryuslash.org/scrumli/atom?h=master</id>
<link rel='self' href='https://code.ryuslash.org/scrumli/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/'/>
<updated>2013-08-18T21:19:25Z</updated>
<entry>
<title>Really fix setting priority for tasks</title>
<updated>2013-08-18T21:19:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-18T21:19:25Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=bb2f75ec1ccb662e1a71a8e4f23fe3dcfbf8bafe'/>
<id>urn:sha1:bb2f75ec1ccb662e1a71a8e4f23fe3dcfbf8bafe</id>
<content type='text'>
When selecting the task to replace the task with based on priority, be
sure to limit the options to tasks with the same story id.
</content>
</entry>
<entry>
<title>Update readme</title>
<updated>2013-08-18T15:01:46Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-18T15:01:46Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=321d6b199fffd863517731cf27b4f11e0d6bcb9b'/>
<id>urn:sha1:321d6b199fffd863517731cf27b4f11e0d6bcb9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix priorities for tasks</title>
<updated>2013-08-18T14:55:56Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-18T14:55:56Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=aa06a99982a0df339b0335a106631d9d75975eda'/>
<id>urn:sha1:aa06a99982a0df339b0335a106631d9d75975eda</id>
<content type='text'>
When setting and changing priorities no attention was paid to the
`story_id', which means that no two tasks could have the same priority,
even when belonging to other stories. This creates a weird situation
where the tasks of a certain story would become unmanageable because
there are gaps between the priorities. This could make it seem like
priority changing was impossible.
</content>
</entry>
<entry>
<title>Separate route from function definitions</title>
<updated>2013-08-18T14:19:54Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-18T14:19:54Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=6e5b291257e5ff34e00d7b7424c33fd67427934e'/>
<id>urn:sha1:6e5b291257e5ff34e00d7b7424c33fd67427934e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use *base-directory* to find location of assets</title>
<updated>2013-08-18T14:06:16Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-18T14:03:45Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=612e219becbd08f7126d73f8144158db3ba01cfa'/>
<id>urn:sha1:612e219becbd08f7126d73f8144158db3ba01cfa</id>
<content type='text'>
Static assets are located in the `static/' sub-directory of the project.
Locating them with just `static/' works fine if execution is started in
the project's directory, but when starting somewhere else this causes
trouble.
</content>
</entry>
<entry>
<title>Don't use absolute http://</title>
<updated>2013-08-14T19:38:58Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-14T19:38:58Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=751936fbde0143ac2409ba50216526b89f558ce9'/>
<id>urn:sha1:751936fbde0143ac2409ba50216526b89f558ce9</id>
<content type='text'>
Apparently it doesn't play nice together with running on https://.
</content>
</entry>
<entry>
<title>Use a modal dialog to create tasks</title>
<updated>2013-08-11T12:21:39Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-11T12:21:39Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=d3eaa60b630b21f1291b96a3b6e995a56ce6aae4'/>
<id>urn:sha1:d3eaa60b630b21f1291b96a3b6e995a56ce6aae4</id>
<content type='text'>
This fixes the issue where focus and input would be lost from the input
field when the story would reload its tasks.

This also makes it a little more uniform with the other forms.
</content>
</entry>
<entry>
<title>Rewrite with ningle</title>
<updated>2013-07-29T00:09:34Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-07-29T00:09:34Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=781befeb23bdbe90f1a8220da86d39ab6fd012fb'/>
<id>urn:sha1:781befeb23bdbe90f1a8220da86d39ab6fd012fb</id>
<content type='text'>
Replaces restas with ningle. Restas had 2 problem I could not overcome:
1) It would only let me return a status code or a response, not, for
example, a 403 status code with some json. 2) It would not allow me to
place it under a subdirectory.

Both of these problems possibly (likely) have solutions with restas, but
I already found out how to do these things with ningle.

This rewrite is sloppy and messy. The code should be cleaned up soon.
</content>
</entry>
<entry>
<title>Remove unneeded sexml code</title>
<updated>2013-07-28T20:27:58Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-07-28T20:27:58Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=0b13436d1a0907f6b389b5a32f5b078aa12f11b0'/>
<id>urn:sha1:0b13436d1a0907f6b389b5a32f5b078aa12f11b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary options from index.org</title>
<updated>2013-07-26T00:09:53Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-07-26T00:09:53Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/scrumli/commit/?id=5b51cf71330e99a9ba33e8ff9d2f106c4c9d416a'/>
<id>urn:sha1:5b51cf71330e99a9ba33e8ff9d2f106c4c9d416a</id>
<content type='text'>
</content>
</entry>
</feed>
