ISN-Zurich / PersonalDossiers

A repository about the Personal Dossiers Project in ISN. It is about the development of a "collecting mechanism" of dossiers-items already hosted in ISN's digital library and transformation of this collection into user-defined educational modules.
0 stars 0 forks source link

Remove/deactivate click handler for the "add bookmark button" for a dossier until the add book mark operation has completed. #151

Closed ISN-Zurich closed 10 years ago

ISN-Zurich commented 10 years ago

Expected behaviour: additional clicks on the "add bookmark button" before the add bookmark operation completed should be ignored

othbert commented 10 years ago

to implement;

  1. prevent multiple clicks by disabling the clickable state of the button
  2. reinstate when the function to add the item to dossier has ended
  3. modify add item function to check whether already exists before insert occurs, possibly just use replace into?
zielperson commented 10 years ago

so combine #150 with this?

  1. pretty effects for clicking the button