Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

feat(php-storybook): Converting the php generated story files to CSF - front-1379 #513

Merged
merged 2 commits into from
Jul 31, 2020

Conversation

planctus
Copy link
Contributor

PR description

Please drop a few lines about the PR: what it does, how to test it, etc.

QA Checklist

In order to ensure a safe and quick review, please check that your PR follow those guidelines:

  • I have put the vanilla component as devDependencies
  • I have put the specs package as devDependencies
  • I have added the components directly used in the twig file (with include or embed) as dependencies
  • My component is listed in @ecl-twig/ec-components's dependencies
  • My variables naming follow the guidelines (snake case for twig)
  • I have provided tests
  • I have provided documentation (for the "notes" tab)
  • If my local yarn.lock contains changes, I have committed it
  • I have given my PR the proper label (pr: review needed to indicate that I'm done and now waiting for a review ,pr: wip to indicate that I'm actively working on it ...)

@planctus planctus added pr: review needed Use this label to show that your PR needs to be review tag: enhancement labels Jul 29, 2020
[ucfirst($base_component), $adapted_variant, $variant, $deprecated_component, $component_group]
, $story_template
);
// Here we createthe story file.
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
// Here we createthe story file.
// Here we create the story file.

$component_group,
$packages_folder
) {
// Not sure why we needed this, but it's the case.
Copy link
Contributor

Choose a reason for hiding this comment

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

Useless comment. You need this folder because the configurations expect the story file to be in this folder...

@kalinchernev kalinchernev merged commit ea2ac1b into master Jul 31, 2020
@kalinchernev kalinchernev deleted the front-1379 branch July 31, 2020 06:35
@kalinchernev kalinchernev removed the pr: review needed Use this label to show that your PR needs to be review label Jul 31, 2020
@kalinchernev kalinchernev removed their assignment Jul 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants