With the introduction of the ability to create debt, only superficial changes were made. The data types currently are unsigned integers, this needs to be changed to signed integers to avoid under or overflows. Also valid min and max values need to be introduced and enforced.
https://github.com/k4cg/matomat-service/issues/7
With the introduction of the ability to create debt, only superficial changes were made. The data types currently are unsigned integers, this needs to be changed to signed integers to avoid under or overflows. Also valid min and max values need to be introduced and enforced.