We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make naming consistent.
Game — is a planning poker game. Game contains of game sessions. Each session belongs to a topic (issue/task).
discussion
estimation
resolution
start_estimation
end_estimation
clear_votes
re_estimate
discussion-vote-click-{topic_message_id}-{vote}
estimation-vote-click-{topic_message_id}-{vote}
{operation}-click-{topic_message_id}
start_estimation-click-{topic_message_id}
end_estimation-click-{topic_message_id}
clear_votes-click-{topic_message_id}
re_estimate-click-{topic_message_id}
Game
GameSession
GameRegistry
DiscussionVote
EstimationVote
The text was updated successfully, but these errors were encountered:
All is done, just need to rework callbacks naming
Sorry, something went wrong.
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
No branches or pull requests
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
discussion
estimation
resolution
Initiator operations
start_estimation
end_estimation
clear_votes
re_estimate
Callbacks
discussion-vote-click-{topic_message_id}-{vote}
estimation-vote-click-{topic_message_id}-{vote}
{operation}-click-{topic_message_id}
start_estimation-click-{topic_message_id}
end_estimation-click-{topic_message_id}
clear_votes-click-{topic_message_id}
re_estimate-click-{topic_message_id}
Class types
Game
GameSession
GameRegistry
DiscussionVote
EstimationVote
The text was updated successfully, but these errors were encountered: