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

Denial questions #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jfang5792
Copy link
Collaborator

… btn labels to start/next/skip light styling, add skipHealthHistory state, add additional str attribute..

  • Show text attribute in TextBlurb component as questions first array first text / disappears once user clicks ‘start’
  • Set button labels to correspond with flow: ’Start’ -> ‘Next’ + ‘Skip’ button, also round button edges

  • Add skipHealthHistory state, set to false initially
-Create SkipHealthHistory handler function to set to true upon user click
  • TODO: fix input box size on ‘Your Insurance Denial’ page
-Add additional str attribute in questions array, for 'healthHistory' under input box

… btn labels to start/next/skip light styling, add skipHealthHistory state, add additional str attribute..
@jfang5792 jfang5792 requested a review from holdenk November 20, 2024 06:14
Comment on lines +288 to 294
{currentQuestionSetIndex === 0
? 'Start'
: currentQuestionSetIndex < questions.length - 1
? 'Next'
: 'Submit'}
</Button>
</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

Gotcha so the plan here is to ask the initial set of questions then trigger a submit and fetch another set of questions? (Just asking since I don't see anything for the getting additional questions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants