Task #2301
closedAdd serializer for the catalog models.
100%
Description
Write a serializer for each model in catalog.py.
Related issues
Updated by jortel@redhat.com about 8 years ago
- Copied from Task #2300: Add serializer for the task models. added
Updated by jortel@redhat.com about 8 years ago
- Copied to Task #2302: Add serializer for the progress models. added
Updated by amacdona@redhat.com about 8 years ago
- Blocks Story #2303: Add a DownloadCatalog ViewSet 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 fdobrovo about 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fdobrovo
Updated by fdobrovo about 8 years ago
- Status changed from ASSIGNED to POST
Added by fdobrovo almost 8 years ago
Updated by fdobrovo almost 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|d154d7940294713def41c4e650e98637ae7a88fe.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add catalog serializer
closes #2301 https://pulp.plan.io/issues/2301