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

GUI to confirm/reject propositions to link intents with specific Services #400

Closed
11 tasks
Tracked by #397
turnerrainer opened this issue Feb 28, 2024 · 1 comment · Fixed by buerokratt/Service-Module#214
Closed
11 tasks
Tracked by #397
Assignees

Comments

@turnerrainer
Copy link
Contributor

turnerrainer commented Feb 28, 2024

AS A Chatbot Trainer and/or Service Manager
I WANT TO confirm/reject propositions to link intents with specific Services
SO THAT Services could be proposed to be initiated when a specific intent has been detected and vice versa

Acceptance Criteria

  • GUI is called "Auto-Services"
  • List of intents is shown
  • List of Services is shown
  • Intents can be proposed to be linked with a specific Service
  • Services can be proposed to be linked with a specific intent
  • Propositions to link an intent with a specific Service can be rejected
  • Propositions to link a Service with a specific intent can be rejected
  • Already linked intent can be unlinked
  • Already linked Service can be unlinked

Main Menu

  • Replace the path under /services/followupTraining in service module with the attached path
  • Add a new path under /training/autoServices in training module with the attached path

Path

{
  "label": {
     "et": "Iseteenused",
     "en": "Auto Services"
  },
  "path": “/Auto-Services
}
@1AhmedYasser
Copy link
Collaborator

@bartekpospiech @turnerrainer @ExiRain

the path added to menu is the following

{
    "label": {
        "et": "Automatic Teenused",
        "en": "Automatic Services"
     },
     "path": "/auto-services"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants