diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-19 09:23:21 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 10:38:49 +0000 |
commit | 0e80a90bebc12fe381892386f9ffd751edb38d7c (patch) | |
tree | 50f5ac13f745f6142c9b6cab726dacda2fb447fe /CHANGELOG.md | |
parent | 43290e5f733b4e88c6b4e5467b7e446a416a4682 (diff) |
Initial service worker.
This basic service worker behaves identically to the existing appcache -
some static scripts and CSS are cached, any HTML offline instead returns
a static HTML page that knows how to show data on stored problems out of
localStorage (stored there when /my/planned was visited online). Inspect
form submissions will be captured and can be synced back when online.
Once feature parity is established, we will then remove appcache, switch
from using localStorage to the cache API, and hopefully move all offline
support into the service worker.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c710e1e03..38cafc2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ - Display map inline with duplicate suggestions on mobile. #2668 - Improved try again process on mobile. #2863 - Improve messaging/display of private reports. - - Add a web manifest. #2220 + - Add a web manifest and service worker. #2220 - Admin improvements: - Add new roles system, to group permissions and apply to users. #2483 - Contact form emails now include user admin links. |