Project

Profile

Help

Story #1204

Updated by dkliban@redhat.com over 8 years ago

The deliverables for this story include the following: 

    - Add logic to Task object to inspect kwargs for group_id and add it to the TaskStatus for that task 
    - Add group_id field to TaskStatus model 
    - Add new index on group_id for task_status collection 
    - Update existing tasks API endpoints to exclude TaskStatus documents with 
      group_id != == None 

Back