-
Notifications
You must be signed in to change notification settings - Fork 127
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
Pebble: Provide "wormholes" to other canvases #1215
Comments
I like it! - A couple of comments: |
Good catch on the external link. My thought was that if the user could just paste the URL from the other canvas into the new one, it would be simple and intuitive. I agree that we should domain check as part of the "save" function in authoring. I strongly suggest that for the purpose of this pebble, we not worry about collections, just canvases. Given ChronoZoom's very integrated UX, the back button is not necessarily an obvious workaround. |
What is your definition of a _Canvas_? |
A canvas is the set of timelines authored to appear together by an author. i.e.: chronozoom.com/bob. I am hoping to make this as uncomplicated as possible. |
I see, so your notion of a "worm hole" is _intra_ -collection***. A forward looking implementation of improved bread-crumbs might have a stack of paths, and two Worm-hole navigation buttons "back" and "forward". Jumping through a worm-hole would push the old bread-crumb path onto the stack and load the new one. Push the Worm-hole "Back" button and you pop out to the previous path (recursively). |
I would like to make this an official "Pebble" - Any objections? |
Thanks -----Original Message----- I would like to make this an official "Pebble" - Any objections? |
The purpose of this pebble is to permit navigation to other canvases. Here is a scenario where this feature would be important:
A student looks at a timeline for the Industrial Revolution. There is an exhibit for the invention of the cotton gin (this is just an example, not a great use case). In the exhibit there is a link that says "Learn more about this invention". The visitor clicks the link and is transferred to another canvas and into a timeline titled "Growth of the textile industry in the West". This timeline would offer significantly more detailed information about the history of European and American textile. Other timelines would talk about detailed histories of other industrial developments around the world.
After exploring this new canvas, the user could click a breadcrumb and return to the original canvas, or perhaps, click another wormhole link and go to a different canvas.
There are too many business reasons to do this to put here, but I think the value is self-evident.
The Work
The text was updated successfully, but these errors were encountered: