You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some properties (example: osc:projects) it should be possible to have a selection of existing ids to reference:
Example flow
user creates a new project my-new-project
user then creates a new product (in the same branch), and under "projects" sees a list (autocomplete) of all projects (file paths), including my-new-project
user selects the project and its id is stored
Evolution
instead of showing all project ids (file paths) in the autocomplete, the user can see a property from inside the file (title) and store the value (id)
When selecting one of the values, it also can do other things (like adding a related link to the links array)
In the OSC use case, this will apply to osc:themes, osc:missions, osc:project, osc:variables.
Ideally this would be a plugin that can be used in a specific git-clerk instance.
The text was updated successfully, but these errors were encountered:
For some properties (example: osc:projects) it should be possible to have a selection of existing ids to reference:
Example flow
my-new-project
my-new-project
Evolution
In the OSC use case, this will apply to
osc:themes
,osc:missions
,osc:project
,osc:variables
.Ideally this would be a plugin that can be used in a specific git-clerk instance.
The text was updated successfully, but these errors were encountered: