monitorizare-vot icon indicating copy to clipboard operation
monitorizare-vot copied to clipboard

Election monitoring app through which commissioned observers can easily report back to their respective NGOs throughout the election day.

Results 31 monitorizare-vot issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

### 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...

hacktoberfest-accepted
waiting-for-fixes-on-related-issues

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...

nice-to-have
enhancement
help wanted
good first issue
forms
hacktoberfest

The filled should be filled in for formSections, questions and options

bug
medium-priority

Some updates are needed to the CRUD endpoints for counties. The current endpoints are: ![image](https://user-images.githubusercontent.com/44526601/140051251-03df0037-50ff-4404-82f8-07b6af9fd6a1.png) Needed updates: - the post county endpoint should only be used for adding new counties...

BE
enhancement
help wanted
medium-priority
good first issue
counties

Add endpoints for editing and deleting notes. They should added under `/api/v2/note`

enhancement
help wanted
autumn-2020
low-priority
good first issue

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....

BE
enhancement
help wanted
medium-priority
forms

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...

enhancement
help wanted
autumn-2020
high-priority
polling-stations