The Real-Estate Plot Valuation feature models a specific layout (Kusuluvada) and lets users explore and value individual plots.
Key source files:
src/pages/ventures/RealEstate/PlotValuation.jsx — main valuation page and UI.src/pages/ventures/RealEstate/kusuluvadaPlan.js — configuration for the Kusuluvada layout blocks and plots.The valuation page renders a plan of the Kusuluvada layout and allows users to interact with selectable plots, typically around ~260 square yards per subdivided block.
kusuluvadaPlan.js contains structured data describing:
PlotValuation.jsx consumes this configuration to draw the layout, attach event handlers, and compute per-plot value summaries.
Real-estate valuation is part of the broader ventures section of the product. While it is not directly tied to the core wealth dashboard, it can be linked from marketing pages or future investment-planning workflows documented in Wealth and Portfolio Domain.
When extending this feature (e.g., adding new layouts):
kusuluvadaPlan.js.