-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[API Hangouts] Create Serializer for Hangouts Endpoint #166
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still open. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
PARENT TRACKER ISSUE
: #160Create a Serializer for the New Hangouts api Endpoint. Please review issue #161 as background to make sure the latest GET representation is used, and any POST differences are taken into consideration.
See DRF ModelSerialize, DRF Serializer Relations, and DRF Nested Relationships for more information.
See https://github.com/codebuddies/backend/blob/master/cbv3_django_prototype/cbv3_django_prototype/resources/serializers.py as one implementation done for
resources
.Please note that the serializer code related to Tags is its own endpoint, tagging. Below is an example from the
resources
endpoint on how tagging is used:The text was updated successfully, but these errors were encountered: