Extract pure logic out of RSX components into unit-testable handlers modules #9
Loading…
Reference in a new issue
No description provided.
Delete branch "worktree-extract-rsx-logic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
article_row.rsandsubscribe_form.rsintomod.rs+component.rs+handlers.rs, mirroring the existingcomponents/*/convention, and adds a siblingapp/handlers.rsforApp's heading computation.score_percent,normalize_feed_url,subscribed_message,feed_heading— each covered by unit tests, so this logic no longer needs a Dioxus runtime to verify.Test plan
cargo test -p feedsignal-web— 9 new unit tests passcargo clippy -p feedsignal-web --all-features— clean🤖 Generated with Claude Code