docs: improve taxonomy method visibility and quick references#155
docs: improve taxonomy method visibility and quick references#155
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughDocumentation updated to include composed stream taxonomy management, examples, and quick reference entries. API reference expanded for DescribeTaxonomies with parameters, returns, and usage. An interface method DescribeTaxonomies was added to ComposedActions. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant SDK as SDK (ComposedActions)
participant Svc as TN Service
Dev->>SDK: DescribeTaxonomies(ctx, {Stream, LatestVersion})
SDK->>Svc: GET taxonomy for composed stream
Svc-->>SDK: []TaxonomyItem{ChildStream, Weight} or error
SDK-->>Dev: Return taxonomy list or error
note over SDK,Svc: New/Documented interaction for taxonomy discovery
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Assessment against linked issues
Assessment against linked issues: Out-of-scope changes
Suggested reviewers
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
I will merge immediately, so it can be used to customer. |
Time Submission Status
|
resolves: https://github.com/trufnetwork/truf-network/issues/1126
Summary by CodeRabbit