Skip to content
New issue

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

feat (vars): Add $pollTitle and $pollChoices Variables #2777

Open
wants to merge 10 commits into
base: v5
Choose a base branch
from

Commits on Sep 1, 2024

  1. feat: Add $pollChoices and $pollTitle variables

    - $pollChoices provides for just about every imaginable piece of info
      about polling options for Poll Started, Poll Progress, and Poll Ended
      events.
    - Meanwhile, $pollTitle is a bit more focused for just the title of a
      poll.
    - Fix mismatched metadata for the poll-progress and poll-end events.
    - Implements the remaining bits of crowbartools#2732
    phroggster committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    bd811b9 View commit details
    Browse the repository at this point in the history
  2. Fix poll start metadata, and pollChoices description

    - and add manual triggering to $pollChoices
    phroggster committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    096f728 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. more $pollChoice improvements

    - "title" is a valid propertySelector.
    - Ignore an empty string (or anything falsy) as a propertySelector.
    - Better commentary
    phroggster committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    22d0e3e View commit details
    Browse the repository at this point in the history
  2. more $pollChoices

    - Include choice IDs in raw object returns (raw or null property
      selector).
    - Simulate more realistic IDs in polling event metadata.
    phroggster committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    79caa39 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. pollVotes to pollVaulting

    CKY- committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9454c5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from CKY-/poll_vaulting

    Add simulate event controls to $pollChoices. Thanks CK!
    phroggster authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8c656fe View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    f814748 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    06047c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54167e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    39eeae4 View commit details
    Browse the repository at this point in the history