-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modeling exercises
: Fix submission error and redundant tooltip for AI feedback
#9437
Merged
krusche
merged 130 commits into
develop
from
feature/modeling-exercises/preliminary-feedback-submission
Oct 12, 2024
Merged
Modeling exercises
: Fix submission error and redundant tooltip for AI feedback
#9437
krusche
merged 130 commits into
develop
from
feature/modeling-exercises/preliminary-feedback-submission
Oct 12, 2024
Conversation
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
…can continue working
https://github.com/ls1intum/Artemis into feature/text-exercises/immediate-preliminary-feedback
https://github.com/ls1intum/Artemis into feature/text-exercises/immediate-preliminary-feedback
EneaGore
approved these changes
Oct 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on ts1. Code also lgtm.
MaximilianAnzinger
changed the title
Oct 9, 2024
Modeling Exercises
: Fix Server-Side Submission Error and Redundant Tooltip for AI FeedbackModeling exercises
: Fix server-side submission error and redundant tooltip for ai feedback
…edback-submission
ole-ve
approved these changes
Oct 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code
krusche
changed the title
Oct 12, 2024
Modeling exercises
: Fix server-side submission error and redundant tooltip for ai feedbackModeling exercises
: Fix submission error and redundant tooltip for AI feedback
krusche
approved these changes
Oct 12, 2024
krusche
deleted the
feature/modeling-exercises/preliminary-feedback-submission
branch
October 12, 2024 17:15
This was referenced Oct 12, 2024
This was referenced Oct 21, 2024
Integrated code lifecycle
: Provide Instructors more options to control container configuration
#9487
Merged
Merged
This was referenced Oct 28, 2024
Merged
This was referenced Nov 5, 2024
24 tasks
31 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
assessment
Pull requests that affect the corresponding module
client
Pull requests that update TypeScript code. (Added Automatically!)
modeling
Pull requests that affect the corresponding module
ready for review
server
Pull requests that update Java code. (Added Automatically!)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
General
Server
Client
authorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).Changes affecting Programming Exercises
Motivation and Context
Prerequisites:
The Problem:
Description
The submission issue occurs because the new AI feedback result is not correctly associated with the modelingSubmission object on the client-side. This causes the server to assume that no result is linked to the current submission, leading to errors. The PR ensures that the server-side checks for results associated with the modelingSubmission before proceeding, preventing errors.
The PR also prevents the tooltip indicating "New Assessment Available" from appearing unnecessarily for AI-generated preliminary feedback results, improving the user experience by removing the redundant notification.
Steps for Testing
Instructor Setup:
Student Participation:
Check:
Exam Mode Testing
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Performance Review
Code Review
Manual Tests
Exam Mode Test
Performance Tests
Test Coverage
Screenshots
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Tests
Style