Skip to content

Expert/scalability#6839

Draft
cstns wants to merge 14 commits intomainfrom
expert/scalability
Draft

Expert/scalability#6839
cstns wants to merge 14 commits intomainfrom
expert/scalability

Conversation

@cstns
Copy link
Contributor

@cstns cstns commented Mar 10, 2026

Description

TBD

Related Issue(s)

closes #6597

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

cstns added 9 commits March 3, 2026 14:39
# Conflicts:
#	frontend/src/components/expert/Expert.vue
#	frontend/src/components/expert/components/ExpertChatInput.vue
#	frontend/src/store/modules/product/expert/index.js
…ed comment in product expert reset method.
…o-scroll behavior to use local component state.
…o-scroll behavior to use local component state.
…mponent and `useStreamingList` for streaming logic.
@cstns cstns self-assigned this Mar 10, 2026
@cstns cstns marked this pull request as draft March 10, 2026 08:04
@codecov
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.64%. Comparing base (01b0ac2) to head (fc14941).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6839   +/-   ##
=======================================
  Coverage   76.64%   76.64%           
=======================================
  Files         399      399           
  Lines       20155    20155           
  Branches     4851     4851           
=======================================
  Hits        15447    15447           
  Misses       4708     4708           
Flag Coverage Δ
backend 76.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…nt components

- Refactor `should-stream` flag handling across multiple components to use unified `shouldStream` getter.
- Add `v-if` conditions to avoid rendering empty `GuideHeader` elements when `summary` is not present.
- Ensure `streaming-complete` events are emitted consistently in all relevant cases.
- Fix comparison logic for streaming order and component visibility in `AnswerWrapper`.
- Introduce `hasFinishedStreaming` ref in `StreamingListHelper` to track streaming completion.
- Update `String.js` to add `ff-link` class to links with `target="_blank"`.
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 this pull request may close these issues.

Simplify/Standardize Expert Chat Vue components to render the payload to resolve scalability problems of current implementation

2 participants