OpenTimelineIO / OpenTimelineIO/raven
Inspector doesn't support `UnknownSchema` in metadata
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 140
- Forks
- 28
- Avg merge
- 14h 1m
- Merged PRs (30d)
- 2
Description
At this time Raven doesn't display underlying key / values of UnknownSchema objects in an items metadata. The tree can't be expanded further than the schema root.
To implement this feature, we need a new C++ API to retrieve the data dictionary from the object. See https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1234
Screenshot (redacted)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading OpenTimelineIO issue #1234, which defines the required C++ API for retrieving an UnknownSchema object's data dictionary. Then trace Raven's Inspector metadata tree and determine how the underlying keys and values should be exposed; done means UnknownSchema nodes can be expanded beyond the schema root.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100