zkayser / pokerex_client

Elm client for PokerEx project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create profile edit form

zkayser opened this issue · comments

On the Profile page, users should be able to connect to a channel and edit their profile information in real time. You will need to connect to a Phoenix channel for the player and listen for updates on the form. All validations must hold -- users cannot change their usernames as usernames are unique identifiers that the application relies on. Users will not be able to update their chip count until they reach 100 chips or less total.

Done