CodeYourFuture / curriculum

The CYF Curriculum
https://curriculum.codeyourfuture.io
Other
34 stars 47 forks source link

Feature: PWA #130

Open SallyMcGrath opened 1 year ago

SallyMcGrath commented 1 year ago

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?

SallyMcGrath commented 1 year ago

134

SallyMcGrath commented 1 year ago

134 is pass 1