feedsignal/crates
Austin Schaefer e70909af47
All checks were successful
CI / check (pull_request) Successful in 2m2s
CI / test (pull_request) Successful in 3m15s
CI / audit (pull_request) Successful in 10s
Add and apply a models.rs convention for data-model structs
Document in the DoD that data-model structs (domain models, query row
types, DTOs/views) belong in a crate's models.rs rather than the file
that produces/consumes them, once used outside that function -
matching the existing crates/core/src/models.rs pattern. Component-
local structs (Props, Styles, context) are exempt.

Apply it to db: move RankedArticleRow out of articles.rs into a new
crates/db/src/models.rs.
2026-09-03 21:23:34 +02:00
..
core chore: Use valid license SPDX id. Revert logic refactor. 2026-08-21 14:03:10 +02:00
db Add and apply a models.rs convention for data-model structs 2026-09-03 21:23:34 +02:00
feeds Split has_content test into three cases per reviewer request 2026-08-21 15:38:52 +02:00
llm Apply cargo fmt across the workspace 2026-08-21 13:10:08 +02:00
web Turn RankedArticleRow into a struct instead of a 7-field tuple 2026-09-03 21:20:41 +02:00