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

Manage Lists of valid items for global Attributes #334

Open
nateiam opened this issue May 13, 2017 · 0 comments
Open

Manage Lists of valid items for global Attributes #334

nateiam opened this issue May 13, 2017 · 0 comments

Comments

@nateiam
Copy link
Contributor

nateiam commented May 13, 2017

As a Herd Publisher I want to manage Lists of valid items so I can associate a List with an Attribute Definition to later enforce Attribute Values come from this List

This story is to manage the Lists that can be associated with an Attribute Defnition. The story does not manage the items in a list nor does it enforce anything, it simply allows users to CRUD lists.

Acceptance Criteria

  • New AttributeValueList POST endpoint takes Namespace, List Name and creates list
    • Namespace + List Name is they key for an AttributeValue list and must be unique. Endpoint returns 409 if attempt to POST a duplicate.
  • New AttributeValueLists GET endpoint returns all Lists (filtered by Namespace permission)
  • New AttributeValueList GET returns Namespace, List Name
  • New AttributeValueList DELETE removes List
  • Attempt to delete list that contains values results in 40x with appropriate message
  • Namespace-level authorization requirements are: GET endpoints need READ – POST, DELETE endpoints need WRITE
@nateiam nateiam added this to the Release 0.43.0 milestone May 13, 2017
FINRAOSS pushed a commit that referenced this issue May 31, 2018
* commit '91a7d0fcb9d74d941722d6238bc655caa0bbd8f0':
  DM-10653 ( Allow non-backwards compatible Schema changes based on Format indicator)
  DM-10653 ( Allow non-backwards compatible Schema changes based on Format indicator)
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