Skip to content

Conversation

@camreeves
Copy link
Contributor

To grab all building zones in an org along with their metadata you have to pull all the children zones (and their metadata) of an org and then select the ones with building tags.

This is just a simple change to allow for only grabbing children zones and metadata with a specific tag.

camreeves and others added 2 commits September 8, 2025 12:55
- Add tags parameter to children_metadata method with array converter
- Filter child zones by tags using Set intersection logic
- Support combining tag and name filters (zones must match both)
- Update OpenAPI documentation with tags parameter specification
- Add comprehensive test coverage for all tag filtering scenarios
- Fix test script to use docker-compose syntax for compatibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
The test script changes were unintended and should not be included
in this feature branch. Reverting to original docker compose syntax.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@camreeves camreeves requested a review from stakach September 8, 2025 03:23
@github-actions github-actions bot added the type: enhancement new feature or request label Sep 8, 2025
@camreeves
Copy link
Contributor Author

Oops looks like I need to get Claude to run crystal tool format!

@camreeves camreeves marked this pull request as draft September 8, 2025 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement new feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants