Add persistence beyond localStorage #61

Open
opened 2022-08-01 20:10:13 +00:00 by mcataford · 0 comments
mcataford commented 2022-08-01 20:10:13 +00:00 (Migrated from github.com)

Problem

Feeds the app pulls are currently saved in local storage, which only really persists the data until the browser data is purged and doesn't offer any relief for users who are using multiple devices.

I would be nice to have persistence based on a key that the user can enter in their configuration panel and that would fetch saved configuration from a remote source.

# Problem Feeds the app pulls are currently saved in local storage, which only really persists the data until the browser data is purged and doesn't offer any relief for users who are using multiple devices. I would be nice to have persistence based on a key that the user can enter in their configuration panel and that would fetch saved configuration from a remote source.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: marc/rss-reader#61
No description provided.