Custom fields for objects
Oliver Windle
Merged in a post:
Add API resource ID's to model objects and resources in IcePanel.
Tim Gaweco
Add resource ID's to model objects, diagrams, object properties, tags, flows, drafts, versions etc.
Ángel Moreno | El Corte Inglés
In addition to what was said by Fausto Oliveira, I would add the ability to define types of fields (text, numeric, drop-down list, checbox, radiobuttons) governed, given that in our case we want to follow a Design-First methodology, and use IcePanel as a metadata repository to launch the industrialization of systems.
Tim Gaweco
Merged in a post:
Support for custom metadata
F
Fausto Oliveira
All objects, including connections, should have a metadata section where editors could input any form of structured data.
I believe a large text box with YAML syntax highlighting and validation would be a good solution for this. It will also simplify the implementation on your side (no need to create and manage fields or tables).
This information should be searchable and also returned in API calls.
It can be used for many purposes, but my main interest is using it for integrating with other systems where I want to save, among other data, external reference ids.
F
Fausto Oliveira
F
Fausto Oliveira
I tried using the "Description" of the object to add YAML front matter input between --- but the UI changes it to a ## section when I get out of the markdown edit view. It works without the --- separator, but this metadata should really have a dedicated place for it.