Task #2306
closedAdd serializer for the consumer models.
100%
Description
Write a serializer for each model in consumer.py.
Related issues
Updated by jortel@redhat.com about 8 years ago
- Copied from Task #2302: Add serializer for the progress models. added
Updated by semyers about 8 years ago
This task cannot be started until the documentation written in #1873 is merged to 3.0-dev.
Updated by semyers about 8 years ago
This task should be considered complete when all serializers for a given models module are defined in a corresponding serializers module.
The serializers defined should expose fields "native" (defined directly on a model or in its superclasses) to the model being represented, including Generic Key/Value types (Config/Notes/Scratchpad). Relations to other models should be included where possible, but the available serializer base classes and fields may be insufficient, so only the "native" fields should be required.
This task is among several similar tasks to stub out serializers for our existing models. Please spread the work around so we gain more team-wide knowledge around these serializers. If you have any questions, ask me. Common issues and their resolutions will be added to the pulp 3.0 rest-api development guide.
Updated by pcreech about 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to pcreech
Updated by pcreech about 8 years ago
- Status changed from ASSIGNED to POST
Added by pcreech about 8 years ago
Added by pcreech about 8 years ago
Updated by pcreech about 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|f7066381f9d12d86075e8379643dfda4a6d46936.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add consumer serializer
Add consumer serializer
closes #2306