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(guild): implement onboarding #1401

Merged
merged 21 commits into from
Jan 1, 2024

Commits on Jun 29, 2023

  1. feat(guild): add onboarding

    Earlopain committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e42474c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 15, 2023

  1. feat: add onboarding modes

    Add constants defining onboarding modes and Mode field to GuildOnboarding.
    FedorLap2006 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1b46ab7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Adress review comments

    Earlopain committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8dc250a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Update structs.go

    Co-authored-by: Fedor Lapshin <[email protected]>
    Earlopain and FedorLap2006 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f245bdf View commit details
    Browse the repository at this point in the history
  2. add update endpoint

    Earlopain committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    34f0fa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Oct 12, 2023

  1. feat(GuildOnboarding): allow empty prompt array

    Make Prompts field a pointer to allow removing all the prompts.
    FedorLap2006 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e040334 View commit details
    Browse the repository at this point in the history
  2. fix: use GuildOnboardingMode in mode values

    Use GuildOnboardingMode type in GuildOnboardingModeDefault and GuildOnboardingModeAdvanced.
    FedorLap2006 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c628c3e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

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

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    c3e6b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea7e003 View commit details
    Browse the repository at this point in the history
  3. feat(GuildOnboardingPromptOption): make description not nullable

    The related endpoint ignores the null value for this field.
    Thus the pointer can be dropped.
    FedorLap2006 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2748b58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    081d4af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    265dac5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4d6804 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    7fda7f9 View commit details
    Browse the repository at this point in the history
  2. feat(GuildOnboardingPromptOption): implement flattened emoji fields

    Implement emoji_id, emoji_name and emoji_animated fields for usage in
    creation and update requests.
    FedorLap2006 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    6784c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4647d5e View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    bc7ee2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    774b06a View commit details
    Browse the repository at this point in the history