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

import/export content #9

Open
jzeltman opened this issue Mar 13, 2020 · 0 comments
Open

import/export content #9

jzeltman opened this issue Mar 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jzeltman
Copy link
Contributor

Issue:
Storybook content must remain consistent

Idea:
Create a way to import/export content from Code => AEM => Code. Export content from AEM into code and store as JSON files - maybe one file per component? - Then use Sling Post Servlet to push JSON file representation of Storybook content into AEM. Then during development, find a way to make it automatic. Perhaps on a git, husky or npm script hook?

The ideal scenario would be:
Starting Development

  1. Checkout code
  2. Run build
  3. Content Posted to AEM

Ending Development

  1. Stage commits
  2. Sync codebase with AEM content
  3. Add files to commit
@jzeltman jzeltman added the enhancement New feature or request label Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant