#3 Support multiple feedback items
Opened 6 years ago by adamwill. Modified 12 days ago

Bodhi 2.0 added the concept of multiple feedback items - instead of a single +1 / 0 / -1 vote for each update which more or less meant "Does it work?", there are multiple items to be voted on for each update (and new ones can be added in various ways). f-e-k should be enhanced to display and allow voting on all the feedback items for each update.


@adamwill If you're interested, I have implemented a new CLI application (fedora-update-feedback) from scratch which has support for submitting karma, comment, bug feedback and testcase feedback for updates implemented.

However, adding bug and testcase feedback doesn't work yet because of a bodhi server issue (or possibly because the autogenerated API documentation is "lacking" -- and I can't figure out from the server code why the API doesn't work while submitting feedback via the web UI works).

The expected JSON schema for submitting feedback on test cases and bugs is weird, but it's possible. It should not be too difficult to implement this in f-e-k too.

Login to comment on this ticket.

Metadata