Custom type for registering a vote in RTC?
I'm evaluating RTC for a collaborative feature list. It shall be possible for several people to put their vote on different feature requests. The feature requests that then gets the highest votes should continue to be developed.
I'm a newbie of RTC but from what I can see none of this is possible. Any ideas how this can be solved?
Accepted answer
Hello,
It sounds as though you want RTC to function as Rational Focal Point...which has these features out of the box.
Comments
2 other answers
If you wanted to just extend RTC to do something like this, you could add a custom "supporting user" attribute (declared to be a "contributor list"). If you wanted to work harder, you could write a follow-up action that maintains a "supporting user count" integer field that is just the number of entries in the "supporting user" field. You could also write a precondition that only allows a user to add/remove their own name from the list. (Note: there are existing forum answers on how to write those kinds of actions).