bjornregnell / sigrid

Help queue web app for lab sessions and tutorials.
Apache License 2.0
10 stars 5 forks source link

add route to dump database as string #36

Open bjornregnell opened 1 year ago

bjornregnell commented 1 year ago

serialize the database from the server and deserialize it in a ScalaJS client would make it easier to start tranferring dynamic content i the DOM to a scripttag with a small "ScalaJS-applet" that reloads the serialized database and presents it in a nice way in regular intervalls. Related to #25