Entkenntnis / mathe-skills-pruefungstraining

Einfache Lernumgebung mit Fokus auf Aufgaben-Rechnen und Erklärung am Beispiel
https://skills.arrrg.de
MIT License
1 stars 0 forks source link

implement storeEvent #116

Closed Entkenntnis closed 2 months ago

Entkenntnis commented 2 months ago

and add retry logic to it, but maybe only one shared + a queue of elements to upload?

But I need to keep track which elements are already uploaded and I don't want to upload stuff twice.

by storing the timestamp, I have a change of removing duplicated in the future and make it more robust, but for now it is what it is...

Entkenntnis commented 2 months ago

basic implemention should work, no retry yet