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
Break mutual dependency between model and backend to ease strict typing
Allow model to use properties with decorators for column definitions instead of the columns_configuration (although backwards compatibility might be nice - ditching columns_configuration can wait for V3, if that is ever needed)
Make parameters for column type builders explicit and strongly typed.
Ditch models.get_table_name
Make model.table_name a regular method rather than a class method
Combine model and models class?
Normalize how configuration is accessed across all classes
A route builder to ease construction of applications and especially make it so that configuring a handler has strict params/typing (probably not a breaking change so could be added later)
columns_configuration(although backwards compatibility might be nice - ditchingcolumns_configurationcan wait for V3, if that is ever needed)s/input_error_callable/input_error_callables/