-
Notifications
You must be signed in to change notification settings - Fork 10
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
bootstrap 4 upgrade #3707
Merged
Merged
bootstrap 4 upgrade #3707
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scaustin34
force-pushed
the
clean-bootstrap-4-upgrade
branch
3 times, most recently
from
April 8, 2024 17:53
7b640f8
to
eddc800
Compare
kristinmerbach
force-pushed
the
clean-bootstrap-4-upgrade
branch
3 times, most recently
from
May 9, 2024 16:26
41f8d66
to
3f35160
Compare
kristinmerbach
force-pushed
the
clean-bootstrap-4-upgrade
branch
2 times, most recently
from
May 20, 2024 14:15
4b438d2
to
ad1ff05
Compare
kristinmerbach
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
May 29, 2024 14:56
1b16d47
to
4d894e3
Compare
scaustin34
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
June 3, 2024 15:10
1de0183
to
daa0a07
Compare
kristinmerbach
force-pushed
the
clean-bootstrap-4-upgrade
branch
2 times, most recently
from
June 10, 2024 14:30
dc5f57d
to
2dfb81c
Compare
kristinmerbach
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
June 13, 2024 15:27
0ec06d1
to
ecacb27
Compare
scaustin34
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
June 18, 2024 15:01
6ad8ab4
to
49d0dcc
Compare
scaustin34
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
June 26, 2024 17:18
d38df6b
to
714bed1
Compare
kristinmerbach
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
July 12, 2024 14:43
45218ba
to
a37bca3
Compare
ATBull81
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
July 19, 2024 13:07
36a22ff
to
5a7b9c4
Compare
bbodine1
force-pushed
the
clean-bootstrap-4-upgrade
branch
2 times, most recently
from
July 26, 2024 13:51
1c54925
to
de83421
Compare
bbodine1
force-pushed
the
clean-bootstrap-4-upgrade
branch
3 times, most recently
from
August 1, 2024 11:14
239fd57
to
c242e09
Compare
kristinmerbach
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
August 1, 2024 17:48
421270d
to
56604b6
Compare
bbodine1
force-pushed
the
clean-bootstrap-4-upgrade
branch
4 times, most recently
from
August 7, 2024 11:37
0316071
to
4b97af7
Compare
bbodine1
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
August 9, 2024 11:04
cfc026d
to
8115067
Compare
remove link, put text in flash into translation
Signed-off-by: Kristin Merbach <[email protected]>
* refactor last alpha pagination to condense letters * rubocop fix
consistent quotations for not sure options in bodies
* fix submit handling for edit form * disable and blur confirm on submit, remove modal from edit * remove console.log * update tabindex on reenable * remove debug headers * remove unneeded char * remove unneeded char
remove unneeded translations, use correct text for address 1 label and placeholder
fix cancellation spelling
kristinmerbach
force-pushed
the
clean-bootstrap-4-upgrade
branch
from
September 10, 2024 20:28
57ba926
to
cae4825
Compare
polographer
approved these changes
Sep 10, 2024
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.
Amazing work from the whole team, this raises the bar of what we can do on UI
saikumar9
approved these changes
Sep 11, 2024
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.
👏 🔥
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR Checklist
Please check if your PR fulfills the following requirements
PR Type
What kind of change does this PR introduce?
This is the complete refactor of the UI. Details on individual commits are on the PRs that came into this branch.
What is the ticket # detailing the issue?
Ticket: This is not one singular ticket but multiple epics:
A brief description of the changes
Current behavior: Old outdated UI based on Bootstrap 3
New behavior: New UI based on Bootstrap 4
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 which client(s) it applies to.
Variable names:
BS4_CONSUMER_FLOW_IS_ENABLED -> used for all pages in the consumer flow (aka, that can be used by an individual looking for coverage)
BS4_BROKER_FLOW_IS_ENABLED -> used for all broker specific pages
CHOOSE_SHOPPING_METHOD_IS_ENABLED -> adds a new page to the plan shopping flow to send users to Checkbook rather than our plan shopping
SEND_EXTRA_FIELDS_TO_CHECKBOOK_IS_ENABLED -> sends two new fields to the checkbook service in order to enhance the Checkbook UI
CANCELLATION_REASON_FIELD_IS_ENABLED -> Adds a new field to the cancel plan form to be stored in the data warehouse.
MASK_SSN_UI_FIELDS -> hides full SSNs from the UI. For non-inputs, they have been removed from the UI. For inputs they can be made visible (with the proper permissions) by clicking the "eye" icon in the input
SENSOR_TOBACCO_CARRIER_USAGE_IS_ENABLED -> hides the tobacco use question from the UI and sends a default U to the carriers.
Additional Context
Include any additional context that may be relevant to the peer review process.
AppScan CodeSweep Failure
In the event of a failed check on the AppScan CodeSweep step of our GitHub Actions workflow, please review the False Positive protocol outlined here: appscan_codesweep/CODESWEEP_FALSE_POSITIVES_README.MD
Add all required notes to this section if the failure is a suspected false positive.