#5268 - Make auto-save configurable

  • By
  • Added
  • 5 views
Identifier #5268
Issue type Feature request or suggestion
Title Make auto-save configurable
Status Open
Tags

Roadmap: v11 (custom)

Handling member Deleted
Addon core_configuration
Description The current auto-save code is if ((thisDate.getTime() - window.lastAutosave.getTime()) < 20 * 1000) { , which equates to immediately after a key-press unless it was already saved in the last 20 seconds.

Have a configurable option to specify the number of seconds. Also, we should probably delay the amount of time after a key press before save is triggered... maybe 1 second, which is restarted if another key press occurs before the timer runs out.
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated