implement client-side pending_date filtering for PENDING properties

- Fix PENDING properties to filter by pending_date instead of list_date
- Add client-side filtering for PENDING as server-side pending_date filter is broken
- Include contingent properties without pending_date for comprehensive results
- Enhance documentation to clarify past_days behavior per listing type
- Add property_history field to GraphQL queries for future enhancements
- Add comprehensive test for pending date filtering functionality
- Optimize filtering logic with helper methods for better maintainability

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Zachary Hampton
2025-09-08 16:36:48 -07:00
parent 44e6a43cc4
commit 75c245cde7
5 changed files with 207 additions and 3 deletions

View File

@@ -202,6 +202,11 @@ fragment HomeData on Home {
}
}
taxHistory: tax_history { __typename tax year assessment { __typename building land total } }
property_history {
date
event_name
price
}
monthly_fees {
description
display_amount