Skip to content

Introduce a subclass of DomainProps for Datasets #2483

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 11, 2025

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