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

Handling editing in UserDash #188

Closed
mattkrick opened this issue Aug 16, 2016 · 2 comments
Closed

Handling editing in UserDash #188

mattkrick opened this issue Aug 16, 2016 · 2 comments

Comments

@mattkrick
Copy link
Member

shared editing status in the team dashboard works great. BUT, that same task might be viewed from a UserDash. If that occurs, the person won't see that someone else is editing it. In order to enable this, we'd have to subscribe to presence for every teamMember from every team. Is this something we want to support?

@jordanh
Copy link
Contributor

jordanh commented Aug 16, 2016

This issue was the last thing I read before I went to sleep last night. It was such a bummer!

It seems we have two alternatives here if we want to support this:

  • Each project card is it's own room (ick)
  • Join /me up to each team room (ick, but less ick)

It seems like something we should at least implement and test, if only to understand the bounds of the system... what do you think?

@mattkrick
Copy link
Member Author

PUSH IT TO THE LIMIT

/me is already in each team room. (that's how the active meeting notification happens).
What we'd have to do is subscribe to every team member for every team.

@jordanh jordanh added this to the Epic 2: Beta milestone Aug 28, 2016
mattkrick added a commit that referenced this issue Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants