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

[252 SPIKE] Extensibility V2.0 #1729

Draft
wants to merge 34 commits into
base: develop
Choose a base branch
from
Draft

Conversation

bendvc
Copy link
Collaborator

@bendvc bendvc commented Apr 1, 2024

Description

This PR shows how the new version of extensibility is going to work. The gist if that we will use the extension API to layer features/overrides on top of each other for a generated base project.

You can read more about it here.

Extensibility working. Overridability and file "gaps" not working
Prep for next stage of dev where I'll attempt to fix the broken import chain problem.
remove handler stuff, I think it was partially working which wasn't helping, I will loop back and attempt to fix it later.
The asterisk is a clue to the internal workings of the module import as it's commonly used to denote a wildcard.
NOTE: Doesn't work without core extension because I'm not falling back to the sdk for those special components yet
We don't resolve into the sdk yet.. adding the app and app-config file defaults in this extension ensures it works.
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.

None yet

1 participant