ADORSYS-GIS / e2e-banking-app

Banking app for people
https://adorsys-gis.github.io/e2e-banking-app/
Mozilla Public License 2.0
4 stars 21 forks source link

User Story: Investigate and Implement PWA Features in React App #50

Open stephane-segning opened 6 months ago

stephane-segning commented 6 months ago

Description:

As part of our efforts to improve user experience and engagement, we are looking to investigate and implement Progressive Web App (PWA) features within our React application. This includes setting up offline capabilities, and ensuring the app is installable on users' home screens across different platforms. The goal is to enhance app performance, reliability, and accessibility, aligning with PWA best practices.

Objectives:

Acceptance Criteria:

  1. [ ] The React app has a correctly configured service worker that enables offline use and content caching.
  2. [ ] A web app manifest is in place, allowing the app to be installed on users' home screens with proper icons and splash screens.
  3. [ ] The app passes the Lighthouse PWA checklist with a score of 90+ in the PWA category.
  4. [ ] Implementation details and configurations are well-documented.

Resources:

Milestones:

  1. Service Worker and Manifest
  2. Testing & Optimization
  3. Documentation & Knowledge Sharing