kooi / ippt

Introductie Programmeren met Python Turtle -- Runestone interactive textbook; Dutch
http://kooi.github.io/ippt/
2 stars 2 forks source link

localStorage-history #5

Open kooi opened 6 years ago

kooi commented 6 years ago

Implement a localStorage-based history backup in lieu of a login-based backup.

Communal computers require an automatic cleaning of this data. This could either be done at given times (probably very frustrating) or by removing histories older that a DATA_TIMEOUT (say 15601000 ms).

kooi commented 10 months ago

History should not be enabled on everything. A flag should be set in the activecode for keeping the file in localStorage