-
Notifications
You must be signed in to change notification settings - Fork 2
HDPI-6030: Gen app - What Order Wanted screen #1837
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
Merged
scottstewart-sl
merged 21 commits into
HDPI-6029_other_parties_agree
from
HDPI-6030_what_order_and_why
May 28, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2d1aacb
HDPI-6030: Gen app - What Order Wanted screen
scottstewart-sl bb11b65
HDPI-6030: Gen app - what order content tweaks
scottstewart-sl 78b0a49
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl 06b9f36
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl a8da896
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl c0ae23d
Update ExUI chart to 1.0.44
scottstewart-sl dbc0d40
Bumping chart version/ fixing aliases
hmcts-jenkins-j-to-z[bot] 3b042c8
Update ccd chart to 9.2.3
scottstewart-sl 77e3563
Revert Xui chart to 1.0.39
scottstewart-sl 5dff92f
Revert ccd chart to 9.2.2
scottstewart-sl adc15ef
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
marianadpereira 714b89c
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl 2d6503a
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl d7a2613
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl 236195a
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl 76bbb1b
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl f7c12b8
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl ef5dda5
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
scottstewart-sl 7f9b452
Merge branch 'HDPI-6029_other_parties_agree' into HDPI-6030_what_orde…
PadmaDeenadayalan 8268ead
HDPI-6030- Automation-What-order-do-you-want-to-make-and-why (#1891)
PadmaDeenadayalan 442f6b3
removed @PR tags from spec files
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 hidden or 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 hidden or 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
4 changes: 2 additions & 2 deletions
4
...mentToSupportYourApplication.page.data.ts → ...SupportDefendantsApplication.page.data.ts
This file contains hidden or 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 hidden or 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 hidden or 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
18 changes: 3 additions & 15 deletions
18
...ge-data-figma/page-data-genApps-figma/whatOrderDoYouWantTheCourtToMakeAndWhy.page.data.ts
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,9 @@ | ||
| export const whatOrderDoYouWantTheCourtToMakeAndWhy = { | ||
| mainHeader: `What order does the defendant want the court to make, and why?`, | ||
| makeAnApplicationParagraph: `Make an application`, | ||
| includeDetailsOfAnyFactsParagraph: `Include details of any facts or evidence that you think the court should consider when it makes a decision. You can upload your evidence on the next page.`, | ||
| explainWhatYouWantTextLabel: `Explain what you want the court to do, and why`, | ||
| youHave600CharactersHiddenHintText: `You have 6,800 characters remaining`, | ||
| includeDetailsOfAnyFactsParagraph: `Include details of any facts or evidence that you think the court should consider when it makes a decision. You can upload the evidence on the next page.`, | ||
| explainWhatYouWantTextLabel: `Explain what the defendant wants the court to do, and why`, | ||
| whatYouWantTheCourtToDoTextInput: 120, | ||
| continueButton: `Continue`, | ||
| previousButton: `Previous`, | ||
| cancelLink: `Cancel`, | ||
| backLink: `Back`, | ||
| feedbackLink: `feedback (opens in new tab)`, | ||
| pageSlug: `what-order-do-you-want-the-court-to-make-and-why`, | ||
| thereIsAProblemErrorMessageHeader: `There is a problem`, | ||
| errorValidationType: { one: `radioOptions`, two: `textField`, three: `checkBox` }, | ||
| errorValidationField: { | ||
| errorTextField: [ | ||
| { type: 'empty', input: 'EMPTY', errMessage: 'Confirm the order you want the court to make, and why' }, | ||
| { type: 'moreThanMax', input: 6900, errMessage: 'Must be 6800 characters or fewer' }, | ||
| ], | ||
| }, | ||
| }; |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.