<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todolist/todo_item.go, branch master</title>
<subtitle>Simple GTD-style todo list for the command line.
</subtitle>
<id>http://forge.jan.systems/todolist.git/atom?h=master</id>
<link rel='self' href='http://forge.jan.systems/todolist.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/'/>
<updated>2017-08-14T06:58:32Z</updated>
<entry>
<title>Implement the "an" feature: Adding notes to todos</title>
<updated>2017-08-14T06:58:32Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-08-14T06:41:40Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=5d28dac9b2e1d153f33551b968ab4c92cfce23ce'/>
<id>urn:sha1:5d28dac9b2e1d153f33551b968ab4c92cfce23ce</id>
<content type='text'>
This patch introduce a new attribute of a todo item, which is
"Notes", of type []string.  The following enhancing patches will
contain the listing, removing and editing features.
</content>
</entry>
<entry>
<title>Empower the todo_item to set its attributes correctly itself.</title>
<updated>2017-08-04T21:02:37Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-04T21:02:37Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=05ad454f50422f0eab4228e819cbadbe9e6a918a'/>
<id>urn:sha1:05ad454f50422f0eab4228e819cbadbe9e6a918a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a filter for completed date</title>
<updated>2017-08-01T13:06:05Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-01T12:51:31Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=650d53a6000a483e11da91b3466e1f57a96c3da0'/>
<id>urn:sha1:650d53a6000a483e11da91b3466e1f57a96c3da0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build error with older go version</title>
<updated>2017-04-09T01:58:45Z</updated>
<author>
<name>Ingo Richter</name>
<email>ingo.richter+github@gmail.com</email>
</author>
<published>2017-04-09T01:58:45Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=8badae37312c70bc9ae68c7c6c0792033fb0dbd1'/>
<id>urn:sha1:8badae37312c70bc9ae68c7c6c0792033fb0dbd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `CompletedDate` to todo item.</title>
<updated>2017-04-09T01:24:16Z</updated>
<author>
<name>Ingo Richter</name>
<email>ingo.richter+github@gmail.com</email>
</author>
<published>2017-04-09T01:24:16Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d2df602c25afe3193e2b4d434042b47de64a00e6'/>
<id>urn:sha1:d2df602c25afe3193e2b4d434042b47de64a00e6</id>
<content type='text'>
`CompletedDate` will save a timestamp in ISO8601 format (Internet date/
time format to preserve timezone information)

Added a new `Complete` and `Uncomplete` method for todo_item.
Currently a todo has a boolean flag and the timestamp to indicate that
the item is completed. The boolean flag could be kept for backward
compatibility (reading the json into memory), but should be omitted for
files being written.
</content>
</entry>
<entry>
<title>Add priority feature</title>
<updated>2017-03-03T23:30:06Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-03-03T23:30:06Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=c2114f083afeb1ac2cc28e9a83f3a9c591b59a1f'/>
<id>urn:sha1:c2114f083afeb1ac2cc28e9a83f3a9c591b59a1f</id>
<content type='text'>
Now, todos have a priority flag.  When listed, these todos will be
bolded and italic.

You can list todos by priority by running `todolist l p`.
</content>
</entry>
<entry>
<title>Sort todos by due date by default</title>
<updated>2016-05-01T23:17:54Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-05-01T23:17:54Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=b1fc3359eb7498236621d1aa6a9ff18f8cce73c0'/>
<id>urn:sha1:b1fc3359eb7498236621d1aa6a9ff18f8cce73c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle parsing dates, and printing them</title>
<updated>2016-04-30T12:45:49Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-04-30T12:45:49Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=ef9427646b9464d1f8c376f75741e737117a1a83'/>
<id>urn:sha1:ef9427646b9464d1f8c376f75741e737117a1a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get adding a todo working</title>
<updated>2016-04-26T13:01:40Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-04-26T13:01:40Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=e3213b3ef2c84387b66eeb731f5493c5e6da6a5d'/>
<id>urn:sha1:e3213b3ef2c84387b66eeb731f5493c5e6da6a5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Organize things a bit better</title>
<updated>2016-04-24T14:22:33Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-04-24T14:22:33Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=63893587cb41a1980318b60bf05fafbf433a24ab'/>
<id>urn:sha1:63893587cb41a1980318b60bf05fafbf433a24ab</id>
<content type='text'>
</content>
</entry>
</feed>
