-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feature/dynamic preferences #1167
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
14b5634
Created expandable content component
dominikx96 d631e25
Exported ExpandableContext component
dominikx96 4d2e866
Updated seeds to add preference links
dominikx96 ef61f11
Added new preferences page - keep old for now
dominikx96 3c2811c
Moved reusable logic to the helper
dominikx96 c016bb9
Built dynamic form
dominikx96 596d7dc
Add hhMemberSelect type to InputTypes (#1144)
pbn4 8591a07
Added household member type
dominikx96 f618408
Integrated hh select
dominikx96 408e263
Refactored all FormAddress instances
dominikx96 dcd0bb9
Created helper to have an access to nested properties from string
dominikx96 8116d62
Exported helper
dominikx96 7e786af
Validate nested form options
dominikx96 55cf25a
Added validation function
dominikx96 863d282
Added form validation
dominikx96 7b8cb20
Added new step to the config & cleanup
dominikx96 497a527
Set default preference values
dominikx96 2742e4f
Cleanup
dominikx96 bf3536f
Merge branch 'master' into feature/dynamic-preferences
dominikx96 b936a98
Cleanup
dominikx96 46eb2e3
Updated summary details
dominikx96 360f69e
Cleanup
dominikx96 46d7efa
Updating preferences page styles
b5231ae
remove legend reset
12b438f
Merge branch 'master' into feature/dynamic-preferences
dominikx96 eed8a6e
Updated preferences path
dominikx96 1c78d7d
Created test for dynamic preferences
dominikx96 bb3a08e
Updated form to store selected preferences only
dominikx96 447e7a7
Fix application hook issue with empty search param
dominikx96 e2c1a6f
Added context test
dominikx96 c2a880d
Updated test and cleanup
dominikx96 a94a9bb
Removed old translations
dominikx96 b851119
Merge branch 'master' into feature/dynamic-preferences
dominikx96 fbb827d
Removed old displaced preference page
dominikx96 8c5427d
Added missing translation
dominikx96 aaa1764
Fixed broken tests
dominikx96 65fbe64
Updated tests to load listing with 2 preferences
dominikx96 5443312
Added more information about function
dominikx96 5dc694c
Cleanup
dominikx96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
98 changes: 0 additions & 98 deletions
98
sites/partners/src/applications/PaperApplicationForm/FormAddress.tsx
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
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.
What does
hhMemberSelect
stand for / refer to?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.
It's because we need to show to choose household members (user can add hh members few steps before).