Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eligibility to response model - fixes #1292 #1300

Merged
merged 13 commits into from
Nov 20, 2023

Commits on Nov 3, 2023

  1. add eligibility field to Response model/serializer, set value on obje…

    …ct creation, add/refactor queries, add helper
    becky-gilbert committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    32a4f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea95c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5b037 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    400bfeb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    bb4fb0e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    fcf9541 View commit details
    Browse the repository at this point in the history
  2. add a default blank value for Study criteria expression, modify respo…

    …nse eligibility migration to include change to Study model
    becky-gilbert committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0011558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f67673 View commit details
    Browse the repository at this point in the history
  4. Revert "handle missing fields needed to set eligibility value" since …

    …the necessary validation is handled by the modeland forms.
    
    This reverts commit bb4fb0e.
    becky-gilbert committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1d25cc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    8057c43 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    47dafb7 View commit details
    Browse the repository at this point in the history
  2. add tests for eligibility field, get_eligibility_for_response returns…

    … sorted list of eligibility strings
    becky-gilbert committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    bb1f0cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ed8ca View commit details
    Browse the repository at this point in the history