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: edit release plan template #8723

Merged
merged 6 commits into from
Nov 13, 2024

Conversation

daveleek
Copy link
Contributor

@daveleek daveleek commented Nov 12, 2024

This facilitates editing a release plan template
In order to split large UI projects up, this only allows you to change the name and description (but will show you the names of milestones in the UI), and will carry the existing milestones with it when making a request. We'll tackle editing milestones and their strategies in a different PR

Skjermbilde 2024-11-12 kl  15 15 53

Copy link

vercel bot commented Nov 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 13, 2024 8:32am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Nov 13, 2024 8:32am

Copy link
Contributor

github-actions bot commented Nov 12, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Copy link
Member

@chriswk chriswk left a comment

Choose a reason for hiding this comment

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

Nice

<FormTemplate
title={`Edit template ${template.name}`}
description='Edit a release plan template that makes it easier for you and your team to release features.'
>
Copy link
Member

Choose a reason for hiding this comment

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

I assume we'll add other props like formatApiCode at a later stage?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, we have to look at extending this to fit other type of information as well

<ReleasePlanTemplateCardMenu
template={template}
clickHandler={clickHandler}
/>
Copy link
Member

Choose a reason for hiding this comment

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

This one confuses me a bit. If we always want to navigate on click, why not wrap the card in a link instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The card is already wrapped in a click, but I have to override that for the menu, and thus also specify an onclick for the menu items

Copy link
Member

@nunogois nunogois left a comment

Choose a reason for hiding this comment

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

No hard blocks from me, but I think it's worth addressing some of the comments before merging.

@daveleek daveleek merged commit 7feba0c into main Nov 13, 2024
11 checks passed
@daveleek daveleek deleted the feat/edit-release-plan-template-overview branch November 13, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants