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

Encapsulate Dialog Code and Decouple Core Dialog Code from Plugin #357

Open
BHSDuncan opened this issue Apr 22, 2023 · 0 comments
Open

Encapsulate Dialog Code and Decouple Core Dialog Code from Plugin #357

BHSDuncan opened this issue Apr 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@BHSDuncan
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Dialog code is currently fairly tightly-coupled between the core and the chosen dialog plugin. Although this is only when it comes to "saying" something, it still needs to be addressed.

Describe the solution you'd like
Delegate/defer the handling of the "say" state of dialogs in the core code to the plugin via a created interface/contract. This interface will need to be documented as well for future implementers of dialog plugins.

@BHSDuncan BHSDuncan added the enhancement New feature or request label Apr 22, 2023
@BHSDuncan BHSDuncan added this to the 4.0.0 milestone Apr 22, 2023
@BHSDuncan BHSDuncan self-assigned this Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant