This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Description
Is your feature request related to a problem?
As #1120 mentioned, we need to know or save the review result from an annotation. This should not be included in that issue because it causes a lot of changes.
Desired solution
A new enum class named EnumReviewResult
with the options CORRECT, UNSURE, WRONG, NONE
should be added.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
See api-editor/gui/src/features/annotations/versioning/AnnotationStoreV2.ts for additional information