monitorizare-vot
monitorizare-vot copied to clipboard
Election monitoring app through which commissioned observers can easily report back to their respective NGOs throughout the election day.
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.5 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.1 to 5.1.3. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v5.1.3 [Stable release 5.1.3] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...
### What does it fix? Adds delete endpoint for question options. Closes #372 ### How has it been tested? Tested using the Swagger UI to create the request and SSMS...
### What does it fix? Closes #270 I added a build and publish workflow that triggers on pushes to master or develop. These will occur when pushing directly or when...
Add two more fields to the returned info: - `questionsNo` - the total number of questions from the form - `lastEditedOn` - the date & time when the form was...
The filled should be filled in for formSections, questions and options
Some updates are needed to the CRUD endpoints for counties. The current endpoints are:  Needed updates: - the post county endpoint should only be used for adding new counties...
Add endpoints for editing and deleting notes. They should added under `/api/v2/note`
This will be used when editing forms. Add a new endpoint `DELETE /api/v1/form/section/{sectionId}/question/{questionId}/option/{optionId}` When called, the link between the option and the question should be removed from the `optionsToQuestions` table....
The are some small adjustments to be made to the `POST /api/v2/polling-station-info` : - change the field from the request body `idPollingStation` to `pollingStationNumber` to make the name more clear...