- 1
The user can choose if the field is 'range' -> if yes the user can add min/current/max value.
This option is only available for "rangeable" field (number and date)
- 2
Add range data type : a new type which show a progress bar (from 0 to 100)
=> this model can be improved by generalizing the "linked_list" field : instead of using this column only for list, generalize this by calling it "options". Depending on the datatype, options will store useful informations for the field : the list id (for list), min/max/step (for range)
-3
Add form.show front component to display specific details depending on the datatype.
-4
Debug -> see Refugee request validation & regex
Issues fixed
List of related issues that are fixed by this PR :
Description
- 1 The user can choose if the field is 'range' -> if yes the user can add min/current/max value. This option is only available for "rangeable" field (number and date)
- 2 Add range data type : a new type which show a progress bar (from 0 to 100) => this model can be improved by generalizing the "linked_list" field : instead of using this column only for list, generalize this by calling it "options". Depending on the datatype, options will store useful informations for the field : the list id (for list), min/max/step (for range)
-3 Add form.show front component to display specific details depending on the datatype.
-4
Debug -> see Refugee request validation & regex
Issues fixed
List of related issues that are fixed by this PR :
Fix :
377
378
Checklist
Feature Checklist