zkayser / pokerex_client

Elm client for PokerEx project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render a list view of games a player is already engaged in

zkayser opened this issue · comments

The server currently tracks what private rooms a player is currently involved in. These rooms can be found in the participating_rooms and owned_rooms properties on the Player structs on the Elixir side. These lists should be merged and rendered on the player's profile page.

[12/30] DONE