-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Description
Problem description
Currently, when an image is uploaded as part of the tag data, it appears in the VC document only as a hyperlink. Because the document is rendered in text view, users can see the image URL but cannot view the actual image asset. This limits readability and makes it difficult to validate or interpret image-based data directly within the VC document interface.
Requirements
- Implement a Form View for VC documents that renders uploaded images in their proper visual format rather than as plain text links.
- Provide the ability for users to toggle between Document View (text view) and the new Form View.
- Ensure the Form View properly displays all supported media types, with images rendered inline.
Definition of done
- Form View implemented for viewing VC documents with proper image rendering.
- Seamless toggling between Document View and Form View available to users.
- All related documentation updated to reflect the new view capabilities.
Acceptance criteria
Images uploaded through tags are displayed correctly (as images, not links) when viewing the VC document in Form View.
Reactions are currently unavailable
Metadata
Metadata
Labels
No labels