DemocracyDevelopers / raire-service

Service that forms a front-end to raire-java and is called from colorado-rla
GNU General Public License v3.0
2 stars 1 forks source link

91 add contest info to csv #97

Closed vteague closed 5 months ago

vteague commented 5 months ago

Added some extra contest info to the get-assertions csv:

vteague commented 5 months ago

I also reorganized the requests a bit, which actually simplifies them a lot. Rather than having a contestRequest from which both GetAssertionsRequest and GenerateAssertionsRequest inherit, I just made the ContestRequest be the thing that we use for the Generate Assertions Request. So now there are only 2 things: ContestRequest, and GetAssertionsRequest, which derives from it.