-
Notifications
You must be signed in to change notification settings - Fork 6
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
Supporting custom / contrib block types #61
Comments
Hi @smn , this is really helpful. It definitely aligns with our previous thinking on having a Contrib namespace for blocks.
Looking for suggestions on the migration process from Contrib to within the standard... It seems tricky if block names would need to change for existing implementations when a block "graduates" to the full spec. Any ideas? |
We'll likely look at implementing something internally initially to address the webhooks use case and see what emerges from that implementation as a possible way forward. I'll report with our learnings. |
Following up on this issue with an implementation proposal... The goals to solve for are:
Benefits: Avoiding drawbacks: Block FunctionalityFor additional block types, two new namespaces are proposed: Namespace
|
Thanks @markboots & @smn for initiating this. Indeed, it would great to provide such contribution process to the community.
I think this would be part of the main challenge to resolve. I have no idea for now, and would love to hear from others here. I'd suggest we even have a sync meeting for brainstorming if needed. Maybe with @seifertk ?
|
Given that the floip spec is a standardisation and interoperability effort, it's safe to assume that the specification will likely trail behind some immediate implementation needs.
What are the proposed conventions, if any, for:
Some immediate follow up questions this:
Contrib.VendorID.Name
suffice?Ideally some of these contrib extensions would then in the future be merged into the spec and gain wider support. What can be done by implementors now to ensure that custom contributions lead to strengthening of future interoperability rather than fragmenting the specification?
The text was updated successfully, but these errors were encountered: