Extract hasAlerts field from DataEntityDto #1147
Labels
func: User API
good first issue
Good for newcomers
kind: enhancement
Enhancement of existing feature
scope: backend
Backend task
scope: frontend
Frontend task
Currently we have
hasAlerts
field insideDataEntityDto.java
This means, that we fetch this property for every data entity request, while we need it only in 1 place.
Need to create separate dto with this field and don't inherit other data entity dtos from it.
The text was updated successfully, but these errors were encountered: