ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Automated creation of collections + permission when creating projects #580

Closed ssomnath closed 3 years ago

ssomnath commented 3 years ago

When a project is created, Can we (optionally) automate the creation of collections to provide spaces for individual and collaborative work? For example, it would be nice for a user to know if they are part of a project, they will automatically have a collection whose alias and name match that of the username? Currently, the creation of a project requires the admin to manually create collections per user, and give them appropriate access via the web interface. There isn't a way for admins to automate how they want to set up projects. Can we also have the PROJECTSHARE collection to mimic typical project shared spaces?

dvstans commented 3 years ago

This is out of scope for DataFed. Project creation and structure will be under the control of individual facilities, and the DataFed Python API can be used by these facilities to integrate project creation with their internal user/project accounting systems.