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

Manifest start canvas #242

Open
stephenwf opened this issue Oct 28, 2018 · 0 comments
Open

Manifest start canvas #242

stephenwf opened this issue Oct 28, 2018 · 0 comments

Comments

@stephenwf
Copy link
Owner

stephenwf commented Oct 28, 2018

Extra compatibility for Presentation 2 to 3, need an api for manifest.getStartCanvasId and manifest.getStartCanvas that can map to presentation 3s equivelent: manifest.getStart and manifest.getStartId

In presentation 2 this is an API on the sequence. To build Presentation 2/3 compatible APIs we need to be able to treat the sequences both as a range and also as part of the manifest. So the manifest API would have to reach into the first sequence to get the start canvas. A limitation of presentation 2 and 3 compatible apps, we won't support multiple sequences with multiple start properties, unless they are accessed from ranges.

Will probably cause other compatibility issues, since the resource types may be different, so selectors may be incompatible or.. funky. Shouldn't affect the GraphQL implementation (provided @type exists on resources)

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

No branches or pull requests

1 participant