Metadata
- Source
- FLOE-125
- Type
- Sub-task
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2013-12-05T10:35:11.356-0500 - Updated
2013-12-20T15:25:09.399-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Metadata
Description
A sidebar, either adjacent too or sliding in from the editor needs to be implemented. It will be populated with the specific metadata editing UI needed for a particular type of metadata selected for a media type in the editor. This first pass is for the demo only, and will be upgraded later to fully match the designs.
Comments
-
Justin Obara commented
2013-12-10T09:04:53.994-0500 This will include the work to integrate the panels with the editor.
-
Justin Obara commented
2013-12-10T09:17:58.327-0500 Example combined model that the editor will be working with and saving to persistence.
{
url: "path/to/video.mp4",
highContrast: true,
signLanguage: true,
flashing: flashing, // noFlashing, unknown are alternatives
captions: [{
src: "path/to/captions.srt",
language: "fr-CA" // language code
}],
audio: "available", // unavailable, unknown are alternatives
audioKeywords: ["dialogue", "soundtrack", "sound effect"]
}