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
Currently all components are stored locally and displayed in one huge list.
This should be changed to components marketplace.
After creating a component user should be able to decide whether he wants to publish it to marketplace from where all the other users can pull that component into their pipelines to re-use it.
The text was updated successfully, but these errors were encountered:
Create standalone marketplace service that should:
Communicate with REST API
Accept published components with following metadata: username, component id/name (camelCase?), component version (set by user? auto assigned on publish?)
All internal (non-published) components should be private and visible only to creator
Currently all components are stored locally and displayed in one huge list.
This should be changed to components marketplace.
After creating a component user should be able to decide whether he wants to publish it to marketplace from where all the other users can pull that component into their pipelines to re-use it.
The text was updated successfully, but these errors were encountered: