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

Rewrite team invites - Closes #103 #105

Merged
merged 22 commits into from
Aug 27, 2020
Merged

Conversation

mikemaddem
Copy link
Member

Rewrite team invites to be used as strictly invites and not as membership within a team

@mikemaddem mikemaddem self-assigned this Aug 27, 2020
@mikemaddem mikemaddem added enhancement New feature or request high priority labels Aug 27, 2020
@mikemaddem mikemaddem changed the base branch from develop to notifications August 27, 2020 19:06
@mikemaddem
Copy link
Member Author

merging into notifications so the work on notifications can be completed

@@ -61,6 +64,7 @@ def delete_team(request, pk):
return redirect('staff:teamindex')


#TODO remove TeamInvite object
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolve this TODO

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see it anymore

teams/views.py Outdated Show resolved Hide resolved
teams/views.py Outdated Show resolved Hide resolved
teams/views.py Outdated Show resolved Hide resolved
teams/views.py Outdated Show resolved Hide resolved
teams/views.py Outdated
@@ -167,7 +179,9 @@ def form_valid(self, form):

def get_queryset(self):
# TO DO switch the filter to the players field not just the founder field.
return Team.objects.filter(founder=self.request.user)
# TODO: FIX
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolve this TODO

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it has been resolved...?

teams/views.py Outdated Show resolved Hide resolved
teams/views.py Outdated Show resolved Hide resolved
teams/views.py Outdated Show resolved Hide resolved
@techlover1 techlover1 merged commit d5e854a into notifications Aug 27, 2020
@techlover1 techlover1 deleted the team-invite-new branch August 27, 2020 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants