aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded sexml codeGravatar Tom Willemse2013-07-281-19/+0
|
* Show signin and signout iconsGravatar Tom Willemse2013-07-251-1/+2
|
* Add user filterGravatar Tom Willemse2013-07-251-0/+6
| | | | | | Users can now either look at the whole list or only tasks assigned to them. Currently this waits for the refresh to change the list, this should be fixed in the future.
* Change manner of assignmentGravatar Tom Willemse2013-07-241-0/+9
| | | | | | | Instead of having an input in which an assignee's email address can be entered, show the gravatar of the assignee, or a question mark if no assignee has been specified, and upon clicking it show a modal dialog where this information can be changed.
* Add assignment for storiesGravatar Tom Willemse2013-07-241-0/+9
|
* Add GNU AGPLGravatar Tom Willemse2013-07-231-0/+16
|
* Show gravatar avatarGravatar Tom Willemse2013-07-151-0/+5
|
* Use a dialog to send new stories.Gravatar Tom Willemse2013-07-151-2/+2
|
* Remove unused routeGravatar Tom Willemse2013-07-141-6/+0
|
* Use closure-templatesGravatar Tom Willemse2013-07-131-49/+19
|
* Make certain items seem more clickableGravatar Tom Willemse2013-07-131-1/+3
|
* Handle task interaction like story interactionGravatar Tom Willemse2013-07-131-4/+12
| | | | | When moving or adding tasks, instead of waiting for the user to reselect the task reload the task each time.
* Deal with json more consistentlyGravatar Tom Willemse2013-07-131-13/+7
|
* Respond to some more POSTsGravatar Tom Willemse2013-07-071-14/+20
|
* Reload stories immediatelyGravatar Tom Willemse2013-07-071-2/+4
| | | | | Reload the stories list immediately after successfully adding a new story.
* Small refactorGravatar Tom Willemse2013-07-051-61/+68
|
* Update UIGravatar Tom Willemse2013-07-051-6/+39
| | | | | - Add `navbar's - Show a `hero-unit' on the login page with a big login button.
* Pass story id as POST parameterGravatar Tom Willemse2013-07-051-2/+3
| | | | | For some reason using a route template "stories/:id/tasks/new" works locally, but not on my server, so do without.
* Task state and priority editingGravatar Tom Willemse2013-07-041-6/+24
|
* Add tasks to storiesGravatar Tom Willemse2013-07-041-0/+7
|
* Remove debug format statementsGravatar Tom Willemse2013-07-011-2/+0
|
* Initial commitGravatar Tom Willemse2013-07-011-0/+153