Irina Borozan

Results 41 issues of Irina Borozan

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

The form questions have a list of available answer options. The db entries for options should be reused if more questions use the same ones. - Please check that no...

BE
bug
enhancement
help wanted
medium-priority

- run db server - run backend app - test data should also be provided on init db Use the setup for expert consultation project as an example for desired...

BE
help wanted
medium-priority
infrastructure

- all code must be in English - make sure all the error messages are extracted in properties file and add info about the file in the readme for easy...

BE
enhancement
cleaning
medium-priority
autumn-2020

Please suggest a common response body for all API errors so they can be handled easily and consistently from client apps. The error messages should also be localized so they...

BE
question
enhancement
high-priority