View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005268 | Composr | core_configuration | public | 2023-02-01 22:53 | 2024-03-30 14:35 |
Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
Severity | Feature-request | ||||
Status | assigned | Resolution | open | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0005268: Make auto-save configurable | ||||
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. | ||||
Tags | Roadmap: v11 | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
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 |