SchemaLink / webapp

A schema drawing application
https://fl-14-97.zhdk.cloud.switch.ch/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Add support for enums and patterns #44

Closed simoneguzzi closed 6 days ago

simoneguzzi commented 1 month 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.

simoneguzzi commented 6 days ago

Tackled in 21a1025f2fc7b7a76cf90ac820980150200931a8 and previous commits.