houseprice-price-es-tag-update

Explain TagUpdateDatetime transitions across PriceTag, PriceEs, and PriceUpdateCommunity.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/chuangkevin/project-bridge --skill houseprice-price-es-tag-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: houseprice-price-es-tag-update
Source: https://github.com/chuangkevin/project-bridge/tree/main/skill/houseprice/price/houseprice-price-es-tag-update
Command: npx skills add https://github.com/chuangkevin/project-bridge --skill houseprice-price-es-tag-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill clarifies how the TagUpdateDatetime flag governs ES rebuild decisions and data flow across HousePrice PriceTag, PriceEs, and PriceUpdateCommunity, enabling clear reasoning about NULL vs non-NULL states and their impact on DealALLCaseList processing.

Core Features & Use Cases

  • Explains the meaning of TagUpdateDatetime and its NULL vs non-NULL states across PriceUpdateCommunity, PriceTag, and PriceEs.
  • Documents key entry points and repository/service flow to diagnose and reproduce the workflow in PriceEs, PriceTag, and DealAllCaseList processing.
  • Provides troubleshooting guidance for why older data may reappear in PriceEs and how TagUpdateDatetime transitions are managed in updates.

Quick Start

Explain the end-to-end handling of TagUpdateDatetime within the HousePrice workflow by tracing through the PriceScheduleJob, DealAllCaseListService, and repository updates.

Frequently Asked Questions about houseprice-price-es-tag-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does TagUpdateDatetime govern the PriceEs ES rebuild workflow?

TagUpdateDatetime controls the ES rebuild workflow by tracking NULL versus GETDATE() states to identify pending records and trigger data movement from PriceTag to PriceEs.

How do I trace the DealAllCaseListService workflow for PriceEs tag updates?

Trace the workflow through PriceScheduleJob in HousePrice.Web.Task, DealAllCaseListService, and DealAllCaseListRepository to diagnose how TagUpdateDatetime transitions trigger PriceEs rebuilds.

Why does older data reappear in PriceEs after a tag update?

Older data reappears when TagUpdateDatetime transitions are mismanaged during updates, causing incorrect NULL or GETDATE() states that improperly trigger ES rebuilds across PriceUpdateCommunity and PriceTag.

What does a NULL TagUpdateDatetime mean in PriceUpdateCommunity?

A NULL TagUpdateDatetime in PriceUpdateCommunity indicates the record is pending processing and has not yet been scheduled for data movement from PriceTag to PriceEs or an ES rebuild.

How do I identify pending ES rebuild records in the HousePrice workflow?

Identify pending ES rebuild records by querying TagUpdateDatetime states across PriceTag and PriceEs, where NULL values indicate records awaiting processing through DealAllCaseListService.

Does the HousePrice tag update workflow require specific entry points in HousePrice.Web.Task?

Yes, the workflow requires entry points in HousePrice.Web.Task, DealAllCaseListService, and DealAllCaseListRepository to properly trace and diagnose TagUpdateDatetime transitions across PriceTag and PriceEs.