hoangsonww/EstateWise-Chapel-Hill-Chatbot

Composite Lifestyle Scoring Engine

开放

#60 创建于 2025年8月14日

 (0 条评论) (0 个反应) (1 位负责人)TypeScript (21 个派生)auto 404
backendchoreci/cddocumentationenhancementfrontendgood first issuehelp wantedquestiontesting

仓库指标

星标
 (38 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Summary Compute a 0–100 score per listing combining commute, amenities, and school signals with explainable breakdown.

Acceptance Criteria

  • Default weights: commute 60%, amenities 25%, schools 15%.
  • Each result includes score and breakdown { commute, amenities, schools }.
  • Caps/floors and tie-breaks documented; weights configurable via env or admin.

Tasks

  • Commute scaler (minutes vs. threshold)
  • Amenity distance scorer (nearest grocery/park/gym)
  • School zone/rating signal
  • Aggregation + rounding; deterministic ties
  • Unit tests for scoring math

贡献者指南