Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Allow editing extra_capabilities #1062

Open
mythmon opened this issue Oct 3, 2019 · 1 comment
Open

Allow editing extra_capabilities #1062

mythmon opened this issue Oct 3, 2019 · 1 comment
Labels
enhancement New feature or request P5
Milestone

Comments

@mythmon
Copy link
Contributor

mythmon commented Oct 3, 2019

With the new capabilities work landed in Normandy, there is a new editable field that should be accessible: extra_capabilities. It is logically a set of strings. Though since JSON doesn't have sets the type is actually Array<String>.

Right now there aren't any further semantics associated with this field, we just need to be able to type a list of strings in.

@mythmon
Copy link
Contributor Author

mythmon commented Oct 3, 2019

For extra fanciness, this could autocomplete from the list of capabilities the server knows about, which there is an API endpoint for now. We should still allow free-form text as well though, since some valid capabilities might not be known by the server.

@jaredlockhart jaredlockhart added enhancement New feature or request P5 labels Dec 9, 2019
@jaredlockhart jaredlockhart added this to the Backlog milestone Dec 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request P5
Projects
None yet
Development

No branches or pull requests

2 participants