cybercog / telegram-devpoker-bot

Planning Poker (Scrum Poker) for Agile software development teams. The bot allows you to introduce a consensus-based, gamified technique of task estimating into Telegram group chats.
MIT License
6 stars 3 forks source link

Normalize Facilitator in database #41

Open antonkomarev opened 2 years ago

antonkomarev commented 2 years ago

Need to store users in separate database table and pass only facilitator_user_id and player_user_id in game_session and game tables.