This is a simple peer review model that allows for very simple peer reviews.
- Entities/User: contains a reviewee's user and list of reviews.
- Interfaces/User: defines the interface for the user entity.
- IO/Review: Describes a review.
- IO/ReviewRound: Describes a review round.
- Orchestrations/ReviewProcess: Describes the review process.