Guidewire / fern-ui

UI for fern-reporter
Apache License 2.0
2 stars 4 forks source link

Feat: Insights Tab for AI insights #6

Open ANIRUDH-333 opened 1 month ago

ANIRUDH-333 commented 1 month ago

Background We have an issue in the fern-ginkgo-client repository which focuses on the implementation of a feature which gives user the ability to select an AI enabled insights on their tests.

Scope of this Issue We need to create an insights tab, which should be the place to show all the AI insights extracted from an LLM. refer to this issue or further details.

ANIRUDH-333 commented 1 month ago

I have started working on this... If someone is interested in contributing, please ping me. Happy to collaborate!

tedd-E commented 1 week ago

Hi :wave: a slightly different PR to include test insights (with no AI involved) was recently merged to the Fern Reporter, and I opened an issue to integrate it with the UI (refer to https://github.com/Guidewire/fern-reporter/commit/e3970ce5283456cd0e8a0d935d1ffad7ce6ee31b and https://github.com/Guidewire/fern-ui/issues/8) before I saw this issue. Would https://github.com/Guidewire/fern-ui/issues/8 conflict or overlap with what you're working on right now?

ANIRUDH-333 commented 1 week ago

Hi @tedd-E , what I have implemented as part of UI (shown below) is in fern-ui. The amount of work I have done in fern-reporter (for UI) is no significant and hence I can work on top of the new version now.
I think, the issue you mentioned has the same scope as this. So we can close one of them, or close both when this is implemented completely.

image
tedd-E commented 1 week ago

Sure, I'll close the other issue as a duplicate then. Thanks for letting me know!