AguaClara / aide_featurescript

0 stars 0 forks source link

Support different countries' pipe databases #30

Open fletchapin opened 4 years ago

fletchapin commented 4 years ago

We have two enums, one which defines the available ND and their associated OD and one which defines which of the diameters are actually available (called ND_ENUM_IS_USED). Since different pipes are available in different locations, ND_ENUM_IS_USED should be defined by the user instead of hardcoded. To accomplish this, a predicate which has a checkbox for each possible pipe in the database should be used, then those boolean values can be assigned to each member of ND_ENUM_IS_USED