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

S28 3356: Schema Migration - Edit Requests #749

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

Conversation

lucas-phillips28
Copy link
Contributor

@lucas-phillips28 lucas-phillips28 commented Oct 9, 2024

JIRA ticket(s)

Change description

  • Add edit request status enum with the values:
    • PENDING
    • PROCESSING
    • COMPLETE
    • ERROR
  • Add edit_requests table with:
    • id (uuid, primary key)
    • source_recording_id (uuid referencing recordings table)
    • edit_instruction (json)
    • status (edit request status)
    • started_at (timestamp)
    • finished_at (timestamp)
    • created_by (uuid referencing users table)
    • created_at (timestamp)
    • modified_at (timestamp)
  • Add JPA entity called EditRequest to represent edit_requests table entities
  • Add JPA repository for EditRequest

Important

This PR requires manual testing by QA. Please notify the QA team @hmcts/pre-rec-evidence-qa.

QA instructions

  • Ensure migration is non-breaking (it is since its a new table)

jasonpaige
jasonpaige previously approved these changes Oct 14, 2024
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.

2 participants