GuilhermeSnts / sala-de-estudos-cederj

sala-de-estudos-cederj-guilhermesnts.vercel.app
3 stars 0 forks source link

Add favorite subject list #4

Open GuilhermeSnts opened 3 years ago

GuilhermeSnts commented 3 years ago

Is your proposal related to a problem?

No.

Describe the solution you'd like

I would like to favorite a subject to remember which subjects I am studying. And see it in the separated sidebar group, to access more rapidly. This would be stored in local storage, and a modal with info needs to appear when the user click on the favorite button, alerting about the possibility to lost saved items when the browser cache is cleared.

Describe alternatives you've considered

It can be stored in a database but requires login. And it will not be planned soon.

Additional context

No.

miguelsmuller commented 3 years ago

The most efficient solution is ee can use the browser's localstorage to save this information. The negative part is that when cleaning the browser data, this information is lost.