Commit Graph

21 Commits

Author SHA1 Message Date
Tom Willemse 8388100fdd Add scrumelo-host variable 2013-06-24 00:46:25 +02:00
Tom Willemse 2767104527 Add simplistic sessions and logout
The security of these sessions should be upgraded to verify that the
user is actually allowed to look at the page(s) and that the given
session hasn't expired, among other things.
2013-06-24 00:39:40 +02:00
Tom Willemse 5deba1e60d Add login page
Nothing is yet done with the information, but it should soon.
2013-06-23 21:13:36 +02:00
Tom Willemse 8aa9bcb7d5 Add editing-scrumelo-story macro
This macro makes it easier to define some actions to edit a scrumelo
story and then saving that buffer.
2013-06-22 00:05:33 +02:00
Tom Willemse 164bd5cea3 Add ID to new stories
This way the new stories can be moved, their states can be changed and
their info can be requested.
2013-06-21 23:33:48 +02:00
Tom Willemse 5885f98eab Add changing order of stories 2013-06-20 22:51:56 +02:00
Tom Willemse e529f38b59 Add changing of state
By clicking on a story's state you change that story's state to the next
possible state.
2013-06-20 21:04:44 +02:00
Tom Willemse 53dfb99f6b Add with-scrumelo-buffer 2013-06-20 20:18:47 +02:00
Tom Willemse 07fbe5ece2 Replace front-end with React 2013-06-19 23:51:54 +02:00
Tom Willemse 024b66d4c7 Fix typos, remove junk 2013-06-02 00:09:35 +02:00
Tom Willemse f1e8797a66 Add control command for easy starting/reloading 2013-06-02 00:00:27 +02:00
Tom Willemse 431dd48e4a Add scrumelo-story-json to url dispatcher 2013-06-01 23:49:46 +02:00
Tom Willemse 4edb806e09 Fix scrumelo--base-directory
It was storing the file-name when loaded, not the directory of the
file-name.
2013-06-01 23:49:29 +02:00
Tom Willemse 2a9822daac Get data on a story from the server
Uses a GET request to get extra data about a story, if that story
already exists it removes it so users can hide/show as much as they
like.
2013-05-22 21:50:56 +02:00
Tom Willemse 77eebc0361 Add scrumelo--base-dir
This should help with serving files and such, so I don't have to stay
in the right buffer to make everything work.
2013-05-22 21:49:16 +02:00
Tom Willemse a5eb8e2da5 Hide new story form
Use jQuery to allow it to be toggled between visible and invisible.
2013-05-21 21:19:29 +02:00
Tom Willemse bf8518848d Add form to create new stories 2013-05-20 15:02:30 +02:00
Tom Willemse 13c036e82e Add an icon before TODO state 2013-05-20 14:32:27 +02:00
Tom Willemse 6a1d1398a2 Extract some functions
To make the `scrumelo-backlog-page' function a little simpler some
small functions were extracted from it, this makes the overall code
look a little nicer since it doesn't cross the 80th column.

Some CDN files were added as well, there are not used yet.
2013-05-20 14:16:57 +02:00
Tom Willemse ded34a194c Rename project variable to scrumelo
To make it namespace-clean.
2013-05-20 13:27:38 +02:00
Tom Willemse 6cd2241d51 Initial commit 2013-05-19 16:35:14 +02:00