#93 Improve offline caching using IndexedDB
Merged by amitosh. Opened by amitosh.
amitosh/Fedora-app mag-offline-improvement  into  master

Download 93.patch
  • Improves the offline caching for Magazine and Community blog
  • Introduces unified provider for all WordPress blogs (Fixes #81)
  • Caches carousel images (Fixes #80)
thelittlewonder commented

@amitosh Please cache the Fedora Magazine Images and Number of Comments as well. It shows undefined comments sometimes.

rebased onto a65c41643fec4e9a8463b4b5272001a425539038

rebased onto b85e67453b6c6114f504d3ca7d61e56eb4810bac

@thelittlewonder Fixed

@amitosh @thelittlewonder, The project is showing following error while running ionic serve

[03:59:12]  typescript: src/providers/package-search/package-search.ts, line: 53 
            Property 'map' does not exist on type 'Observable<Object>'. 
      L52:  return this.http.get(`${API_ENDPOINT}/${queryObjectStr}`)
      L53:    .map((res: any) => ({
      L54:      matches: res.total_rows,
[03:59:12]  dev server running: http://localhost:8100/ 
thelittlewonder commented

@amitosh

If possible, please update this to cache:
- Women & Diversity Blog Posts
- Lists of Podcasts

rebased onto 88c28fb9d8aa31d4c42ecd5bed91a320382a7110

rebased onto 891d78137d11dfb3f21719f474607b1d0157ebeb

rebased onto ee6da463ca7c171927545e1c827cd945776d62fc

rebased onto 80e88f1e8c173f09c2df0f2869775d620f237bc5

Pull-Request has been merged by amitosh

Metadata