As a user I wish to evaluate references
See [docs](https://allel.es/docs/manual/evidence-sections.html#reference-evaluation). In the first version, we will go for a simpler version with a simple comment field per reference and without the full evaluation form:
Attached to each reference:
- Add a comment field; this should be read-only until making a button choice
- Add radio buttons: RELEVANT / INDIRECT / NOT RELEVANT / IGNORE; pressing any should open the comment field for editing
- RELEVANT: tooltip "Reference describes the same variant"; sorts to EVALUATED card
- INDIRECT: tooltip "Reference is a review or describes a similar variant"
- NOT RELEVANT: tooltip "Reference does not provide information of relevance to the variant"; sorts to corresponding card
- IGNORE: tooltip "I have all the information I need, no further references necessary"; sorts to corresponding card
TODO: Mockup for simplified version
## Technical
Reference assessment should be written to alleleState.referenceassessments. For it to save to the database modifications need to be made to `mapToApiAlleleInterpretationState` to map reference assessment to `Pydantic.NewReferenceAssessment`.
issue