Skip to content
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

feat(xcontrols): add skeleton #1278

Conversation

mgg709
Copy link

@mgg709 mgg709 commented Sep 12, 2023

Pull request template

Describe the purpose of the change, the specific changes done in detail, and the issue you have fixed.
We have added the necessary files to create the skeleton and complete the x-module.

Motivation and context

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that causes existing functionality to not work as expected)
  • Change requires a documentation update

What is the destination branch of this PR?

How has this been tested?

Tests performed according to testing guidelines:

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review on my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

@mgg709 mgg709 requested a review from a team as a code owner September 12, 2023 11:56
*
* @public
*/
export type XControlsModule = XModule<any>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
export type XControlsModule = XModule<any>;
export type ExperienceControlsXModule = XModule<any>;

* @public
*/
export const xControlsXModule: XControlsModule = {
name: 'xcontrols',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
name: 'xcontrols',
name: 'experience-controls',

@@ -44,6 +45,7 @@ export interface XModulesTree {
semanticQueries: SemanticQueriesXModule;
tagging: TaggingXModule;
url: UrlXModule;
xcontrols: XControlsModule;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
xcontrols: XControlsModule;
experience-controls: XControlsModule;

Copy link
Contributor

Choose a reason for hiding this comment

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

Build is failing because of these empty files. Either remove them or make them export an empty object and then try the build again

Copy link
Contributor

@CachedaCodes CachedaCodes left a comment

Choose a reason for hiding this comment

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

Change the folder name of the module to experience-controls

Basic Skeleton added to some files that were empty

Co-Authored-By: Matías García Gimeno <[email protected]>
Co-Authored-By: Ger-28 <[email protected]>
@mgg709 mgg709 requested a review from CachedaCodes September 13, 2023 08:39
@CachedaCodes CachedaCodes merged commit 9017a64 into feature/EMP-1944-create-config-module-xcontrols Sep 13, 2023
@CachedaCodes CachedaCodes deleted the feature/EMP-1945/create-skeleton-module-xperience-control branch September 13, 2023 10:43
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.

3 participants