Skip to content

Introduce a subclass of DomainProps for Datasets#2483

Merged
labkey-klum merged 2 commits intodevelopfrom
fb_delete_participants_test
Jun 11, 2025
Merged

Introduce a subclass of DomainProps for Datasets#2483
labkey-klum merged 2 commits intodevelopfrom
fb_delete_participants_test

Conversation

@labkey-klum
Copy link
Contributor

Rationale

Add to the existing list of domain helpers to manage Dataset domains. Refactor existing tests to use the new class.

Related Pull Requests

LabKey/platform#6732

@labkey-klum labkey-klum requested a review from labkey-tchad June 10, 2025 23:48
Comment on lines +27 to +30
public static DatasetDefinition create(String name)
{
return new DatasetDefinition(name);
}
Copy link
Member

Choose a reason for hiding this comment

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

This static create method is a little confusing because DomainProps has a non-static create method that actually creates the domain.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that's true, I was thinking of maybe init, not sure if there is a better verb.

@labkey-klum labkey-klum merged commit c2d20f7 into develop Jun 11, 2025
6 checks passed
@labkey-klum labkey-klum deleted the fb_delete_participants_test branch June 11, 2025 17:56
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