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(widget-form): apply field-value-manager to widget form & refactor field-value-manager #5233

Merged

Conversation

piggggggggy
Copy link
Member

To Reviewers

  • Self-reviewed (coding conventions, bug-free, functionality verified, tests checked, documentation updated)
  • Minor change, review optional (style, chore, ci, straightforward changes, etc.)
  • Previously reviewed in feature branch, no further review needed
  • Need review or discussion

Description (optional)

  • Apply WidgetFieldValueManager to widget form.
  • Refactor WidgetFieldValueManager data (Proxy -> Ref).
  • Apply new widget.load params.

Things to Talk About (optional)

Copy link

vercel bot commented Dec 17, 2024

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

Name Status Preview Comments Updated (UTC)
console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 6:35am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
dashboard ⬜️ Ignored (Inspect) Visit Preview Dec 17, 2024 6:35am
hotfix2 ⬜️ Ignored (Inspect) Visit Preview Dec 17, 2024 6:35am

Signed-off-by: samuel.park <[email protected]>
@@ -39,29 +46,29 @@ export default class WidgetFieldValueManager {
dataTable: PublicDataTableModel|PrivateDataTableModel,
originData: WidgetFieldValueMap,
) {
console.debug('WidgetFieldValueManager.constructor()', widgetConfig, dataTable, originData);
Copy link
Member

Choose a reason for hiding this comment

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

nitpick: here!

Copy link
Member

@yuda110 yuda110 left a comment

Choose a reason for hiding this comment

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

LGTM!!

@piggggggggy piggggggggy merged commit 10c8949 into cloudforet-io:feature-dashboard-november Dec 17, 2024
7 of 8 checks passed
@piggggggggy piggggggggy deleted the widget-form branch December 17, 2024 08:20
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