Closed simoneguzzi closed 6 days ago
In https://github.com/SchemaLink/webapp/issues/38 we want to implement a typing system for defining a range for each attribute. This typing system also includes enums and patterns.
As a first step, we will introduce both enums and patterns as a hard-coded db of options that the user may choose from.
Tackled in 21a1025f2fc7b7a76cf90ac820980150200931a8 and previous commits.
In https://github.com/SchemaLink/webapp/issues/38 we want to implement a typing system for defining a range for each attribute. This typing system also includes enums and patterns.
As a first step, we will introduce both enums and patterns as a hard-coded db of options that the user may choose from.