Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Add extended field reports #1826

Merged
merged 2 commits into from
May 6, 2022
Merged

Add extended field reports #1826

merged 2 commits into from
May 6, 2022

Commits on May 6, 2022

  1. Add extended field reports

    - Contributors With Extended Fields Cumulative: This report lists
    the number of contributors who have submitted each field type. It is
    organized into months, where each month's count includes all extended
    fields with an update date of that month or earlier.
    - Facilities With Extended Fields Cumulative: This report lists
    the number of facilities that have each field type. It is
    organized into months, where each month's count includes all extended
    fields with an update date of that month or earlier.
    - Processing Type Facility Type Matched Values: This report lists each
    taxonomy value that has been assigned to an extended field, accompanied
    by a list of the raw values that have been matched to that value.
    - Processing Type Facility Type Unmatched Values: This report lists
    each raw value that was submitted as a Processing_Type_Facility_Type
    and wasn't matched to a taxonomy value, as well as a count of the number
    of times that raw value was submitted.
    - Submitted Product Type Values: This report lists each raw value that
    was submitted for a product_type extended field, as well as a count of
    the number of times that raw value was submitted.
    TaiWilkin committed May 6, 2022
    Configuration menu
    Copy the full SHA
    99f3dad View commit details
    Browse the repository at this point in the history
  2. Remove duplicate field_name choices

    Two of the choices for ExtendedField.field_name were mistakenly
    duplicated (facility_type and processing_type). Removes the duplicates
    via migration and model change.
    TaiWilkin committed May 6, 2022
    Configuration menu
    Copy the full SHA
    f2f13ed View commit details
    Browse the repository at this point in the history