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.
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.
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.