Open IkeHunter opened 1 month ago
I can help you with the implementation of some functions. I am new to github. I would like to collaborate
@MarcoDelcas Sounds good, let me know if you need help with anything. I'll update the CONTRIBUTING.md docs at some point, but the way most ppl contribute is by "forking" the repo to their own account, "cloning" it down to their local machine, making the changes, "pushing" the changes back up to their fork, then creating a "pull request" - or PR.
Here's a good walkthrough of how to do all of that: https://github.com/asmeurer/git-workflow
Info
The models have already been implemented, and the REST API just uses the default view and serializer logic. However, when other parts of the app need to manage clubs/members, they should be able to use easy to under stand interfaces/methods.
The service has already been laid out in
app/clubs/services.py
, with the method names and short docstrings already added in. This task mainly just involves using the models already created to perform the actions described by the doc strings and the method names.Task
?club={club_name}
, this will need to be set up in the urls file