buerokratt / Training-Module

MIT License
2 stars 20 forks source link

Filtering and sorting for Training Module intents #640

Open jaX10bt opened 3 weeks ago

jaX10bt commented 3 weeks ago

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