You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to check the model structure during registration. Also things like relations (:has-one, :has-many:belongs-to). And fail with a readable error. Currently if you make a typo in the relations, for example, the system will fail when you try to make a query. This should be caught as soon as possible. We can use Malli for this.
The text was updated successfully, but these errors were encountered:
It would be nice to check the model structure during registration. Also things like relations (
:has-one
,:has-many
:belongs-to
). And fail with a readable error. Currently if you make a typo in the relations, for example, the system will fail when you try to make a query. This should be caught as soon as possible. We can use Malli for this.The text was updated successfully, but these errors were encountered: