Sintrastes / bedelibry-app

Reflex (web app) front-end for Bedelibry.
https://sintrastes.github.io/bedelibry
GNU Affero General Public License v3.0
3 stars 0 forks source link

Add entry forms for entities/types. #32

Open Sintrastes opened 2 years ago

Sintrastes commented 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.

Sintrastes commented 2 years ago

Note: This will probably require us to add functions SomeSchema -> NewTypeData -> Either AddTypeError SomeSchema in addition to the ability to pretty-print SomeSchema.