RachelAlcraft / LeuciWeb

Leucippus on the web
GNU General Public License v3.0
1 stars 0 forks source link

User state management #14

Open RachelAlcraft opened 2 years ago

RachelAlcraft commented 2 years ago

Currently there is only 1 state for the server - and this is imoprtant as it remembers settings so you can click aournd the website without tabs reloading every time.

However that means all users can change the global state for others ! Need to manage a state-per-user scenario, which will also be associated with tracking function calls.