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

protect annotation namespaces from conflicts #164

Open
ms-lolo opened this issue May 3, 2024 · 0 comments
Open

protect annotation namespaces from conflicts #164

ms-lolo opened this issue May 3, 2024 · 0 comments

Comments

@ms-lolo
Copy link
Collaborator

ms-lolo commented May 3, 2024

we have an API for creating custom annotations now, in apps.annotations. the namespaces are private details that help annotation authors to collect groups of a certain kind, so it's important for us to make sure we don't have two groups creating a commands annotation namespace with different meanings. we should come up with a way to auto-scope namespaces, similar to our approach with service ids. the interfaces don't need to be super concise, because we don't expect a huge amount of annotation namespaces to be created, and their usage is typically in private details of a package.

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

No branches or pull requests

1 participant