Skip to content
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

Feat extend identification configuration #203

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

SimonDmz
Copy link
Contributor

No description provided.

davdarras
davdarras previously approved these changes Dec 18, 2024
@@ -303,7 +293,7 @@ private void updateAddress(SurveyUnit surveyUnit, SurveyUnitUpdateDto surveyUnit
@Transactional
public HttpStatus updateSurveyUnitViewed(String userId, String suId) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

throw exception maybe ? returning an http status doesn't feel right here

* @param identificationDB identification DB entity
* @return the model object of the db entity
*/
public static Identification toModel(IdentificationDB identificationDB) {
if(identificationDB == null) {
if (identificationDB == null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need auto formatting :)

@@ -155,7 +154,7 @@ private ResultMatcher expectTimestampFromCurrentDate(String expression, int unit
* Test that the GET endpoint "api/user"
* return 200
*
* @throws Exception
* @throws Exception e
*/
@Test
@Order(1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should

  • get rid of orders
  • have scripts to reinit database content used when updates are done
  • use test containers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants