hauke96 / simple-task-manager

A simple tasking manager made for OpenStreetMap.
https://stm.hauke-stieler.de
Other
34 stars 6 forks source link

Maximum sizes in project #133

Closed hauke96 closed 3 years ago

hauke96 commented 3 years ago

Only allow a maximum amount of tasks per project, a maximum title length and a maximum description length.

This (or at least most of it) should be configurable. The client then requests these configuration information from the server.

Background

A compressed backup of the current database is 7.7MB large. Removing the 4 largest projects (over 17k tasks) reduces the backup size down to 0.5MB.