6490 prevent duplication petition service#9782
Draft
paulo-filho-ctr wants to merge 15 commits intostagingfrom
Draft
6490 prevent duplication petition service#9782paulo-filho-ctr wants to merge 15 commits intostagingfrom
paulo-filho-ctr wants to merge 15 commits intostagingfrom
Conversation
…hat serves the petition
…ed code. Moved call to markAsSentToIRS to after check for if petition was served
…moved mock for getUserById from test
…ithub.com/ustaxcourt/ef-cms into 6490-prevent-duplication-petition-service
… get docket entry for the petition. Updated petition clerk qcs petition to allow for adding generated orders to be optional.
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
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.
Test Rail Results
Summary 6490
postgres-helpers.ts: defines new async functiongetDocketEntryIdsByCaseAndEventCodeto retrieve the petition docket idpetitions-clerk-qcs-and-serves-electronic-case.ts: updatespetitionsClerkQcsAndServesElectronicCasewith new parameters to ease click/check order/noticespetitions-clerk-serves-case-twice.cy.ts: adds integration coverage to prevent petitions from bring served twiceEntityConstants.ts: adds new error constantserveCaseToIrsInteractor.test.ts: unit tests coverage forserveCaseToIrsInteractor.tsserveCaseToIrsInteractor.ts: adds new condition that throws an error if a petition is already served; sends error via socket messages notificationsendNotificationToUserTypes.ts: defines new socket error typeServeToIrsDuplicateErrorNotificationserveToIrsDuplicateErrorSequence.test.ts: unit test coverage forserveToIrsDuplicateErrorSequence.tsserveToIrsDuplicateErrorSequence.ts: a sequence to display modal in case of attempting to serve petition twicepresenter.ts: importsserveToIrsDuplicateErrorSequencesocketRouter.test.ts: unit test coverage forsocketRouter.tssocketRouter.ts: adds new route to display theServeCaseToIrsDuplicateErrorModalusing theserveToIrsDuplicateErrorSequenceReviewSavedPetition.tsx: displaysServeCaseToIrsDuplicateErrorModalwhen attempting to serve petition twiceServeCaseToIrsDuplicateErrorModal.test.tsx: unit test coverage forServeCaseToIrsDuplicateErrorModal.tsxServeCaseToIrsDuplicateErrorModal.tsx: modal to display attempt to serve petition twicecypress.config.ts: imports helper methodgetDocketEntryIdsByCaseAndEventCode