Skip to content

[FE] Display structured transcription JSON in a readable format on the verification screen #331

Description

@mshkkkkk

Description
Structured transcriptions are currently displayed as unformatted text on the verification screen, which makes them difficult to read and verify.
As agreed with the Product Owner:

  • In view mode, structured JSON should be displayed as structured JSON in a nested tree format
  • Edit mode should continue using a regular textarea.
  • Edited JSON should be validated before saving.

Acceptance Criteria

  • - Valid JSON transcription is displayed in a structured, nested tree format in view mode.
  • - Nested objects and arrays are visually distinguishable.
  • - In edit mode, the transcription is displayed as text in a regular textarea.
  • - The transcription is validated as JSON when the user saves the changes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or requestfrontendFrontend application

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions