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

Filtering and sorting for Training Module intents #640

Closed
3 tasks done
jaX10bt opened this issue Aug 26, 2024 · 3 comments · Fixed by #650 or #652
Closed
3 tasks done

Filtering and sorting for Training Module intents #640

jaX10bt opened this issue Aug 26, 2024 · 3 comments · Fixed by #650 or #652
Labels

Comments

@jaX10bt
Copy link
Collaborator

jaX10bt commented Aug 26, 2024

AS A Chatbot Trainer
I WANT TO be able to filter and sort the list of intents
SO THAT I can change the order of intents and filter out common intents

Currently the list of intents is displayed in alphabetical order with intents created by users and common intents mixed together. The default list should always display common intents at the bottom, separated from user intents by a line. It should be possible to order the list either alphabetically, by last modified date or by whether the intent is in model. It should also be possible to filter out common intents so that only intents created by users are displayed.

Acceptance Criteria

  • Common intents and intents created by users are displayed separately in the list
  • It is possible to order the list of intents alphabetically, by date last modified or by whether the intent is in model
  • It is possible to filter out common intents so that only user created intents are visible
@jaX10bt jaX10bt added the v2.0 label Aug 26, 2024
@jaX10bt jaX10bt moved this to Ready in Bürokratt Sprint Aug 26, 2024
@rasmusei rasmusei moved this from Ready to In Progress in Bürokratt Sprint Aug 27, 2024
@rasmusei rasmusei moved this from In Progress to Ready in Bürokratt Sprint Aug 28, 2024
@rasmusei rasmusei added v2.0.1 and removed v2.0 labels Sep 13, 2024
@jaX10bt jaX10bt moved this from Ready to In Progress in Bürokratt Sprint Sep 18, 2024
@jaX10bt jaX10bt moved this from In Progress to In Review in Bürokratt Sprint Sep 20, 2024
@jaX10bt jaX10bt moved this from In Review to To Deploy in Bürokratt Sprint Sep 20, 2024
@PaulaMerle PaulaMerle linked a pull request Sep 20, 2024 that will close this issue
@jaX10bt jaX10bt moved this from To Deploy to Acceptance Testing in Bürokratt Sprint Sep 20, 2024
@ffrose
Copy link
Collaborator

ffrose commented Sep 27, 2024

[BUG]
It filters Common intents with isCommon: intent.id.startsWith('common_'), = if .id starts with common
How it should be: isCommon: intent.title.startsWith('common_'), it should use Title, not id to filter is it common intent or not.
Image

When using filter any of the 2, "Viimatu muudetud" it does not work because Last Changed is always "Puudub" so it doesnt understand when a change has been made.
Image

@ffrose ffrose moved this from Acceptance Testing to AT Rejected in Bürokratt Sprint Sep 27, 2024
@ffrose ffrose moved this from AT Rejected to Ready in Bürokratt Sprint Sep 27, 2024
@turnerrainer turnerrainer moved this from Ready to In Progress in Bürokratt Sprint Sep 30, 2024
@rasmusei rasmusei moved this from In Progress to In Review in Bürokratt Sprint Oct 3, 2024
@rasmusei rasmusei linked a pull request Oct 3, 2024 that will close this issue
@rasmusei rasmusei moved this from In Review to To Deploy in Bürokratt Sprint Oct 3, 2024
@varmoh varmoh moved this from To Deploy to Acceptance Testing in Bürokratt Sprint Oct 7, 2024
@jaX10bt jaX10bt assigned jaX10bt and unassigned Minwasko Oct 7, 2024
@jaX10bt
Copy link
Collaborator Author

jaX10bt commented Oct 7, 2024

Testing blocked by #653

@jaX10bt
Copy link
Collaborator Author

jaX10bt commented Oct 8, 2024

Seems to work as intended

@jaX10bt jaX10bt closed this as completed Oct 8, 2024
@github-project-automation github-project-automation bot moved this from Acceptance Testing to Done in Bürokratt Sprint Oct 8, 2024
@jaX10bt jaX10bt removed their assignment Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
6 participants