oerich / ReqtDisc

Analyse and optimise the way requirements are discussed in software developing teams.
2 stars 3 forks source link

Try to compute reasonable IDs for DiscussionEvents from Jazz #12

Closed oerich closed 12 years ago

oerich commented 12 years ago

Probably I could combine the Discussion ID and the position of the DiscussionEvent in the workitem's comment list.

oerich commented 12 years ago

Probably I should change the default schema: DiscussionEvent should have a combined primary key (id, discussionID). This allows to use the position in the comment list as id.