discourse/plugins/discourse-ai/spec/system
Rafael dos Santos Silva a40149bd1b
PERF: optimize translation progress dashboard with batch query (#34861)
Replace individual per-locale queries with a single query that
calculates completion progress for all locales at once.

This commit also removes methods off the `base_candidate` (used for
Categories and Topics as well) which are not used any more, as the
progress dashboard only shows progress for posts.

t/162846/4

---------

Co-authored-by: Nat <natalie.tay@discourse.org>
2025-09-29 13:32:40 +08:00
..
ai_bot UX: only show AI persona dropdown with multiple options (#34527) 2025-08-27 11:55:35 -04:00
ai_helper DEV: Fix a flaky AI composer helper test (#33998) 2025-07-31 13:55:44 +10:00
ai_moderation FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
embeddings
llms FEATURE: support GPT-5 (#34168) 2025-08-08 17:32:35 +10:00
page_objects FIX: AI usage doesn't refresh custom date ranges correctly (#34816) 2025-09-16 10:16:01 -07:00
summarization FIX: ensure AI gists render on mobile (#34261) 2025-08-12 17:16:31 -04:00
admin_ai_features_spec.rb FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
admin_ai_persona_spec.rb
admin_ai_translations_spec.rb PERF: optimize translation progress dashboard with batch query (#34861) 2025-09-29 13:32:40 +08:00
admin_dashboard_spec.rb
ai_artifact_key_value_api_spec.rb
ai_usage_spec.rb FIX: AI usage doesn't refresh custom date ranges correctly (#34816) 2025-09-16 10:16:01 -07:00
ai_user_preferences_spec.rb FEATURE: Promote Discover to a dedicated feature. (#34846) 2025-09-23 14:01:45 -03:00
core_features_spec.rb