objectType ProposalReview
A review of a proposal
classDiagram
class ProposalReview{
ivoa:string comment
ivoa:real score
ivoa:boolean technicalFeasibility
ivoa:datetime reviewDate
}
ProposalReview --> "1" Reviewer : reviewer
link Reviewer "../Reviewer"
Members
name | type | mult | description |
---|---|---|---|
reviewer | Reviewer | the reviewer making this review | |
comment | ivoa:string | Description | |
score | ivoa:real | the review score | |
technicalFeasibility | ivoa:boolean | is the proposal technically feasible | |
reviewDate | ivoa:datetime | the date that the review is submitted |
References Detail
- Reviewer is model wide.
Containment
This is contained by SubmittedProposal