From 12ee321c64a964a56ad26a8d342f52c76250a0a3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 4 Jul 2013 23:55:43 +0200 Subject: Task state and priority editing --- defmodule.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'defmodule.lisp') 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 -- cgit v1.2.3-54-g00ecf