View Issue Details

IDProjectCategoryView StatusLast Update
0005268Composrcore_configurationpublic2024-03-30 14:35
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityFeature-request 
Status assignedResolutionopen 
Product Version 
Fixed in Version 
Summary0005268: Make auto-save configurable
DescriptionThe 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.
TagsRoadmap: v11
Time estimation (hours)
Sponsorship open

Activities

Patrick Schmalstig

2023-11-25 00:41

administrator   ~0008065

Almost done; there is a TODO item that needs completing

Issue History

Date Modified Username Field Change
2023-02-01 22:53 Patrick Schmalstig New Issue
2023-02-01 22:53 Patrick Schmalstig Status non-assigned => assigned
2023-02-01 22:53 Patrick Schmalstig Assigned To => Patrick Schmalstig
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised
2023-11-25 00:41 Patrick Schmalstig Note Added: 0008065
2024-03-30 13:57 Patrick Schmalstig Tag Attached: Roadmap: Over the horizon
2024-03-30 13:57 Patrick Schmalstig Tag Detached: Roadmap: Over the horizon
2024-03-30 13:57 Patrick Schmalstig Tag Attached: Roadmap: v11
2024-03-30 13:57 Patrick Schmalstig Project Composr alpha bug reports => Composr
2024-03-30 14:35 Patrick Schmalstig Category General / Uncategorised => core_configuration