EMSTrack / WebServerAndClient

Home of the web server and its clients
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Storing state of the web application #55

Open mcdeoliveira opened 5 years ago

mcdeoliveira commented 5 years ago

The issue here is that users might want to log in and out and see their pages, specially the maps page, configured as they left. It will require additional models. I suggest minimal normalization at the database level and storing of the settings as a json that can be parsed as needed.