STARIONGROUP / COMET-WEB-Community-Edition

The CDP4-COMET web application
https://www.stariongroup.eu
GNU Affero General Public License v3.0
0 stars 1 forks source link

Fix #630 Refactor BaseDataItemTableViewModel.CreateNewRow to make use of a Factory service #645

Closed joao4all closed 1 month ago

joao4all commented 1 month ago

Prerequisites

Description

Closes #630 refactor BaseDataItemTableViewModel.CreateNewRow to make use of an injected Factory service

OBS: For this PR, a static factory was created instead of an injected service, otherwise we would have to inject the factory service in each class that inherits from BaseDataItemTableViewModel

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
85.6% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud