mushon / IWBA

The International Water Bank Association's Water Deposit exhibit - a water ATM for depositing your first drops
0 stars 1 forks source link

add timeout function to reset session #12

Closed mushon closed 7 years ago

mushon commented 8 years ago

@mushon will explore this function in Kiosk apps

mushon commented 7 years ago

this is not a function currently supported by Framer, which otherwise is quite reliable.

mushon commented 7 years ago

I tried this function on other Kiosk apps and I'm afraid it's problematic as even the ones that do have it reload the page and by that leave it on the same hash url state. Moreover, we might be getting interaction via water pouring that the kiosk can't detect, in which case there will be no way for us to know if someone isn't simply pouring water slowly and marveling the drops or just left the work without completing the session.

I think we're better off implementing this in the software. Here's a suggestion: after let's say 15 seconds of no input, show this screen: image any tap will break the countdown, if the countdown finishes, we go back to state 1. We will need this in a few places:

wonyoungso commented 7 years ago

Done! (since I feel like 15 sec is not enough so changed to 20sec)