There is need for teams to be created for every event that is hosted on hackalog, we want that users can reuse the team they create once. An outline for work that need to be done:
These should be done in top down manner as intial steps are prerequisites for steps coming below them. One can also submit a pr step wise(that is for each step he/she completes, that is also the recommended way to solve this).
There is need for teams to be created for every event that is hosted on hackalog, we want that users can reuse the team they create once. An outline for work that need to be done:
SubmissionModelmake hackathon to be aOneToManyfield.hackathons/<slug:slug>/teams/endpoint to return list of teams for hackathon based on changed Team modelhackathons/<slug:slug>/teams/) and Team join(hackathons/<slug:slug>/teams/join/<str:team_id>/)These should be done in top down manner as intial steps are prerequisites for steps coming below them. One can also submit a pr step wise(that is for each step he/she completes, that is also the recommended way to solve this).