-
Notifications
You must be signed in to change notification settings - Fork 0
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
DAT-511: Data Clips Documentation #1662
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThis pull request introduces a new guide for the beta "DataClips" feature and updates the events documentation. The guide details how DataClips allow users to extract, edit, and collaborate on subsets of data without modifying the original dataset. It covers the processes for creating, editing, and merging DataClips. Additionally, three new events— Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant UI as "DataClip UI"
participant Backend as "Application Backend"
participant EventSys as "Event System"
User->>UI: Initiate DataClip creation
UI->>Backend: Request creation with selected records
Backend->>EventSys: Trigger data-clip:created event
EventSys-->>Backend: Acknowledge event logging
Backend-->>UI: Return created DataClip details
alt DataClip Update
User->>UI: Modify DataClip details
UI->>Backend: Submit update request
Backend->>EventSys: Trigger data-clip:updated event
EventSys-->>Backend: Acknowledge event logging
Backend-->>UI: Confirm update
end
alt DataClip Deletion
User->>UI: Request deletion of DataClip
UI->>Backend: Send deletion command
Backend->>EventSys: Trigger data-clip:deleted event
EventSys-->>Backend: Acknowledge event logging
Backend-->>UI: Confirm deletion
end
Warning Review ran into problems🔥 ProblemsGitHub Actions and Pipeline Checks: Resource not accessible by integration - https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository. Please grant the required permissions to the CodeRabbit GitHub App under the organization or repository settings. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
Note 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats under the Pro Plan. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/login.If you believe this is a mistake and have available seats, please assign one to the pull request author through the subscription management page using the link above. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
DAT-511
![Screenshot 2025-02-03 at 5 35 59 PM](https://private-user-images.githubusercontent.com/35813751/409321846-936f861f-b7b9-455b-9b8d-93e5a7dc01e3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTkzODgsIm5iZiI6MTczOTY5OTA4OCwicGF0aCI6Ii8zNTgxMzc1MS80MDkzMjE4NDYtOTM2Zjg2MWYtYjdiOS00NTViLTliOGQtOTNlNWE3ZGMwMWUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA5NDQ0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUzYTI5ZTg1MjY2NzJlNTY2OWJiNWIxYTZjNGY2OTY2ZGFjNzI5OGMyZTRkNTc5YTRhNmNlYmQ4NjUxMWFlYzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4rW4r1QqU8zI20SVxTFiUyV2ZAyaF08rwtWrPu_dChM)