appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

Reactive binding

Open vsvamsi1 opened this issue 5 months ago • 1 comments

Description

[!TIP]
Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team).

Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR.

Fixes #Issue Number
or
Fixes Issue URL

[!WARNING]
If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.

Automation

/ok-to-test tags="@tag.All"

:mag: Cypress test results

[!CAUTION] 🔴 🔴 🔴 Some tests have failed. Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/10788730078 Commit: 1c5a8b663e89967bafa5041ead941f8c2f7e85c7 Cypress dashboard. Tags: @tag.All Spec: The following are new failures, please fix them before merging the PR:

  1. cypress/e2e/Regression/ClientSide/OneClickBinding/TableWidget/OneClickBindingMysql_spec.ts
  2. cypress/e2e/Regression/ClientSide/OneClickBinding/TableWidget/Table_MongoDB_spec.ts
  3. cypress/e2e/Regression/ClientSide/OneClickBinding/TableWidget/Table_postgres_spec.ts
  4. cypress/e2e/Regression/ClientSide/Widgets/Filepicker/FilePickerV2_CSV_spec.js
  5. cypress/e2e/Regression/ClientSide/Widgets/ListV2/Childwigets/List_FilePicker_spec.js
  6. cypress/e2e/Regression/ClientSide/Widgets/ListV2/Childwigets/List_Modal_Stats_Check_Radio_spec.js
  7. cypress/e2e/Regression/ClientSide/Widgets/ListV2/Childwigets/List_Select_Widgets_spec.js
  8. cypress/e2e/Regression/ClientSide/Widgets/ListV2/Event_Bindings_spec.ts
  9. cypress/e2e/Regression/ClientSide/Widgets/ListV2/Listv2_Nested_EventBindings_spec.js
  10. cypress/e2e/Regression/ClientSide/Widgets/ListV2/Listv2_autocomplete_spec.js
  11. cypress/e2e/Regression/ClientSide/Widgets/ListV2/Listv2_vulnerability_spec.js
  12. cypress/e2e/Regression/ClientSide/Widgets/TableV2/Inline_editing_3_spec.js
  13. cypress/e2e/Regression/ClientSide/Widgets/TableV2/TableV2_PropertyPane_2_spec.js
  14. cypress/e2e/Regression/ClientSide/Widgets/TableV2/TableV2_spec.js
  15. cypress/e2e/Regression/ClientSide/Widgets/TableV2/columnTypes/currency_spec.ts
  16. cypress/e2e/Regression/ClientSide/Widgets/TableV2/inline_editing_validations_spec.js
List of identified flaky tests.
Tue, 10 Sep 2024 09:45:57 UTC

Communication

Should the DevRel and Marketing teams inform users about this change?

  • [ ] Yes
  • [ ] No

Summary by CodeRabbit

  • New Features

    • Introduced a new function to assess whether a property path corresponds to a "leaf" node in data structures.
    • Added methods for managing dependencies, including linking child nodes to their parent nodes and enhancing control over affected nodes.
  • Bug Fixes

    • Improved test coverage for dependency mapping to ensure accurate relationships between nodes.
  • Tests

    • Added a new test suite for validating the linking of child nodes to parent nodes.
    • Modified an existing test to be skipped during execution for review.
  • Documentation

    • Enhanced comments for better understanding of existing methods within the dependency management module.

vsvamsi1 avatar Sep 06 '24 14:09 vsvamsi1