Skip to content

Improve naming #12

@antonkomarev

Description

@antonkomarev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions