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

MVP Data Paths #42

Closed
7 tasks done
Terkwood opened this issue Jul 12, 2019 · 2 comments
Closed
7 tasks done

MVP Data Paths #42

Terkwood opened this issue Jul 12, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Terkwood
Copy link
Owner

Terkwood commented Jul 12, 2019

With the POC finished, we need to add four data paths to support a full featured system:

enum Visibility { Public, Private} 

struct OpenGame {
  gameId: GameId, visibility: Visibility
} 

We'll need a GameLobby to keep track of all games, public and private, in a global KTable

Whenever a game is joined, it's removed from that list 📃

@Terkwood Terkwood pinned this issue Jul 12, 2019
@Terkwood
Copy link
Owner Author

Related : #7

@Terkwood
Copy link
Owner Author

Done. Debt in #86

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

No branches or pull requests

1 participant