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

Improve naming #12

Open antonkomarev opened 2 years ago

antonkomarev commented 2 years ago

Make naming consistent.

Game — is a planning poker game. Game contains of game sessions. Each session belongs to a topic (issue/task).

Game session phases

Initiator operations

Callbacks

Class types

antonkomarev commented 2 years ago

All is done, just need to rework callbacks naming

antonkomarev commented 2 years ago
click-{topic_message_id}-discussion-vote-{vote}
click-{topic_message_id}-estimation-vote-{vote}
click-{topic_message_id}-operation-{operation}
    click-{topic_message_id}-operation-start-estimation
    click-{topic_message_id}-operation-end-estimation
    click-{topic_message_id}-operation-clear-votes
    click-{topic_message_id}-operation-re-estimate