Changes between Version 3 and Version 5 of Ticket #2255


Ignore:
Timestamp:
03/26/12 14:32:20 (2 years ago)
Author:
ross
Comment:

What about ownership by users?

Good question. WIll add to description.

New datasets can be created from the organization form, in which case the organization will be set in the dataset form dropdown (with privacy set to private - see below)

Does this mean like the setup on groups on the datahub (i.e. forward to new dataset but with some things hard-coded, organization/group?)? Or does it mean actual new dataset form on organization page.

The former, although currently we will have a slightly different form in the organizations extension, until such a time as we're ready to replace the existing one. Tried merging the two forms but it ended up with such a mess of logic that it was unmanageable.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2255 – Description

    v3 v5  
    33Ownership of datasets is important and this ticket will enforce membership for a dataset to a single individual organization.  The workflow for adding a dataset to a publisher/organization will stay the same but there will be no mechanism for adding existing datasets to an organization from within the organization forms. 
    44 
    5  [ ] New datasets can be created from the organization form, in which case the organization will be set in the dataset form dropdown (with privacy set to private - see below) 
     5 [x] New datasets can be created from the organization form, in which case the organization will be set in the dataset form dropdown (with privacy set to private - see below) 
    66 
    77 [x] Datasets created from direct access to /dataset/new will have a drop down showing all of the organizations available to the current user. 
     
    1313[ ] Search will be affected as the public/private status of a dataset will need to be added to the schema with only public datasets showing in site search, and private showing in organization dataset search (if user is within the organization).  
    1414 
     15[ ] Clarify how user can be owners of datasets without an organization 
     16 
    1517[ ] Documentation should be updated to reflect these changes.