skuzzle / cmp

Create and share public counters
https://countmy.pizza
MIT License
6 stars 1 forks source link

Allow to update existing increments #23

Closed skuzzle closed 4 years ago

skuzzle commented 4 years ago

As increments are values on a tally sheet, an update effectively replaces an existing Increment object with a new object and same id. This implies that even the deletion of a single tag will lead to a complete TallyIncrement object being sent to the server

skuzzle commented 4 years ago

Partly implemented now