aboutsummaryrefslogtreecommitdiffstats
path: root/static
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite with ningleGravatar Tom Willemse2013-07-291-15/+15
| | | | | | | | | | | | 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.
* Add user filterGravatar Tom Willemse2013-07-251-3/+34
| | | | | | 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.
* Remove some superfluous functionsGravatar Tom Willemse2013-07-241-8/+2
|
* Change manner of assignmentGravatar Tom Willemse2013-07-241-24/+85
| | | | | | | 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.
* Rename myModal to newTaskModalGravatar Tom Willemse2013-07-241-3/+3
|
* Show assigned gravatar in story and task listsGravatar Tom Willemse2013-07-241-0/+27
|
* Add assignment for storiesGravatar Tom Willemse2013-07-241-1/+11
|
* Add GNU AGPLGravatar Tom Willemse2013-07-233-0/+48
|
* Fix style for story contentGravatar Tom Willemse2013-07-162-1/+5
|
* Use a dialog to send new stories.Gravatar Tom Willemse2013-07-152-17/+47
|
* Make certain items seem more clickableGravatar Tom Willemse2013-07-132-7/+14
|
* Handle task interaction like story interactionGravatar Tom Willemse2013-07-131-6/+35
| | | | | When moving or adding tasks, instead of waiting for the user to reselect the task reload the task each time.
* Show story data next to backlogGravatar Tom Willemse2013-07-131-32/+38
|
* Clear table after fetch from serverGravatar Tom Willemse2013-07-131-0/+1
| | | | | | 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).
* Cleanup JSGravatar Tom Willemse2013-07-131-82/+30
| | | | Use `$.post' instead of `$.ajax'. This makes everything cleaner.
* Respond to some more POSTsGravatar Tom Willemse2013-07-071-16/+23
|
* Reload stories immediatelyGravatar Tom Willemse2013-07-071-23/+30
| | | | | Reload the stories list immediately after successfully adding a new story.
* Pass story id as POST parameterGravatar Tom Willemse2013-07-051-1/+3
| | | | | For some reason using a route template "stories/:id/tasks/new" works locally, but not on my server, so do without.
* Don't assume there are tasksGravatar Tom Willemse2013-07-051-2/+8
|
* Task state and priority editingGravatar Tom Willemse2013-07-041-3/+30
|
* Improve look of some UI elementsGravatar Tom Willemse2013-07-041-3/+4
|
* Add tasks to storiesGravatar Tom Willemse2013-07-041-0/+76
|
* Initial commitGravatar Tom Willemse2013-07-012-0/+227