-
[OPIK-2493] [FE] Make user feedback column always visible on traces table (#3686)
发布于
2025-10-19 13:42:36 +00:00 -
[OPIK-2493] [FE] Make user feedback column always visible on traces table
-
Revision 3: Fix getHoverCardName error in FeedbackScoreListCell by making it optional
-
Revision 4: Display category name instead of numeric value for categorical feedback scores
-
[OPIK-2493] [FE] Remove Feedback Score List Cell from TracesSpansTab component to streamline data display, as it's duplicate and hence redundant, as we have the other columns
-
Revision 5: Make User feedback column always visible as static column
-
Revision 6: Use USER_FEEDBACK_NAME constant instead of hardcoding string
-
Revision 7: Extract USER_FEEDBACK_COLUMN_ID constant to avoid repetition
-
Revision 8: Removed unused code, as we only need to ensure userFeedbackColumn is visible, nothing with have the category displayed
-
Revision 9: Disable user feedback column in TracesSpansTab to prevent interaction, to make it clear, that column can't be hidden, and hence always visible
-
Revision 10: Refactor TracesSpansTab to simplify user feedback column selection logic. Ensure USER_FEEDBACK_COLUMN_ID is always included in selected columns, removing unnecessary checks for other dynamic score columns.
-
Revision 11: Update comment in TracesSpansTab to clarify auto-selection of user feedback score column when available.
-
Revision 12: Refactor TracesSpansTab to ensure the User Feedback score column is always selected by simplifying the selection logic and updating dependencies in the useEffect hook.
下载附件
-