Skip to content

chore: [ANDROSDK-2331] migrate attribute value link and indicator domain models to Kotlin#2646

Merged
vgarciabnz merged 1 commit into
developfrom
ANDROSDK-2331
Jun 26, 2026
Merged

chore: [ANDROSDK-2331] migrate attribute value link and indicator domain models to Kotlin#2646
vgarciabnz merged 1 commit into
developfrom
ANDROSDK-2331

Conversation

@vgarciabnz

@vgarciabnz vgarciabnz commented Jun 25, 2026

Copy link
Copy Markdown
Member

Migrates five Java @AutoValue domain models to Kotlin data classes annotated with @ModelBuilder: DataElementAttributeValueLink, ProgramAttributeValueLink, ProgramStageAttributeValueLink, DataSetIndicatorLink, and IndicatorType. The first four are link/join-table models whose primary-key fields (dataElement, program, programStage, dataSet, attribute, indicator) are promoted to non-null String, removing the corresponding !! operators from each *DB.toDB() extension. IndicatorType retains nullable number and factor fields and now implements BaseIdentifiableObjectKt in place of the Java BaseIdentifiableObAuVa base class.

Related task: ANDROSDK-2331

@sonarqubecloud

Copy link
Copy Markdown

@vgarciabnz vgarciabnz merged commit f1404ee into develop Jun 26, 2026
11 checks passed
@vgarciabnz vgarciabnz deleted the ANDROSDK-2331 branch June 26, 2026 09:20
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