OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: NEW ISSUE: Deleting or updating comments


 

TARGET: WS-HT

 

DESCRIPTION:

 

It is currently possible to add comments to a task, but it is not possible to delete those comments.  It should be possible to do this.  It should also be possible to update a comment.

 

PROPOSED RESOLUTION:

 

Add a commentID field to comments which uniquely identifies a comment for a task.  The ID only needs to be unique for a single task.

 

Introduce two new operations on tasks:

 

  * deleteComment(taskID, commentID)

 

    Deletes the identified comment.

 

  * updateComment(taskID, commentID, commentString)

 

    Replaces the identified comment with the contents of the ‘commentString’ parameter.

 

The addComment() function also needs to be changed to return a comment ID.

 

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]