Skip to content

Address ActivityDetail view TODOs #73

@BeltranDaniel

Description

@BeltranDaniel

Summary.
In the app activities the ActivityDetail view is missing the implementation of the post method, as shown by the TODOs in the next fragment of code.

def post(self, request, pk):
member_serializer = MemberSerializer(data=request.data)
print(member_serializer)
# TODO: Handle all info received from its form instead of printing
# TODO: Take into account all many-to-many relationships in the serializer

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions