Annotation Widget Proposal - WebAPI
@anthonysena is already working on this.
Since Jul 14, 2019.
- Dominant language
- Java
- Stars
- 151
- Forks
- 183
- Avg merge
- 14m
- Merged PRs (30d)
- 2
Description
Overview
In order to improve ATLAS/WebAPI's ability to validate a cohort, I've implemented an annotation widget. This annotation widget allows a user in ATLAS to perform manual chart review, i.e. answer a set of questions (or multiple sets) regarding a subject in a cohort. The results of the chart review are persisted for later processing. Here is a picture of the widget (sidebar on right side):
The widget needs several tables added to the webapi schema as well as new CRUD endpoints in order to operate. The proposed schema is depicted in the following diagram:

Note: @pavgra, @chrisknoll, @anthonysena we are no longer proposing adding a separate annotation_author table, instead the annotation.user_id attribute will be FK to shiro or null (i.e. anonymous) for non-shiro installations.
If you'd like to view the accompanying front-end/knockout.js design proposal, go here.
Also, can the appropriate person grant me permission to push a branch to the this repo so the widget's endpoints and supporting schema can be further reviewed?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.