workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm
8 stars 3 forks source link

276 new process button combobox #296

Closed ricardovdheijden closed 8 months ago

ricardovdheijden commented 8 months ago

276

Implementation of the new-subscription button with dropdown. Added todo for waiting for backend support for the filtering on target, for now showing all workflows

After selecting a workflow, user gets redirected to a landing page (to be implemented in future story) /new-subscription/WORKFLOW_NAME

image

changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

Latest commit: 15bba74d5c88fcb1efceda3e3439a252d864bb12

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

DutchBen commented 8 months ago

Put a todo somewhere in the code for the workflow target filtering? Is there a ticket for that?

ricardovdheijden commented 8 months ago

Put a todo somewhere in the code for the workflow target filtering? Is there a ticket for that?

It is implemented in backend, waiting for deployment. I applied the filtering already in the frontend, right now it results in an empty list until backend is up to date. I put the frontend ticket on blocked