ClickerMonkey / dayspan-vuetify

A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
MIT License
1.16k stars 253 forks source link

localStorage vs. other solutions #205

Closed sethzindler closed 4 years ago

sethzindler commented 4 years ago

Loving this app as it is just about what I am needing for a client's interoffice calendar.

My question is relating to the localStorage aspect, as it only saves it to the user's browser session, and is not exactly a secure solution. I know you are just providing a base for those who want to expand on it, but have you tried a way of saving the events directly on the server or a database? I have been toying with several methods but can't seem to get it correct.

Thanks again for the cool app.

ClickerMonkey commented 4 years ago

Look through the closed issues, you'll find what you're looking for!