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

5512 Handle feedback #5212

Merged
merged 75 commits into from
Aug 16, 2024
Merged

5512 Handle feedback #5212

merged 75 commits into from
Aug 16, 2024

Conversation

nechama-krigsman
Copy link
Contributor

No description provided.

nechama-krigsman and others added 30 commits July 25, 2024 12:27
…ion since it doesnt save to the DB and its validated on the frontend (keep legacy pattern);
@nechama-krigsman nechama-krigsman marked this pull request as ready for review August 12, 2024 21:09
@@ -178,11 +174,6 @@ export class ElectronicPetition extends JoiValidationEntity {
'*': 'Your Petition file size is empty',
'number.max': `Your Petition file size is too big. The maximum file size is ${MAX_FILE_SIZE_MB}MB.`,
}),
petitionRedactionAcknowledgement: joi.boolean().when('petitionType', {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there any harm in leaving this in since it'll be added back with 10339? Not a whole lot of point in validating something we don't save here, but also not a whole lot of point in removing it

@@ -1622,6 +1623,11 @@ export const JUDGE_TITLES = [
] as const;
export type JudgeTitle = (typeof JUDGE_TITLES)[number];

export const PETITION_TYPES = {
Copy link
Contributor

Choose a reason for hiding this comment

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

TY!

@jimlerza jimlerza merged commit cb3a59d into ustaxcourt:staging Aug 16, 2024
44 checks passed
@jimlerza jimlerza deleted the 5512-story-updates branch August 16, 2024 01:16
@jimlerza jimlerza mentioned this pull request Aug 16, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants