Skip to content

Make the Janitor a Progressive Web App #16

Open
@jankeromnes

Description

@jankeromnes

"[Use] modern web capabilities to deliver an app-like user experience." - https://developers.google.com/web/progressive-web-apps

The Janitor should:

  • be responsive: Fit desktop, mobile, tablet, or whatever is next.
  • be safe: Served via HTTPS to prevent snooping and ensure content hasn’t been tampered with.
  • be linkable: Easily shared via URL and not require complex installation.
  • have a manifest: Allow users to “keep” apps they find most useful on their home screen without the hassle of an app store.
  • work offline (Use a Sevice Worker to improve low-bandwidth/offline experience #4): Enhanced with service workers to work offline or on low quality networks.
  • stay fresh: Always up-to-date thanks to the service worker update process.
  • send push notifications: Make re-engagement easy through features like (optional) push notifications.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions