mirror of
https://github.com/teableio/teable.git
synced 2026-02-04 20:46:48 +08:00
- Added a new package `@teable/v2-field-dependency-core` to manage field dependencies, including edge-building and parsing functionalities. - Implemented various utility functions for constructing dependency edges, parsing options, and extracting condition field IDs. - Created comprehensive tests for the new functionalities, ensuring robust validation of field dependency chains and edge cases. - Enhanced existing packages to integrate with the new field dependency core, improving overall architecture and maintainability. These changes establish a foundational structure for managing field dependencies, facilitating better data relationships and computations across the system.