MicroPasts / bronzeAgeIndex

Code for transcribing the British Museum's Bronze Age index using Pybossa
http://crowdsourced.micropasts.org/app/bronzeageindex
GNU Affero General Public License v3.0
1 stars 4 forks source link

Help Button #107

Closed adikeinan closed 10 years ago

adikeinan commented 10 years ago

If a user starts transcribing a card, and then clicks Help for the tutorial, they cannot go back to the same card - is this fixable?

adikeinan commented 10 years ago

I opened and closed this since I thought this is what Andy referred to - but these are different issues. If someone clicks 'Help' in the middle of a transcription, after the tutorial he gets back to a new card and thus loses his work.

portableant commented 10 years ago

Okay, now I see more about what you're trying to get fixed. Maybe the solution is to load a modal window from a remote text file or to use inline divs that are hidden in the template. The loading of the external page as is, is cool, but I don't see how we can get round this as there's a redirect used - is that right @teleyinex?

teleyinex commented 10 years ago

Hi,

The best way to do it is open a modal, otherwise we'll loose the work done by the user. I'll check if we can enable it directly in PyBossa :-)