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

Support for teams to be used in multiple hackathons/events. #40

Open
4 tasks
m-e-l-u-h-a-n opened this issue May 16, 2021 · 3 comments
Open
4 tasks

Support for teams to be used in multiple hackathons/events. #40

m-e-l-u-h-a-n opened this issue May 16, 2021 · 3 comments
Labels
good first issue Good for newcomers

Comments

@m-e-l-u-h-a-n
Copy link
Member

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).

@m-e-l-u-h-a-n
Copy link
Member Author

Actually this is a master issue, each step of which is a good first issue.

@m-e-l-u-h-a-n m-e-l-u-h-a-n added the good first issue Good for newcomers label May 16, 2021
@tiger-yash
Copy link
Member

I am taking up this issue. Please share any other necessary details, if any.

@m-e-l-u-h-a-n
Copy link
Member Author

That's encouraging and great but I think you will understand this issue much better once we cover Django-rest-framework in CSOC week-5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants