flow-hydraulics / flow-pds

This repository is currently not maintained
4 stars 8 forks source link

Use strings for states instead of int #75

Closed latenssi closed 2 years ago

latenssi commented 2 years ago

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.