Skip to content
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

Address ActivityDetail view TODOs #73

Open
BeltranDaniel opened this issue Jul 29, 2020 · 0 comments · Fixed by #74
Open

Address ActivityDetail view TODOs #73

BeltranDaniel opened this issue Jul 29, 2020 · 0 comments · Fixed by #74

Comments

@BeltranDaniel
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant