Open ganesshkumar opened 2 years ago
Yes, I am using the localStorage of the browser to store user's favorite list and it doesn't sync across browsers or devices.
As of now, the site is a light weight statically generated site. Not sure if we should add login capabilities and expose a backend just for favorites use case.
One alternative could be allowing the user to export the list of favorite plugins via json file and import it on another device.
yeah, I think we shouldn't make the site heavier. I have a better idea: why don't we make a plugin to store this data, or to combine with BRAT?
why don't we make a plugin to store this data
Mobile/tablets, PWA etc. won't have the support for plugins. Also, what will plugin provide us? Will it let us sync the data across devices? I don't think it is possible without supporting authentication on the plugin end.
or to combine with BRAT?
I know BRAT as a Beta plugins place. Are you suggesting to include the plugins from BRAT or store data like how BRAT does? (I haven't explored this yet, tbh)
How does the site remember my favorite plugins? Via cache? I'm not sure if registering account is ok for more permanent storage?