I have the following needs:
1. every contribution is reviewed by several reviewer and the review consists in a grade (an integer between 0 and 5 for example). At the end of the review I need the global grade for each contribution and order the contributions according the global grade.
2. I need to classify the contributions in pre defined sections among which the submitter can chose. The keyword for example could be used for that.
Is this easy to implement ? I could eventually give a try but I would need some directions.
Thanks