Open Sintrastes opened 2 years ago
The user should have the ability to enter in new entities and types via an entry form.
These could be displayed via modal dialogs on Android and iOS targets. Perhaps on Desktop targets we can look into using new windows via Tauri.
Note: The user should probably be warned when they do this that this will overwrite then hand-written schema.
Note: This will probably require us to add functions SomeSchema -> NewTypeData -> Either AddTypeError SomeSchema in addition to the ability to pretty-print SomeSchema.
SomeSchema -> NewTypeData -> Either AddTypeError SomeSchema
SomeSchema
The user should have the ability to enter in new entities and types via an entry form.
These could be displayed via modal dialogs on Android and iOS targets. Perhaps on Desktop targets we can look into using new windows via Tauri.
Note: The user should probably be warned when they do this that this will overwrite then hand-written schema.