Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Extract hasAlerts field from DataEntityDto #1147

Open
damirabdul opened this issue Dec 9, 2022 · 0 comments
Open

Extract hasAlerts field from DataEntityDto #1147

damirabdul opened this issue Dec 9, 2022 · 0 comments
Labels
func: User API good first issue Good for newcomers kind: enhancement Enhancement of existing feature scope: backend Backend task scope: frontend Frontend task

Comments

@damirabdul
Copy link
Contributor

Currently we have hasAlerts field inside DataEntityDto.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.

@damirabdul damirabdul added scope: backend Backend task kind: feature New feature request good first issue Good for newcomers labels Dec 9, 2022
@DementevNikita DementevNikita added kind: enhancement Enhancement of existing feature func: User API and removed kind: feature New feature request labels Dec 19, 2022
@DementevNikita DementevNikita added this to the 0.12 milestone Feb 7, 2023
@DementevNikita DementevNikita added the scope: frontend Frontend task label Feb 7, 2023
@DementevNikita DementevNikita modified the milestones: 0.12, 0.13 Apr 12, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
func: User API good first issue Good for newcomers kind: enhancement Enhancement of existing feature scope: backend Backend task scope: frontend Frontend task
Projects
None yet
Development

No branches or pull requests

2 participants