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

Dificult to join a cup team #641

Open
luciglesias opened this issue Jul 7, 2021 · 1 comment
Open

Dificult to join a cup team #641

luciglesias opened this issue Jul 7, 2021 · 1 comment
Assignees
Labels

Comments

@luciglesias
Copy link

Hello!

In version 3.0 of Contentify there I find a bit complicated to join a players to a cup team. The only way that we found to do it was shearing link of the team from the player that created the team to the others players to join.

  • Is there an easy way?
  • We are thinking to build a module in "my teams" to find teams from other players and click join. What do you think?

Thanks in advance!

@chriskonnertz chriskonnertz self-assigned this Jul 8, 2021
@chriskonnertz
Copy link
Member

chriskonnertz commented Jul 12, 2021

Hello,

In version 3.0 of Contentify there I find a bit complicated to join a players to a cup team. The only way that we found to do it was shearing link of the team from the player that created the team to the others players to join.
Is there an easy way?

There should be a button on the team page so people can click the button to join:
https://github.com/Contentify/Contentify/blob/3.0/app/Modules/Cups/Resources/Views/show_team.blade.php#L74

 <a class="btn btn-default" href="{{ url('cups/teams/join/'.$team->id) }}">{{ trans('app.join') }}</a>

We are thinking to build a module in "my teams" to find teams from other players and click join. What do you think?

Sure, good idea! There could be a search field where you can type names to find other teams?

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

No branches or pull requests

2 participants