mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 19:44:29 -08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user