-
Notifications
You must be signed in to change notification settings - Fork 343
Open
Labels
enhancementexercisePull requests that affect the corresponding modulePull requests that affect the corresponding modulefeaturehyperionuser-experiencePull request / issue that affects the UI/UX within ArtemisPull request / issue that affects the UI/UX within Artemis
Description
Is your feature request related to a problem?
Artemis can already run LLM-based consistency checks across exercise components, but the results are only shown as structured JSON. Instructors must manually read the output and find the affected files and lines by themselves.
This process:
- Is error prone
- Does not scale
- Is time consuming
Describe the solution you'd like
I would like to show the feedback inline underneath the corresponding line of code as comments after the inconsistency check is triggered. Triggering the consistency check again updates/deletes the comments.
Describe alternatives you've considered
There can also be a drop-down menu which links to all inconsistencies, but this is not a either-or situation. The drop-down menu can also be a good addition to the inline comments and be implemented later.
Additional context
This will only be a UI change. The comments will not be saved persistently.
Metadata
Metadata
Assignees
Labels
enhancementexercisePull requests that affect the corresponding modulePull requests that affect the corresponding modulefeaturehyperionuser-experiencePull request / issue that affects the UI/UX within ArtemisPull request / issue that affects the UI/UX within Artemis