org-SCAN / website

Site web du projet
6 stars 0 forks source link

Feature/issue 377 new feature new datatype option = range fields #385

Closed lduf closed 1 year ago

lduf commented 1 year ago

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 :

Checklist

Feature Checklist

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
7.9% 7.9% Duplication