docs(reference): document v3.1 getDocuments v0/v1 and aggregate queries#149
Conversation
…te queries Rewrite the getDocuments entry to cover the v0 legacy CBOR surface and the v1 typed SQL-shaped surface with Fetch / Count / Sum / Average modes. Add doctype-level aggregate query flags (documentsCountable, rangeCountable, documentsSummable, rangeSummable, documentsAverageable, rangeAverageable) to the data-contract-document reference, an aggregate-queries section to query-syntax, and a v3.1 annotation on the dapi-endpoints overview row. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis PR documents Dash Platform v3.1.0 aggregate query capabilities across the endpoint reference, query syntax guide, and schema documentation. It introduces support for COUNT, SUM, and AVG operations via updated ChangesAggregate Query Feature and Process Documentation
🎯 3 (Moderate) | ⏱️ ~20 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary
getDocumentsreference for v3.1: covers the legacy v0 CBOR surface and the new v1 typed surface, withFetch/Count/Sum/Averagesub-modes viasphinx-designtab sets. Aggregate examples are placeholders pending a real testnet contract.data-contract-document(documentsCountable,rangeCountable,documentsSummable,rangeSummable,documentsAverageable,rangeAverageable).query-syntax.mdcoveringselect×groupByand the schema requirements that gate each mode.getDocumentsrow on thedapi-endpoints.mdoverview with**Updated in Dash Platform v3.1.0**.## DAPI endpoint referenceblock toCLAUDE.mdand a newRELEASE.mdcapturing year-round vs. per-release endpoint conventions.Preview build: https://dash-docs-platform--149.org.readthedocs.build/en/149/
Summary by CodeRabbit
New Features
Documentation