Skip to content

Conversation

@ghazwarhili
Copy link
Contributor

PR Summary

implement computation result filters uuid

return restTemplate.exchange(studyConfigServerBaseUri + path, HttpMethod.POST, null, UUID.class).getBody();
}

public UUID getComputationResultFiltersUuidOrElseCreateDefaults(StudyEntity studyEntity) {
Copy link
Contributor

@etiennehomer etiennehomer Dec 3, 2025

Choose a reason for hiding this comment

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

For the spreadsheet, they made the choice to define the default tabs and columns of the spreadsheet for a new study in the back. That's the why the spreadsheet is not empty for a new study.

But here, we don't set default computations filters. It's all empty. So you can delete this endpoint and just manage the null in the front

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
7.5% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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.

3 participants