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

[1] Simplify postback handler signatures #372

Merged
merged 25 commits into from
Nov 22, 2023
Merged

Commits on Oct 18, 2023

  1. refactor(context): typing postback action

    - Default as string
    - Enable different type of postback action
    - Simplify handlePostback() argument with SDK types
    MrOrz committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    cbd4064 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. fix: simple handler type

    MrOrz committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    fb8968e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    b071d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f406d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. refactor(types): define postback handler type

    - Should be simpler than ChatbotStateHandler, easier to call
    MrOrz committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a72821d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6718d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c1af7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2433f47 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. refactor(webhook): apply ChatbotPostbackHandler to askingArticleSourc…

    …e and askingArticleSubmissionConsent
    MrOrz committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7b41e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ec52b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d74cea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b57717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    771293b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d9d49e View commit details
    Browse the repository at this point in the history
  7. fix(types): restore ChatbotEvent to original type

    - We will remove this entirely when we refactor other text-based handlers
    MrOrz committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fa5de52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3b6a12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b83d4d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 12, 2023

  1. refactor: expose MockedGql type

    MrOrz committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    8f910d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9578b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab75e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd28cbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43739ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47f5b5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fef2cd7 View commit details
    Browse the repository at this point in the history