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

Creating, storing, assigning teams #25

Open
panzerama opened this issue Nov 12, 2017 · 1 comment
Open

Creating, storing, assigning teams #25

panzerama opened this issue Nov 12, 2017 · 1 comment
Assignees
Labels

Comments

@panzerama
Copy link
Owner

When a user logs in, we need three things:

  1. Present them with existing teams to log in to in ShiftStartActivity
  2. Give them the option to start a new team and create that team when ShiftStartActivity is completed
  3. Manage those teams for dispatcher view in DispatchTeamActivity
@panzerama panzerama added the high label Nov 12, 2017
@kswarthout kswarthout self-assigned this Nov 15, 2017
@ljs4x
Copy link
Collaborator

ljs4x commented Nov 18, 2017

I'm not sure if this is relevant, but I think it might be.
I just pushed a few lines of code to ShiftStartActivity as part of my differentiating user roles. You'll see it in there where I create an Employee object using just the id and the userrole, then I add the object to the Intent to be passed along with it.

Changes to that Employee object should be able to be made no problem, but as of right now when the User selects MCT as the role we will see the error Toast pop up I think. I don't think that the updateEmployeeAsMCT() method is working quite right yet.

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

3 participants