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

Question: Can users be linked to teams/managers #14

Closed
zo0o0ot opened this issue Apr 12, 2016 · 2 comments
Closed

Question: Can users be linked to teams/managers #14

zo0o0ot opened this issue Apr 12, 2016 · 2 comments
Labels

Comments

@zo0o0ot
Copy link
Contributor

zo0o0ot commented Apr 12, 2016

I'm trying to understand the use case of a draft that isn't done in person. Should I be giving out the commish password to let everyone log in as me at the same time for draft picks, or can users be assigned to teams, and draft only on behalf of that team?

@mattheworres
Copy link
Owner

@zo0o0ot the standard usecase that PHPDraft is designed for is this one:

There is one commissioner, and several managers. A commissioner owns a draft, and the draft has several managers. There is no official direct link between a PHPDraft "manager" and the real life "manager". The commissioner is intended to be the person entering the picks for the draft. When folks are remote, they have to notify the commissioner somehow (outside of PHPDraft at the moment) of their intended pick.

For offline drafts that have everyone present, I've suggested in the past to log in as the commissioner, then leave the laptop running on a "podium" so each manager goes up when it's their turn and enters their pick.

I entered a feature suggestion on the project's Feathub page that may help ease this pain, in which non-logged in (anonymous) users who have access to the draft (if there's a draft password, they've provided it) can open a dialog box and suggest a pick, which would pop up on the "Add Pick" screen for that draft's commissioner. Clicking on a suggestion would auto-fill the pick, and then the Commish would then just need to hit "Add Pick" to enter it. See the feature here to vote/provide feedback if you wish: http://feathub.com/mattheworres/phpdraft/+7

@mattheworres
Copy link
Owner

@zo0o0ot I would also suggest to run a few tests before doing a live draft using the model where several remote managers are all logged in as the commissioner - to lock in scope during 2.0 development I purposefully did not make the app robust in the area of concurrent commissioners. You may end up seeing some odd situations on the Add Pick screen as I don't think it currently polls the API listening for updates to the draft (as the assumption is that there's only 1 active Add Pick screen in use).

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