cerberus-core
cerberus-core copied to clipboard
[Idea] - Subdata field autofilling (Data Library)
Hello,
I was thinking of a time saver functionnality in the Data Library creation/edit process. If we consider a simple select request in SQL
select field_1, field_2, field_3, ... field_n
from table
where condition is true
When the number of field (n) is important, it can be long to copy / paste them in the 'Column' and 'Sub-data' fields. So I was thinking about a feature that will automatically link the two fields by default (when adding a new one). Example :
Currently, the sub-data column is auto filled with 'SUBDATAX' which isn't really convenient to access it in Cerberus. My idea is to automatically set the value (or placeholder) of an input to a indicator that says 'the value of this field will be the same of the Column value if you don't modify it'. So it won't remove the ability to set custom name for each subdata.
Thanks!
duplicate of #730