Skip to content

chore: variation will be added later#5963

Merged
skdud4659 merged 1 commit intomasterfrom
hotfix-anomaly
Jun 26, 2025
Merged

chore: variation will be added later#5963
skdud4659 merged 1 commit intomasterfrom
hotfix-anomaly

Conversation

@skdud4659
Copy link
Member

Skip Review (optional)

  • Minor changes that don't affect the functionality (e.g. style, chore, ci, test, docs)
  • Previously reviewed in feature branch, further review is not mandatory
  • Self-merge allowed for solo developers or urgent changes

Description (optional)

SSIA

Things to Talk About (optional)

Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
@skdud4659 skdud4659 requested a review from Copilot June 26, 2025 07:22
@vercel
Copy link

vercel bot commented Jun 26, 2025

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

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
console ⬜️ Ignored (Inspect) Jun 26, 2025 7:22am
web-storybook ⬜️ Ignored (Inspect) Jun 26, 2025 7:22am

@github-actions
Copy link
Contributor

✅ There are no commits in this PR that require review.

@github-actions
Copy link
Contributor

🎉 @seungyeoneeee has been randomly selected as the reviewer! Please review. 🙏

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR temporarily comments out two variation menu options for later addition without affecting current functionality.

  • Comment out "All" and "Decrease (<=)" options in variationMenu.

@@ -61,9 +61,9 @@ const state = reactive<State>({
{ label: 'Fixed Amount', name: 'FIXED_AMOUNT' },
]),
variationMenu: computed(() => [
Copy link

Copilot AI Jun 26, 2025

Choose a reason for hiding this comment

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

Consider removing this commented-out code or adding a TODO comment explaining why 'All' is disabled and when it will be re-enabled to improve code clarity.

Suggested change
variationMenu: computed(() => [
variationMenu: computed(() => [
// TODO: 'All' option is currently disabled due to incomplete implementation. Re-enable when the functionality for handling 'all' variations is added.

Copilot uses AI. Check for mistakes.
variationMenu: computed(() => [
{ label: 'All', name: 'all' },
// { label: 'All', name: 'all' },
{ label: 'Increase (>=)', name: JSON.stringify(['gte']) },
Copy link

Copilot AI Jun 26, 2025

Choose a reason for hiding this comment

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

Consider removing this commented-out code or adding a TODO comment explaining why 'Decrease (<=)' is disabled and when it will be re-enabled to improve code clarity.

Suggested change
{ label: 'Increase (>=)', name: JSON.stringify(['gte']) },
{ label: 'Increase (>=)', name: JSON.stringify(['gte']) },
// TODO: 'Decrease (<=)' is temporarily disabled due to [reason, e.g., pending design review or testing]. Re-enable when [condition, e.g., feature is approved or tested].

Copilot uses AI. Check for mistakes.
@skdud4659 skdud4659 merged commit 891eab7 into master Jun 26, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants