-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return final and intermediate apportionment steps #864
base: main
Are you sure you want to change the base?
Return final and intermediate apportionment steps #864
Conversation
Sigrid maintainability feedbackShow detailsSigrid compared your code against the baseline of 2025-01-23. 👍 What went well?
👎 What could be better?
📚 Remaining technical debt
View this system in Sigrid** to explore your technical debt ⭐️ Sigrid ratings
💬 Did you find this feedback helpful?We would like to know your thoughts to make Sigrid better. |
Fixed with 70fade5 |
70fade5
to
f31ae6c
Compare
Used for Rust enums with struct data. This also removes the unused `DataEntryStatus` type from the OpenAPI spec and fixes the build without the `dev-database` feature by always including the `ElectionRequest` struct.
87c944b
to
97c52db
Compare
Closes #737
Description
DataEntryStatus
type from the OpenAPI spec and fixes the build without thedev-database
feature by always including theElectionRequest
struct. (@praseodym)