jerdra/niviz-rater

ENH: Exemplar ratings for categories

Open

#11 opened on Dec 8, 2021

 (0 comments) (0 reactions) (0 assignees)Python (4 forks)auto 404
backendenhancementfrontendhelp wantedimpact: medium

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

There's been user feedback for the implementation of exemplar QC items for each qc category. The purpose of this is to serve as an example of the typical characteristics a certain QC image should have in order to be rated for a given category.

The requirements we hope to meet in this issue are the following:

Back-end

  1. Add a database boolean column for is_exemplar in models.py
  2. Include this as part of initial data pull from the initial data fetch

Front-end

  1. Include an "Mark as Exemplar" in the QC modal interface
  2. When an item is an "Exemplar" it should have a visual cue to indicate that it is a defining feature (add a UI element over a tile marked as an exemplar).
  3. When sorted by QC category, items marked as an Exemplar should always appear first

Contributor guide