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(core): implement new experience API routes #5992

Merged
merged 16 commits into from
Jul 5, 2024

Commits on Jul 4, 2024

  1. feat(core): implement new interaction-session management flow

    implement a new interaction-session management flow for experience api use
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9ff7b63 View commit details
    Browse the repository at this point in the history
  2. feat(core): implement password sign-in flow

    implement password sign-in flow
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7d24e5d View commit details
    Browse the repository at this point in the history
  3. test(core,schemas): add sign-in password tests

    add sign-in password tests
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    df07c08 View commit details
    Browse the repository at this point in the history
  4. chore(core): update comments

    update comments
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fe722aa View commit details
    Browse the repository at this point in the history
  5. refactor(core): rename the password input value key

    rename the password input value key
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6772eb2 View commit details
    Browse the repository at this point in the history
  6. refactor(core,schemas): refactor the experience API

    refactor the exerpience API structure
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dec966b View commit details
    Browse the repository at this point in the history
  7. chore(test): add devFeature test

    add devFeature test
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c0790d0 View commit details
    Browse the repository at this point in the history
  8. refactor(core): rename the path

    rename the path
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a02c320 View commit details
    Browse the repository at this point in the history
  9. refactor(core,schemas): refactor using the latest API design

    refactor using the latest API design
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    28bbf3f View commit details
    Browse the repository at this point in the history
  10. chore(test): replace using devFeature test statement

    replace using devFeature test statement
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    903582b View commit details
    Browse the repository at this point in the history
  11. fix(core): fix lint error

    fix lint error
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0f55a60 View commit details
    Browse the repository at this point in the history
  12. refactor(core): refactor experience API implementations

    refactor experience API implementations
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7625c65 View commit details
    Browse the repository at this point in the history
  13. refactor(core): replace with switch

    replace object map with switch
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    af89f22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c69b9c6 View commit details
    Browse the repository at this point in the history
  15. refactor(core): refactor the interaction class

     refactor the interaction class
    simeng-li committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2b84af1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. refactor(core): update the user identification logic

    update the user identification logic
    simeng-li committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    962bd17 View commit details
    Browse the repository at this point in the history