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

Implement polls #933

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Implement polls #933

wants to merge 16 commits into from

Commits on Mar 21, 2024

  1. Add Poll entities

    DRSchlaubi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ede7791 View commit details
    Browse the repository at this point in the history
  2. Add poll to create request

    DRSchlaubi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    23afc77 View commit details
    Browse the repository at this point in the history
  3. Add builders

    DRSchlaubi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    38ac1ad View commit details
    Browse the repository at this point in the history
  4. Api Dump

    DRSchlaubi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5a069a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Add error codes

    DRSchlaubi committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    32b60e0 View commit details
    Browse the repository at this point in the history
  2. Add routes

    DRSchlaubi committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ae42127 View commit details
    Browse the repository at this point in the history
  3. Add events

    DRSchlaubi committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    da29756 View commit details
    Browse the repository at this point in the history
  4. Add polls to core

    Currently this is only partial and we might add something like a PollMessage or Poll class to core
    DRSchlaubi committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ec24155 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Make results nullable

    DRSchlaubi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    017ea8e View commit details
    Browse the repository at this point in the history
  2. Api dump

    DRSchlaubi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    38bb29d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    4486293 View commit details
    Browse the repository at this point in the history
  2. Fix warning

    DRSchlaubi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3fab799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7da3d6 View commit details
    Browse the repository at this point in the history
  4. Api dump

    DRSchlaubi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    744d55c View commit details
    Browse the repository at this point in the history
  5. Fix unsafe api usage

    DRSchlaubi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    113f00f View commit details
    Browse the repository at this point in the history
  6. Fix test

    DRSchlaubi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    13b3d10 View commit details
    Browse the repository at this point in the history