hoangsonww/EstateWise-Chapel-Hill-Chatbot

Composite Lifestyle Scoring Engine

Offen

#60 geöffnet am 14.08.2025

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (21 Forks)auto 404
backendchoreci/cddocumentationenhancementfrontendgood first issuehelp wantedquestiontesting

Repository-Metriken

Stars
 (38 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide