CodeYourFuture / CodeYourFuture/curriculum
Feature: PWA
- Dominant language
- HTML
- Stars
- 76
- Forks
- 135
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 20
Description
**Which module(s) and week(s) does this change affect?**
**What is the work that needs to be done?**
Write a serviceworker that precaches urls
And a proper manifest
To make the site available offline and as a pinned app offline
**Why is this work important to do?**
We need to make our site as available as possible to our users
Many of our users have restricted data and choppy access
Caching our entire site (within reason, limiting images and no videos) is about 20mb? That's about 20 minutes of browsing time on average
I would probably just forward cache a subset - prep, day-plan, backlogs, and guides? Probably 7- 12mb
**Additional context**
**Who might need to know about this change?**
Contributor guide
Assessment
This issue has not been assessed yet.