Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt offering publication form to be prefilled externally by the AI Ops app #8

Open
3 tasks
xamcost opened this issue Oct 30, 2024 · 0 comments
Open
3 tasks
Labels
Func: Offering Publication Issues related to offering publication integration Issues dealing with WP5 integration efforts Type: enhancement New feature or request

Comments

@xamcost
Copy link
Collaborator

xamcost commented Oct 30, 2024

Hi there! In Sedimark, users will have access to an application to create AI pipelines. In order to facilitate the sharing of these pipelines through the marketplace, the goal of this issue is to adapt its frontend to be able to receive data from the AI Ops app to prefill the offering publication wizard with relevant data about the pipeline offering to be published. So far, the scenario we discussed with AI Ops developers is that on their side, they add a Publish pipeline button to their UI, which would redirect to the marketplace frontend publication form, prefilled (of course, any feedback welcome on this).

So to address this issue, we need to:

  • list data to prefill about the pipeline offering (a default name, the URL where its files can be fetched, other params the fetching request may need like headers, ...)
  • create a mechanism in the frontend to receive the data to prefill (using URL params, or maybe an API route, ...)
  • refactor the offering publication wizard to put all its steps in a single page. This will actually simplify its management! To do this, I would suggest simply replacing the wizard steps 1, 2 and 3 by an accordion structure. Let's ignore step 4 for now (review and submit).
@xamcost xamcost added Func: Offering Publication Issues related to offering publication integration Issues dealing with WP5 integration efforts Type: enhancement New feature or request labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Func: Offering Publication Issues related to offering publication integration Issues dealing with WP5 integration efforts Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant