-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show original document log from a evaluation log (#277)
* Refactor refetch evaluation refetch stats to put each stats in their own compoment. The problem we had is that the catch all `useRefetchStats` hook we had was triggering for example numeric mean in non numeric evaluations. The reason is the way SWR stores work by default the store fetch data when it's mounted. This could be solved by disabling fetching on mount but I think is more correct to put each metric a listener to the `evaluationStatus` websocket event * Show in a modal document log metadata and messages associated with a evalaution result
- Loading branch information
1 parent
551ef6e
commit 5eacfe1
Showing
25 changed files
with
381 additions
and
282 deletions.
There are no files selected for viewing
51 changes: 0 additions & 51 deletions
51
...itUuid]/documents/[documentUuid]/evaluations/[evaluationId]/_components/Content/index.tsx
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
...ents/[documentUuid]/evaluations/[evaluationId]/_components/Content/useEvaluationStatus.ts
This file was deleted.
Oops, something went wrong.
79 changes: 0 additions & 79 deletions
79
...ocuments/[documentUuid]/evaluations/[evaluationId]/_components/Content/useRefetchStats.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.