feat(contracts): implement ContractNewPage form (PMC-55) #33
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/pmc-55-contracts-ui"
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
Closes PMC-55 (Contracts UI). Only PMC-56 needed code; PMC-57/58/59 were closed in the audit pass.
PMC-56: Implements ContractNewPage with name / company / type / value / start_date / end_date fields. Submit currently rides the stubbed-form pattern (1s timeout, navigate to list) since the server contracts module returns 501; will switch to a real POST when that module lands.
Test plan
cargo check --features webclean🤖 Generated with Claude Code
Pull request closed