#1803 - Forced autosave
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
I no longer think a saved indicator is a good idea. I would rather do a simple overlay-based alert that you dismiss by clicking okay. Because:
1) Less code / time
2) Less theme complexity overhead
3) Clearer to the user
If you're okay with that I will throw in #1802 with your sponsorship :).
I was unsure of what you would save locally as opposed to server side in job 0001802 but happy to go with your advice regardless.
It now:
1) loads/saves all fields in one go rather than individual requests.
2) uses fewer cookies (one per screen instead of one per field)
3) has explicit "force save" keypress, which saves all fields right away, and tells the user how the draft feature works (builds understanding and peace of mind)
4) remote saving is now more stable
5) works on a larger set of forms
6) works on a larger variety of field types (list boxes etc)
The advantage of local saving is that it works when you're offline or the server is offline. Also, it is faster because no load/save network requests are required. This is now implemented.
The advantage of remote saving is you can switch machines.
Both saving methods always run.