-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
1 lines (1 loc) · 2.55 KB
/
db.json
1
[{"id":1,"project":"casestudy","context":"inception","contentString":"x 2049-06-29 2021-01-26 find this Todo.txt list online "},{"id":2,"project":"casestudy","context":"constraint","contentString":"don\u0027t invest more than a day - just send us what you\u0027ve got "},{"id":3,"project":"casestudy","context":"task","contentString":"find out how to read this file at https://github.com/todotxt/todo.txt "},{"id":4,"project":"casestudy","context":"task","contentString":"set up a new Java web project with a framework you like "},{"id":5,"context":"constraint","contentString":"use the absolute minimal amount of external dependencies type:constraint"},{"id":6,"project":"casestudy","context":"task","contentString":"GET *this* file via HTTP "},{"id":7,"project":"casestudy","context":"task","contentString":"parse it (you can ignore tags, contexts, due/completion dates if you want) "},{"id":8,"project":"casestudy","context":"constraint","contentString":"make your API public (no auth), RESTful and use JSON "},{"id":9,"project":"casestudy","context":"feature","priority":"A","contentString":" allow to get all TODOs via API "},{"id":10,"project":"casestudy","context":"feature","priority":"A","contentString":" allow to get a single TODO by ID (!) via API "},{"id":11,"project":"casestudy","context":"constraint","priority":"A","contentString":" show that you know how to unit test "},{"id":12,"project":"casestudy","context":"feature","priority":"B","contentString":" allow to filter TODOs by project via API "},{"id":13,"project":"casestudy","context":"feature","priority":"C","contentString":" allow to sort TODOs by priority via API "},{"id":14,"project":"casestudy","context":"feature","priority":"Z","contentString":" allow to get all TODOs in Todo.txt format as well "},{"id":15,"context":"feature","priority":"Z","contentString":" improve your Todo.txt parser by supporting contexts, tags and testing against gotchas.todo.txt (see README.md) type:feature optional:true"},{"id":16,"project":"casestudy","context":"feature","priority":"Z","contentString":" allow to complete a TODO (in memory) "},{"id":17,"project":"casestudy","context":"feature","priority":"Z","contentString":" move TODOs with completion status in a in-memory DB (import on startup) "},{"id":18,"project":"casestudy","context":"task","contentString":"2049-06-30 send the project back via e-mail (zipped) so that we can build and run it locally "},{"id":19,"project":"casestudy","context":"courtesy","contentString":"please don\u0027t make our case study or your solution public "},{"id":20,"contentString":"buy milk +shopping"}]