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

Add the possibility to create collections #9

Closed
cedricbonhomme opened this issue Feb 14, 2019 · 1 comment · Fixed by #43
Closed

Add the possibility to create collections #9

cedricbonhomme opened this issue Feb 14, 2019 · 1 comment · Fixed by #43
Labels
enhancement Improvement of existing feature

Comments

@cedricbonhomme
Copy link
Collaborator

A collection would be a named set of objects from a MOSP instance.

For example CASES would be able to create the collection named "Security measures for MONARC".
This collection can be dynamic:

  • defined by one or several JSON schema(s). All objects instantiated with one of the JSON schemas will be part this collection.

And static:

  • simply a list of cherry picked objects, from different schemas and organizations.

Also both static and dynamic.

Note: objects from a collection can be objects from different organizations.

Finally this will enable to share a set of related objects with a nice URL, like:

@cedricbonhomme cedricbonhomme added the enhancement Improvement of existing feature label Feb 14, 2019
@cedricbonhomme
Copy link
Collaborator Author

cedricbonhomme commented Jan 24, 2020

Properties for a collection:

  • UUID
  • name
  • description
  • objects
  • schemas
  • creator_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant