hoangsonww/EstateWise-Chapel-Hill-Chatbot

Composite Lifestyle Scoring Engine

オープン

#60 opened on 2025/08/14

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (21 件のフォーク)auto 404
backendchoreci/cddocumentationenhancementfrontendgood first issuehelp wantedquestiontesting

Repository metrics

Stars
 (38 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド