-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow only right dataformat for parameters in DB editor #2791
Comments
66 tasks
nelliputkonen
changed the title
Allow only right format for parameters (in parameter definition define allowed value types, e.g. Map or float)
Allow only right dataformat for parameters in DB editor
May 21, 2024
soininen
added a commit
to spine-tools/Spine-Database-API
that referenced
this issue
Aug 7, 2024
Added parameter_type table, and corresponding migrations, mapped items, import/export functions as well as import mappings. Re spine-tools/Spine-Toolbox#2791
soininen
added a commit
to spine-tools/Spine-Database-API
that referenced
this issue
Aug 7, 2024
5 tasks
soininen
added a commit
that referenced
this issue
Aug 7, 2024
Parameter definition table now has a 'valid types' column that contains parameter type information. Re #2791
soininen
added a commit
that referenced
this issue
Aug 7, 2024
Parameter (default) values are now validated in a parallel process in Database editor. Re #2791
soininen
added a commit
that referenced
this issue
Aug 7, 2024
soininen
added a commit
that referenced
this issue
Aug 7, 2024
Parameter definition table now has a 'valid types' column that contains parameter type information. Re #2791
soininen
added a commit
that referenced
this issue
Aug 7, 2024
Parameter (default) values are now validated in a parallel process in Database editor. Re #2791
soininen
added a commit
that referenced
this issue
Aug 7, 2024
soininen
added a commit
that referenced
this issue
Aug 7, 2024
Parameter (default) values are now validated in a parallel process in Database editor. Re #2791
Woop woop! Nicely done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the allowed datatypes for each parameter in Parameter definition (e.g. Map or float). In best case offer only these as choices for the user to input, but at least highlight if user gives data in wrong datatype (e.g. by red color or dialog window).
The text was updated successfully, but these errors were encountered: