Use strings for states instead of int
Closed this issue · 0 comments
latenssi commented
Currently we use iota
for simple "enumeration" of ints to handle states of different objects. We should instead use strings as this would allow more easy data migrations and future alterations in the list of possible states.