Skip to content

fix eligibility tool uqhp selection blocking plan shopping#6014

Merged
jacobkagon merged 4 commits intotrunkfrom
fix-uqhp-selection-in-eligibility-tool-shop-block
Feb 5, 2026
Merged

fix eligibility tool uqhp selection blocking plan shopping#6014
jacobkagon merged 4 commits intotrunkfrom
fix-uqhp-selection-in-eligibility-tool-shop-block

Conversation

@charlienparker
Copy link
Copy Markdown
Contributor

@charlienparker charlienparker commented Feb 2, 2026

PR Checklist

Please check if your PR fulfills the following requirements:

  • The title follows our guidelines
  • Tests for the changes have been added (for bug fixes/features), and they use let helpers and before blocks.
  • For all UI changes, there is Cucumber coverage.
  • Any endpoint touched in the PR has an appropriate Pundit policy. For open endpoints, the reasoning is documented in the PR and code.
  • Any endpoint modified in the PR only responds to the expected MIME types.
  • For all scripts or rake tasks, how to run them is documented in both the PR and the code.
  • There are no inline styles added.
  • There is no inline JavaScript added.
  • There is no hard-coded text added/updated in helpers/views/JavaScript. New/updated translation strings do not include markup/styles unless there is supporting documentation.
  • Code does not use .html_safe.
  • All images added/updated have alt text.
  • Does not bypass RuboCop rules in any way.

PR Type

What kind of change does this PR introduce?:

  • Bugfix
  • Feature (requires Feature flag)
  • Data fix, Migration, or Report (inert code, no impact until run)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • CI related changes
  • Dependency updates (e.g., add a new gem or update to a version)
  • Release (Prepares code for a release, e.g., version bumps, changelog updates, tagging, deployment scripts)

What is the ticket # detailing the issue?

Ticket: https://app.clickup.com/t/868gpqe4y

A brief description of the changes:

Current behavior: UQHP program selections in the Admin Create Eligibility tool on the Families datatable prevents user shopping.

New behavior: UQHP program selections in the Admin Create Eligibility tool on the Families datatable allows user shopping.

Feature Flag

For all new feature development, a feature flag is required to control the exposure of the feature to our end users. A feature flag needs a corresponding environment variable to initialize the state of the flag. Please share the name of the environment variable below that would enable/disable the feature and indicate which client(s) it applies to.

Variable name:

  • DC
  • ME

Additional Context

Include any additional context that may be relevant to the peer review process.

See components/financial_assistance/app/domain/financial_assistance/operations/applications/aptc_csr_credit_eligibilities/renewals/add_determination.rb:L118 for the example mapping of is_without_assistance and is_uqhp_eligible

@charlienparker charlienparker marked this pull request as ready for review February 2, 2026 22:09
Copy link
Copy Markdown
Contributor

@jacobkagon jacobkagon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks good. Will successfully build QHP grants.

@jacobkagon jacobkagon enabled auto-merge (squash) February 4, 2026 16:31
Copy link
Copy Markdown
Contributor

@TristanB17 TristanB17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jacobkagon jacobkagon merged commit cad6162 into trunk Feb 5, 2026
270 of 276 checks passed
@jacobkagon jacobkagon deleted the fix-uqhp-selection-in-eligibility-tool-shop-block branch February 5, 2026 14:27
sri49 pushed a commit that referenced this pull request Feb 23, 2026
set is_without_assistance when is_uqhp_eligible
vFos2016 added a commit that referenced this pull request Feb 25, 2026
* disabling browser cache around users/profile sign up (#5961)

* update upload verification file error message (#5994)

update upload error message

* update duplicate ssn messaging for QHP (#6012)

* update messaging in html

* dont redirect to applicant page

* rubocop

* spec for seeing correct form errors

* fix failing spec on trunk

* fix eligibility tool uqhp selection blocking plan shopping (#6014)

set is_without_assistance when is_uqhp_eligible

* add SSN error message for creates on QHP (#6021)

* update buildx version to 0.13.0 in build and deploy workflow (#6034)

* add faraday exception to bundler audit (#6033)

* add faraday exception to bundler audit

* revert version upgrade

* 868hg3b6a: Update buildx image version (#6050)

Co-authored-by: Dominic Foster <dominic.foster@ideacrew.com>

---------

Co-authored-by: Nisanth Yaganti <yagantinisanth@gmail.com>
Co-authored-by: Alec Turnbull <alecturnbull81@gmail.com>
Co-authored-by: Charlie Parker <charlie.parker@ideacrew.com>
Co-authored-by: Jacob Kagon <69021620+jacobkagon@users.noreply.github.com>
Co-authored-by: vson-ic <vineel.sonnathi@ideacrew.com>
Co-authored-by: Dominic Foster <dominic.foster@ideacrew.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants