tjcsl / director

Director (web3)
https://director.tjhsst.edu
MIT License
11 stars 5 forks source link

Save editor layout and configuration on server side #1

Open ezwang opened 7 years ago

ezwang commented 7 years ago

Preserve editor configuration information when the user switches computers, which would be more convenient for a user working from multiple computers.

The current system stores editor information on the client side using local storage.

ezwang commented 7 years ago

There should also be per-account options for editor settings that apply across sites.

naitian commented 7 years ago

I guess we would have to store site and user specific settings for each site?

ezwang commented 7 years ago

We could have two models. One could be linked to both the user and the site, and would contain site-specific settings (the tab layout information). The other would be only linked to the user, and would contain settings like theme and font size.