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

feat: show launch plan information in workflow's schedules #739

Merged
merged 2 commits into from
Apr 11, 2023

Conversation

pradithya
Copy link
Member

@pradithya pradithya commented Apr 1, 2023

TL;DR

Add information of launch plan name and version to the workflow's schedule.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

When there are multiple scheduled launchplan bound to a workflow, it is hard to understand which schedule correspond to which launchplan. This PR add additional information in the workflow's schedule to include the launch plan name and version. Additionally, when users clicked the launch plan name it will open the launchplan details page.

Before

Screenshot 2023-04-01 at 3 28 50 PM

After

Screenshot 2023-04-01 at 3 32 09 PM

Transition

Screen.Recording.2023-04-01.at.3.32.18.PM.mov

Tracking Issue

fixes flyteorg/flyte#3554

Follow-up issue

NA

Signed-off-by: Pradithya Aria Pura <pradithya.aria@gmail.com>
@pradithya pradithya self-assigned this Apr 1, 2023
@pradithya pradithya requested review from anrusina and ursucarina and removed request for anrusina April 1, 2023 07:41
Signed-off-by: Pradithya Aria Pura <pradithya.aria@gmail.com>
);
})}
</ul>
<TableContainer component={Paper}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me sync with our UX team on this; we might want to also show which entity version which schedule is applied to.

@jsonporter jsonporter merged commit c5fc069 into flyteorg:master Apr 11, 2023
@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 1.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants