-
Notifications
You must be signed in to change notification settings - Fork 0
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
Task/wp11 add remove excep button #165
Conversation
status and request_type. - Got Add and Remove button working
call to the DB:
…ore-CMS-Custom into task/WP11-Add-Remove-Excep-Button
for multiple inserts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks good!
…-Add-Remove-Excep-Button
requests rather than the DB query
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, form working locally as well. I have one suggestion below, otherwise ready to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Overview
Add/Remove Threshold exceptions with dynamic select and helper txt elements
Related
Changes
Testing
cdls = [('CDLME001', 'Data Submitter Code', '100'),
('CDLME004', 'Member\nInsurance/Product\nCategory Code', '90'),
('CDLME005', 'Start Year of\nSubmission ', '100'),
('CDLME006', 'Start Month\nof Submission ', '100'),
('CDLME007', 'Insured Group or Policy Number', '80'),
('CDLME009', 'Medicaid AID Category ', '50'),
('CDLME011', 'Plan Specific Contract Number', '60'),
('CDLME012', 'Subscriber Last Name ', '100'),
('CDLME013', 'Subscriber First Name ', '100'),
('CDLME015', 'Sequence Number ', '100'),
('CDLME017', 'Individual Relationship\nCode', '90'),
('CDLME018', 'Member Gender ', '90'),
('CDLME019', 'Member Date of Birth ', '90'),
('CDLME020', 'Member Last Name ', '100'),
('CDLME021', 'Member First Name ', '100'),
('CDLME023', 'Member Street Address', '60'),
('CDLME024', 'Member City Name ', '60'),
('CDLME025', 'Member State or Province', '80'),
('CDLME026', 'Member ZIP Code ', '80'),
('CDLME036', 'Medical Coverage\nUnder This Plan', '90'),
('CDLME037', 'Pharmacy Coverage\nUnder This Plan', '90'),
('CDLME039', 'Behavioral Health\nCoverage Under This\nPlan', '90'),
('CDLME040', 'Primary Insurance Indicator', '100'),
('CDLME041', 'Coverage Type ', '50'),
('CDLME045', 'Group Name ', '60'),
('CDLME050', 'Plan Effective Date ', '90'),
('CDLME061', 'Carrier Specific Unique\nMember ID', '95'),
('CDLME062', 'Carrier Specific Unique\nSubscriber ID', '95'),
('CDLME064', 'High Deductible Plan Indicator', '50'),
('CDLME899', 'Record Type ', '100')]
submitters = [ (2, 'TESTGOLD', 10000001, 'gmunoz1', 'CHCD'), (3, 'TESTGOLD', 10000002, 'gmunoz1', 'CHCD'), (1, 'TESTGOLD', 10000000, 'gmunoz1', 'CHCD') ]
These are the corresponding codes for each file type:
UI
Added buttons
Helper text will dynamically update on Threshold Percentage based on Field Code for each exception block.
When one block is showing:
When several blocks are showing: