You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In SubmissionModel make hackathon to be a OneToMany field.
Modify GET hackathons/<slug:slug>/teams/ endpoint to return list of teams for hackathon based on changed Team model
Modify endpoints for Team create(POST hackathons/<slug:slug>/teams/) and Team join(hackathons/<slug:slug>/teams/join/<str:team_id>/)
Add support for getting and editing previously existing teams of a user.[Requires discussion]
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).
The text was updated successfully, but these errors were encountered:
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:
SubmissionModel
make hackathon to be aOneToMany
field.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).
The text was updated successfully, but these errors were encountered: