-
Notifications
You must be signed in to change notification settings - Fork 76
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 - preparation: move files to be changed into experimental #1948
Merged
vanbasten17
merged 3 commits into
master
from
full-stack/refactor-internal-session-vars
Oct 29, 2021
Merged
Full stack/refactor internal session vars - preparation: move files to be changed into experimental #1948
vanbasten17
merged 3 commits into
master
from
full-stack/refactor-internal-session-vars
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
force-pushed
the
full-stack/refactor-internal-session-vars
branch
2 times, most recently
from
October 14, 2021 15:08
bc67204
to
6991d33
Compare
Base automatically changed from
full-stack/refactor-router-pt2-sort-tests
to
full-stack/refactor-router-pt2
October 14, 2021 15:09
Base automatically changed from
full-stack/refactor-router-pt2
to
full-stack/refactor-router
October 14, 2021 15:14
vanbasten17
force-pushed
the
full-stack/refactor-internal-session-vars
branch
from
October 14, 2021 15:16
6991d33
to
417a670
Compare
vanbasten17
force-pushed
the
full-stack/refactor-internal-session-vars
branch
from
October 14, 2021 15:28
417a670
to
8aa288a
Compare
vanbasten17
force-pushed
the
full-stack/refactor-internal-session-vars
branch
from
October 19, 2021 10:57
8aa288a
to
e16d3f3
Compare
vanbasten17
changed the title
Full stack/refactor internal session vars (WIP)
Full stack/refactor internal session vars preparation - move files to be changed in botonic-react
Oct 19, 2021
vanbasten17
changed the title
Full stack/refactor internal session vars preparation - move files to be changed in botonic-react
Full stack/refactor internal session vars preparation - move files to be changed into experimental
Oct 19, 2021
vanbasten17
changed the title
Full stack/refactor internal session vars preparation - move files to be changed into experimental
Full stack/refactor internal session vars - preparation: move files to be changed into experimental
Oct 19, 2021
asastre
approved these changes
Oct 21, 2021
vanbasten17
force-pushed
the
full-stack/refactor-internal-session-vars
branch
from
October 29, 2021 15:06
e16d3f3
to
3b5fb3b
Compare
…State 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: Nothing to review here, just moved necessary files to be changed into @botonic/react/src/experimental
Description
Context
Part of splitting botonic data models into User, Session and BotState.
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...