aboutsummaryrefslogtreecommitdiffstats
path: root/defmodule.lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-25 22:45:04 +0200
committerGravatar Tom Willemse2013-07-25 22:45:04 +0200
commit9aed8783056b6ac220289a096e342f98a4b14e1c (patch)
tree40720b798852287af17d42665e370a5d614b1cf6 /defmodule.lisp
parentf897aa6287a139b9826422de2d04f1c074a86069 (diff)
downloadscrumli-9aed8783056b6ac220289a096e342f98a4b14e1c.tar.gz
scrumli-9aed8783056b6ac220289a096e342f98a4b14e1c.zip
Add user filter
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.
Diffstat (limited to 'defmodule.lisp')
-rw-r--r--defmodule.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/defmodule.lisp b/defmodule.lisp
index 3ca601a..9381d31 100644
--- a/defmodule.lisp
+++ b/defmodule.lisp
@@ -25,6 +25,9 @@
(define-method get-all-stories ()
"Get all of the stories in the datastore.")
+ (define-method get-stories-for (username)
+ "Get all of the storiess for USERNAME.")
+
(define-method get-story (id)
"Get a story from the datastore.")