Closed
Bug 1069265
Opened 10 years ago
Closed 8 years ago
[Messages][Drafts] Implement a simple batching mechanism for Drafts
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julienw, Unassigned)
References
Details
(Whiteboard: [sms-papercuts])
In bug 1061417 we discussed about storing automatically at the end of add/delete operations, but there is also the need for batching operations.
In this bug, we'd like to introduce both:
* autostore after add/delete (and possibly other) operations
* unless we called "batch()" first; in that case, we'll store only when we call "store()" explicitely.
This simple mechanism is not race-proof (say: we want to save a draft while we batch delete) but I don't think we need anything more complex than this for now.
Updated•10 years ago
|
Blocks: sms-drafts
Severity: normal → minor
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Summary: [Messages] Implement a simple batching mechanism for Drafts → [Messages][Drafts] Implement a simple batching mechanism for Drafts
Whiteboard: [sms-papercuts]
Reporter | ||
Comment 1•8 years ago
|
||
Mass closing of Gaia::SMS bugs. End of an era :(
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 2•8 years ago
|
||
Mass closing of Gaia::SMS bugs. End of an era :(
You need to log in
before you can comment on or make changes to this bug.
Description
•