aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Separate route from function definitionsGravatar Tom Willemse2013-08-181-188/+199
|
* Use *base-directory* to find location of assetsGravatar Tom Willemse2013-08-181-1/+3
| | | | | | | Static assets are located in the `static/' sub-directory of the project. Locating them with just `static/' works fine if execution is started in the project's directory, but when starting somewhere else this causes trouble.
* Don't use absolute http://Gravatar Tom Willemse2013-08-141-6/+6
| | | | Apparently it doesn't play nice together with running on https://.
* Rewrite with ningleGravatar Tom Willemse2013-07-291-157/+206
| | | | | | | | | | | | Replaces restas with ningle. Restas had 2 problem I could not overcome: 1) It would only let me return a status code or a response, not, for example, a 403 status code with some json. 2) It would not allow me to place it under a subdirectory. Both of these problems possibly (likely) have solutions with restas, but I already found out how to do these things with ningle. This rewrite is sloppy and messy. The code should be cleaned up soon.
* 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