-
Notifications
You must be signed in to change notification settings - Fork 75
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
Full stack/refactor internal session vars - adapt backend code to botState data model #1966
Merged
vanbasten17
merged 7 commits into
full-stack/refactor-internal-session-vars
from
full-stack/refactor-internal-session-vars-backend
Oct 29, 2021
Merged
Full stack/refactor internal session vars - adapt backend code to botState data model #1966
vanbasten17
merged 7 commits into
full-stack/refactor-internal-session-vars
from
full-stack/refactor-internal-session-vars-backend
Oct 29, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vanbasten17
changed the title
Full stack/refactor internal session vars backend
Full stack/refactor internal session vars - adapt backend code to botState data model
Oct 19, 2021
asastre
approved these changes
Oct 21, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! I've put comments with some doubts.
vanbasten17
force-pushed
the
full-stack/refactor-internal-session-vars
branch
from
October 29, 2021 15:06
e16d3f3
to
3b5fb3b
Compare
vanbasten17
force-pushed
the
full-stack/refactor-internal-session-vars-backend
branch
from
October 29, 2021 15:07
a295c73
to
ee9657a
Compare
…tState data model (#1967) * chore(react): changes in webchat regarding move to botState model * refactor(core/api/dev-template): remove initial locale and minor fixes * refactor(react): remove locale from initial session and make use of merge func
vanbasten17
deleted the
full-stack/refactor-internal-session-vars-backend
branch
October 29, 2021 15:21
vanbasten17
added a commit
that referenced
this pull request
Oct 29, 2021
…o be changed into experimental (#1948) * chore(react): move necessary files to be changed into experimental and update imports * chore: add more necessary files to be changed * Full stack/refactor internal session vars - adapt backend code to botState data model (#1966) * chore(dev-template): remove warnings in Actions and sort imports * chore(dev-template): project changes regarding botState data model * chore(core): split data models into User, Session and BotState * chore(api): changes regarding botState in botonic/api * chore(core): core-bot and router logic to work with botState * chore(core): adapt tests to work with botState model, disabling handoff tests for 1.0 * Full stack/refactor internal session vars - adapt frontend code to botState data model (#1967) * chore(react): changes in webchat regarding move to botState model * refactor(core/api/dev-template): remove initial locale and minor fixes * refactor(react): remove locale from initial session and make use of merge func
This was referenced Jan 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOTE: Personal recommendation, review changes commit by commit. Below a brief description:
Description
/events
endpoint to support BotState: 2e43d73core-bot
to work with BotState: 3c8aa2cContext
Part of splitting botonic data models into User, Session and BotState.
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...