aboutsummaryrefslogtreecommitdiffstats
path: root/defmodule.lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-04 23:55:43 +0200
committerGravatar Tom Willemse2013-07-04 23:55:43 +0200
commit12ee321c64a964a56ad26a8d342f52c76250a0a3 (patch)
treef74b9044aecbc500010742dc41b4a6aaac4be214 /defmodule.lisp
parent6edd373ad92f6c966120c63ffe5b53fefe81d81e (diff)
downloadscrumli-12ee321c64a964a56ad26a8d342f52c76250a0a3.tar.gz
scrumli-12ee321c64a964a56ad26a8d342f52c76250a0a3.zip
Task state and priority editing
Diffstat (limited to 'defmodule.lisp')
-rw-r--r--defmodule.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/defmodule.lisp b/defmodule.lisp
index 2cc9148..00a1841 100644
--- a/defmodule.lisp
+++ b/defmodule.lisp
@@ -21,13 +21,13 @@
(define-method post-task (story-id description reporter)
"Post a new task for a story.")
- (define-method story-get-state (id)
+ (define-method story-get-state (type id)
"Get the state of a story.")
- (define-method story-set-state (id state)
+ (define-method story-set-state (type id state)
"Set the state of a story.")
- (define-method story-change-priority (id dir)
+ (define-method story-change-priority (type id dir)
"Change the priority of a story in direction DIR."))
(restas:define-module #:scrumli