giranm / pd-live-react

An open-source, real-time, unified console to view and manage PagerDuty incidents.
https://giranm.github.io/pd-live-react/
MIT License
10 stars 10 forks source link

[Enhancement] Remote storage of user settings #38

Open giranm opened 2 years ago

giranm commented 2 years ago

Summary

Query settings are stored to localStorage using redux-persist which is fine if PD Live is accessed from the same browser/machine.

The enhancement suggestion would be to use a remote storage backend (per user basis), such that query settings are remotely stored, and can be accessed independently of browser/machine location.

gsreynolds commented 1 year ago

Potentially also store common default settings by subdomain as well?