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