Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement validation rules in backend (#42)
* Move `polling_station ` structs to new module * Update Cargo dependencies * Update `openapi.json` using Lefthook * Implement validation of polling station data entry * Always return JSON response from data entry API * Warn when using unwrap in non-test code And remove Hello World API endpoint. * Move lint configuration to config files And also lint tests using Clippy in CI. * Expand validation integration test assertions
- Loading branch information