Commit graph

15 commits

Author SHA1 Message Date
4b910d426f Clear table after fetch from server
Clears the table of stories when fetching a new list of stories. This
seems a bit drastic, but it ensures that the state icons are updated
as well (instead of just the titles).
2013-07-13 19:19:36 +02:00
fae20212e6 Deal with json more consistently 2013-07-13 02:31:30 +02:00
ab366a1cd8 Cleanup JS
Use `$.post' instead of `$.ajax'. This makes everything cleaner.
2013-07-13 02:30:25 +02:00
acb5f812f6 Add hostname keyword 2013-07-07 23:59:02 +02:00
a322d9802c Respond to some more POSTs 2013-07-07 23:46:15 +02:00
aece802c32 Reload stories immediately
Reload the stories list immediately after successfully adding a new
story.
2013-07-07 22:36:51 +02:00
eb32c34e1f Small refactor 2013-07-05 23:22:31 +02:00
88404fc72d Update UI
- Add `navbar's
- Show a `hero-unit' on the login page with a big login button.
2013-07-05 21:53:12 +02:00
901fc7b5dc Pass story id as POST parameter
For some reason using a route template "stories/:id/tasks/new" works
locally, but not on my server, so do without.
2013-07-05 00:37:44 +02:00
74ec275c8f Don't assume there are tasks 2013-07-05 00:02:10 +02:00
12ee321c64 Task state and priority editing 2013-07-04 23:55:43 +02:00
6edd373ad9 Improve look of some UI elements 2013-07-04 23:45:07 +02:00
c65cde9e8e Add tasks to stories 2013-07-04 21:51:31 +02:00
b8fad18047 Remove debug format statements 2013-07-01 00:36:21 +02:00
a993573859 Initial commit 2013-07-01 00:01:48 +02:00