Skip to content

Conversation

@shafeeqd959
Copy link
Contributor

No description provided.

@shafeeqd959 shafeeqd959 changed the title Feat/dx 3810 added composable studio validation in audit plugin Dec 17, 2025
@shafeeqd959 shafeeqd959 marked this pull request as ready for review December 18, 2025 07:15
@shafeeqd959 shafeeqd959 requested a review from a team as a code owner December 18, 2025 07:15
Copy link
Contributor

@netrajpatel netrajpatel left a comment

Choose a reason for hiding this comment

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

@shafeeqd959 Unit tests GitHub workflow is failing

Comment on lines +9 to +33
interface ComposableStudioProject {
name: string;
description?: string;
canvasUrl?: string;
connectedStackApiKey?: string;
contentTypeUid: string;
organizationUid?: string;
settings: {
configuration: {
environment: string;
locale: string;
};
};
createdBy?: string;
updatedBy?: string;
deletedAt?: boolean;
createdAt?: string;
updatedAt?: string;
uid: string;
// For audit reporting
missingContentType?: boolean;
missingEnvironment?: boolean;
missingLocale?: boolean;
fixStatus?: string;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

@shafeeqd959 , could you move ComposableStudioProject type into types or interface folder?

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.

4 participants