Story #2890
closed
As an authenticated user, I can see what resource(s) a task acted on.
Status:
CLOSED - CURRENTRELEASE
- Blocks Story #2891: As an authenticated user, I can search for a tasks based on what resource they acted on. added
What url will the detail view of the TaskResource be?
bmbouter I wasn't thinking of providing one—at least not for the MVP. I'm assuming there won't be any information on the task resource other than the task FK and the resource FK so exposing the join model didn't seem necessary.
I added a checklist item about offering filtering along with this change. For the feature to be complete I think it needs filtering.
Also what will the name of the FK attribute be for the Task to show the related TaskResource objects? I imagined it would be called 'resources' but then that could be confusing between the 'created_objects' perhaps? I think I liked the name 'tags' better since it more clearly identifies it as metadata about a task (I think). That would suggest that the new TaskResource should be called TaskTag or Tag and then the related_name attribute on Task would be called Tags once again. @daviddavis that an improvement or a step backwards?
- Tags Pulp 3 RC Blocker added
Adding RC blocker tag because this might affect the `created_resource` field, which would be backwards incompatible.
- Blocks deleted (Story #2891: As an authenticated user, I can search for a tasks based on what resource they acted on.)
- Has duplicate Story #2891: As an authenticated user, I can search for a tasks based on what resource they acted on. added
- Tags deleted (
Pulp 3 RC Blocker)
We think this will be an additive change to the REST api, so we are removing the RC blocker.
- Status changed from NEW to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF