datacontract / datacontract-cli

CLI to manage your datacontract.yaml files
https://cli.datacontract.com
Other
479 stars 94 forks source link

HTML Template Improvements #294

Open simonharrer opened 5 months ago

simonharrer commented 5 months ago

HTML templating needs to be improved.

simonharrer commented 4 months ago

Important: the templates are imported in the editor (that is not written in python but in JavaScript). During that process, the templates are transformed a little bit. For any change here, we need to make sure that the editor does not break. https://github.com/datacontract/datacontract-editor

jochenchrist commented 4 months ago

mark custom fields so we can distinguish between custom fields and standard fields

Why?

simonharrer commented 4 months ago

mark custom fields so we can distinguish between custom fields and standard fields

Why?

In customer project, when having a lot of extension fields, it might be helpful to see which ones are part of the standard, and which ones are extra fields. But we could postpone this until the desire becomes stronger.