Changes between Initial Version and Version 2 of Ticket #2766


Ignore:
Timestamp:
07/30/12 16:04:26 (21 months ago)
Author:
toby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2766

    • Property Owner changed from toby to seanh
    • Property Status changed from new to assigned
  • Ticket #2766 – Description

    initial v2  
    1 check this doesn't happen 
     1The new ckan creates datasets as part of a 3 phase process.  To allow for this partially created datasets can have a state that is 'draft' or 'draft-complete'.  These datasets should not be seen as active by the activity stream. 
     2 
     3 
     4If we click 'add dataset' and then complete the first phase of adding a dataset then we end up having a activity stream created.  When we add a resource in the next phase (add data) again an activity stream item xxx added resource to dataset is created 
     5 
     6 
     7We do not want these adding.  Essentially if a dataset has a state.startswith('draft') then we want the activity stream to ignore all actions involving it. 
     8 
     9 
     10finally when the state is changed form state.startswith('draft') to state=='active' we want a xxx has created dataset ... to be added to the stream. 
     11 
     12 
     13The best way to do this would be to branch from 2375-demo-theme-stable and get it to work there. 
     14 
     15 
     16Let me know if you need any help with this ticket or a better explanation of the problem.