mjhouse / bowtie

The bowtie social media website
GNU General Public License v3.0
0 stars 0 forks source link

Create 'Settings' for each view #15

Open mjhouse opened 4 years ago

mjhouse commented 4 years ago

There are going to be a variety of user-settable options while using the site, and these need to be cached for each view.

Possible options:

This may be a struct stored in the database or a field on the session struct cached in the users browser. Probably both- store it long term in the database for each view, and include the active view's settings in the session.