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

DFR-3526: Draft orders - handle interveners and barrister uploads #2078

Open
wants to merge 402 commits into
base: master
Choose a base branch
from

Conversation

jthmcts
Copy link
Contributor

@jthmcts jthmcts commented Jan 13, 2025

Jira link

https://tools.hmcts.net/jira/browse/DFR-3526

Change description

Add new temporary field (orderFiledBy) to hold who filed the draft order so that uploads by interveners and barristers are supported.
Refactor how documents are categorised so that the orderFiledBy value determines where the documents sit in CFV.

hamzahtahirhmcts and others added 30 commits December 3, 2024 14:23
…eviewLater

# Conflicts:
#	src/main/java/uk/gov/hmcts/reform/finrem/caseorchestration/service/judgeapproval/JudgeApprovalResolver.java
@jthmcts jthmcts requested a review from dawudgovuk January 14, 2025 10:02
case APP_BARRISTER -> OrderFiledBy.APPLICANT_BARRISTER;
case RESP_BARRISTER -> OrderFiledBy.RESPONDENT_BARRISTER;
case INTVR_SOLICITOR_1 -> OrderFiledBy.INTERVENER_1;
case INTVR_SOLICITOR_2 -> OrderFiledBy.INTERVENER_2;
Copy link
Contributor

@hamzahtahirhmcts hamzahtahirhmcts Jan 14, 2025

Choose a reason for hiding this comment

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

This method is great. I like how we are using this to determine where these documents will sit and of course who uploaded them.

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.

6 participants