I am investigating this for our case and am glad to discuss it further.
Problem
- Our readers are used to giving things a 1-5 before forwarding to the next reader
- Our admins and editors are used to sorting submissions in their queue by highest rating
Proposed Solution
- New functionality which provides a user-defined rating scale required field for forward action(s) [default: off]
Potential approaches
- New DB table that keeps track of ratings linked back to the submission_id
- New PHP function for obtaining the average of all ratings for column in submission list
- New PHP function for seeing rating by user on submissions
- If option enables, conditionally add to existing submission list table as 'rating' column
Other uses?
I am investigating this for our case and am glad to discuss it further.
Problem
Proposed Solution
Potential approaches
Other uses?