-
Notifications
You must be signed in to change notification settings - Fork 336
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
Start new meeting sprint numero uno #121
Comments
question about participant meta data, how much we want?
my thought is to go NSA style & collect it all. For example, if we capture
of course, this depends on #68 since a mid-meeting renewal would just screw us up. |
😆 What you've got here is really cool. Let's define which data I think we'd need and what metadata would be nice to have. So, data:
So, metadata: I think you have it exactly correct. It's all the connection-level stuff. I think the minimum set is For user-facing value, I think we could eventually write a task that rolls some of this data up into a little monthly report like Slack does. For example, "most attentive award goes to X, flakiest attendee award goes to Y." For internal facing value, I think we'll come up with ALL KINDS of uses for this metadata. One question. Question: What does TOL stand for? |
TOL- time of life. Is that not a thing? Seeing it again, I don't think that's a thing... 2 comments:
|
Moved the issue over to cashay to keep this clean. mattkrick/cashay#87. |
GAH, subscriptions are hard.
This would be hunky dory if it was all one table, but it's not.
And, once we establish that, we'd still have to do some magic to figure out what teamMember the doc is referring to. So, after spending far too long figuring out all of the options we got, it seems like the first option is the fastest to implement, easiest, most scalable, and most flexible. Denormalizing data before we even get an MVP out reeks of premature optimization, but it really is the best option (under the assumption that space is cheap, computations are expensive, and client payload should be minimized at all costs). Welcome to the Real Time Web™ |
Closing this issue in favor of bite-sized chunks. |
Issue - Enhancement
In this sprint we'll implement:
Let's temporarily stick all of the state we need as state on the top-level container to discover what and where we need to put the domain state (in the DB, in a duck, etc.) and what we need to subscribe to.
We will also ignore HotKeys for now.
Here's our checklist:
The text was updated successfully, but these errors were encountered: