WordPress / blueprints-library

28 stars 4 forks source link

Using multiple blueprint files (partials) #97

Open flexseth opened 3 months ago

flexseth commented 3 months ago

The blueprint.json files offer tremendous opportunity from a scaffolding and programmatic standpoint to developers using WordPress Playground. What if it were possible to chain together multiple blueprints to create an instance?

Use case: Build Playground docs for WordPress Plugin development

I want to see all documentation tagged plugin developer

User goes to documentation, searches "develop plugins with Playground" and finds a list of all the documentation that is tagged with plugin developer.

Docs: Creating a Plugin with WordPress Playground (post_title) Steps: (post_content) - see below - raw .json Description: Importing multiple WXR files to build a catalog of posts (post_excerpt)

Pseudocode

Now the user will come to the Schoolyard theme, and see the documentation for creating a plugin with WordPress Playground, with Step by Step instructions for building a WordPress Plugin.

Limitations

ImportXWR isn't implemented

Currently ImportWXR does not exist as a step in the blueprint.json file. This step could be implemented simply with a WPCLIStep and import command, and link to a WXR file in the assets directory.

Blueprint parser extended

New functionality would have to be created to chain blueprint.json files.

Creating this Step would open the door to building out documentation based on user needs in lieu of having a bunch of extra docs. For example, a new user to WordPress does not need to understand how to run Playground through a web socket.

Conclusion

Being able to chain blueprints together would open up the ability to add "partial" blueprints, which could be used modularly to build out a Playground instance.

flexseth commented 3 months ago

Themer use case

Create multiple pages with multiple patterns, based on a list of patterns in JSON form

A web designer picks up a website running the TwentyTwentyThree theme, and doesn't want to overhaul it.

What they would like to do is use the existing media (images), and patterns for the TT3 theme, to see what kind of pages can be easily created. They want to install multiple new pages for "About", "Contact Us", and "Testimonials" - using built-in patterns for TT3.

Pseudocode

They can then go and change the images to match what's available in the current media library, and update text.

Creating a very quick working demo of new pages for this client.

flexseth commented 3 months ago

Previous discussion on using multiple blueprints

Let's find a declarative, portable, composable blueprint format

flexseth commented 3 months ago

Blueprint Builder

adamziel commented 3 months ago

Such a great issue @flexseth, thank you so much for fleshing this out! Since Blueprints are branching out as a separate library, I'll move this issue over to the https://github.com/WordPress/blueprints-library repo

Also there's a related, but more general and less fleshed out issue here https://github.com/WordPress/blueprints-library/issues/49. Let's keep both open as merging Blueprints and partial Blueprints could be two different use-cases.

carstingaxion commented 2 months ago

Me and probably other people from the GatherPress project would love see this being solved, too. Simply for DRY reasons.

Originally I just wanted to use a playground to create and export some demo content, while I ended up with a complete new repository, multiple new Issues/Ideas and a bunch of blueprint.json files to create different types of playgrounds for the GatherPress plugin. This was amazing 🚀-science against human-🛌-rules, but it was great! But not DRY, unfortunately.

https://github.com/carstingaxion/gatherpress-demo-data