Run eligibility check feature (#2463) #2477
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Eligibility check backend changes (Eligibility check backend changes #2460)
adds run eligibility check controller action and routes
adds specs
adds run eligibility route
Eligibility check authorization (Eligibility check authorization #2465)
adds pundit policy for admin access only
fixes typo
fixes spec failures
Run eligibility check front (Run eligibility check front #2464)
Implement eligibility checks in front-end UI
removed placeholder button
Fixed failing specs
fixed mistyped javascript
Rails renders button_tag as a form with an input field, why selector was not being found. Working specs
Added Specs for Eligibility Check Partial
Moved Eligibility Spec to its correct directory
Added Translations for Run Eligibility button
resolved rubocop errors for files that aren't slim templates
fixed more rubocop issues, more are failing
removed comment
fixed route mispell
Added translations for the response text
fixed UI breaking from translations update
adds condition to display the button during OE period
PR revisions
fixes the row alignment issue
Master Redmine ticket
Child Redmine ticket(s)
Local build result
Latest rebase/merge tag
Data ticket(s) Followup
Related Pull Requests
TODOs / Notes
Peer Review
Functional Testing
Deployment