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
scoreand 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