ualibraries / Guide-on-the-Side

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.
https://ualibraries.github.io/Guide-on-the-Side/about.html
Other
66 stars 48 forks source link

Design for the popup page #56

Closed liquid06 closed 10 years ago

liquid06 commented 10 years ago

Users have clicked on a link to get to the tutorial, but if it's a tutorial for a resource that framebusts (that's a word now, right?) they'll see this screen instead.

We may need to communicate:

Things we should probably include:

Existing things we should pay extra attention to:

image

liquid06 commented 10 years ago

@michaelhagedon Can we review why layouts popup.ctp, default.ctp and public.ctp are separate? (And maybe quickly summarize how institution.ctp relates to those.) Popup mode used to point at default, and that could still work if we can add a class on the html or body to describe that the tutorial is in popup mode. When I look at those files overall though, it seems like there are a lot of similarities...

liquid06 commented 10 years ago

popup-mode

michaelhagedon commented 10 years ago

Sure. They are a mess. ☺

liquid06 commented 10 years ago

I think we should call this issue resolved and work on cleaning up the templates later, after beta4.

Currently the popup page shows the name of the tutorial, the One quick thing heading, instructions, a gif showing the behavior of the popup window and the Start Tutorial button.

popup-page