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

QnA-maker integration supports categories #422

Closed
epaminond opened this issue Sep 3, 2018 · 1 comment · Fixed by botpress/botpress#950
Closed

QnA-maker integration supports categories #422

epaminond opened this issue Sep 3, 2018 · 1 comment · Fixed by botpress/botpress#950

Comments

@epaminond
Copy link

epaminond commented Sep 3, 2018

  1. Relevant category-fields should be displayed as shown at the mockups only in case QnA maker key is provided.
  2. Bot developer can call a function to register categories (smth like bp.qna.registerCategories(['books', 'movies', ...other])).
  3. Admin user can assign categories from the select-box to QnA items (should be save within QnA Maker metadata)
  4. Importing/Exporting qna-items should make use of category column (this shouldn't break ability to omit category-column when NLU isn't used).
  5. bp.qna.answersOn should accept optional categories filter.

This is partly implemented at tagging-support branch and depends on #421.

@dmytropanontko
Copy link

dmytropanontko commented Sep 18, 2018

@epaminond working branch here.
I've implemented 4-th step and start work on 1 step.

epaminond referenced this issue in botpress/botpress Oct 1, 2018
* feat(qna): qna-items have categories assigned
* fix(qna): added category column to export and made refactoring
* fix(qna): omit category column in NLU storage (ref #903)
* fix(qna): predefined categories (ref #903)
* feat(qna): implemented QnA UX (ref #902)
* fix(qna): fix qna-creation modal refreshing
* feat(qna): implemented QnA search (ref #902)
* fix(qna): fix edit-modal crashing
* fix(qna): refresh questions after edit, delete
* fix(qna): change styles class naming
* feat(qna): implemented QnA search (ref #902)
* fix(qna): refresh questions after edit, delete
* fix(qna): rename class names for style and small valiadtion improvment
@michaelmass michaelmass transferred this issue from botpress/botpress Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants