-
Notifications
You must be signed in to change notification settings - Fork 297
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
Text Exercises
: Replace feedback modal with inline feedback view
#9310
Closed
EneaGore
wants to merge
67
commits into
develop
from
feature/text-exercises/preliminary-feedback-view
Closed
Text Exercises
: Replace feedback modal with inline feedback view
#9310
EneaGore
wants to merge
67
commits into
develop
from
feature/text-exercises/preliminary-feedback-view
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
…, add text blocks
github-actions
bot
added
server
Pull requests that update Java code. (Added Automatically!)
client
Pull requests that update TypeScript code. (Added Automatically!)
labels
Sep 12, 2024
github-actions
bot
added
deployment-error
Added by deployment workflows if an error occured
and removed
deploy:artemis-test2
labels
Sep 12, 2024
EneaGore
added
deploy:artemis-test2
and removed
deployment-error
Added by deployment workflows if an error occured
labels
Sep 12, 2024
EneaGore
temporarily deployed
to
artemis-test2.artemis.cit.tum.de
September 12, 2024 16:44 — with
GitHub Actions
Inactive
EneaGore
temporarily deployed
to
artemis-test1.artemis.cit.tum.de
September 12, 2024 17:58 — with
GitHub Actions
Inactive
EneaGore
temporarily deployed
to
artemis-test1.artemis.cit.tum.de
September 12, 2024 20:09 — with
GitHub Actions
Inactive
…tps://github.com/ls1intum/Artemis into feature/text-exercises/preliminary-feedback-view
github-actions
bot
added
documentation
config-change
Pull requests that change the config in a way that they require a deployment via Ansible.
docker
template
assessment
Pull requests that affect the corresponding module
athena
Pull requests that affect the corresponding module
atlas
Pull requests that affect the corresponding module
communication
Pull requests that affect the corresponding module
core
Pull requests that affect the corresponding module
exam
Pull requests that affect the corresponding module
iris
Pull requests that affect the corresponding module
lecture
Pull requests that affect the corresponding module
lti
Pull requests that affect the corresponding module
modeling
Pull requests that affect the corresponding module
plagiarism
Pull requests that affect the corresponding module
programming
Pull requests that affect the corresponding module
quiz
Pull requests that affect the corresponding module
tutorialgroup
Pull requests that affect the corresponding module
labels
Sep 30, 2024
22 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
athena
Pull requests that affect the corresponding module
atlas
Pull requests that affect the corresponding module
client
Pull requests that update TypeScript code. (Added Automatically!)
communication
Pull requests that affect the corresponding module
config-change
Pull requests that change the config in a way that they require a deployment via Ansible.
core
Pull requests that affect the corresponding module
docker
documentation
exam
Pull requests that affect the corresponding module
exercise
Pull requests that affect the corresponding module
iris
Pull requests that affect the corresponding module
lecture
Pull requests that affect the corresponding module
lti
Pull requests that affect the corresponding module
modeling
Pull requests that affect the corresponding module
plagiarism
Pull requests that affect the corresponding module
programming
Pull requests that affect the corresponding module
quiz
Pull requests that affect the corresponding module
server
Pull requests that update Java code. (Added Automatically!)
template
tests
text
Pull requests that affect the corresponding module
tutorialgroup
Pull requests that affect the corresponding module
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
- [ ] I strictly followed the principle of data economy for all database calls.- [ ] I added pre-authorization annotations according to the [guidelines](https://docs.artemis.cit.tum.de/dev/guidelines/server/#rest-endpoint-best-practices-for-authorization) and checked the course groups for all new REST Calls (security).Client
authorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).Motivation and Context
The previous PR in Athena Feedback for Text Exercises added the option to enable preliminary AI Feedback for students. This PR improves the way the feedback is viewed by adding a new route. Enhanced error handling, integration tests and some minor bug fixes are also included.
Description
Create new route to view the (preliminary) results inline on the text submission. Add the timeline to that view and make results not show the modal but use that route for text exercises.
Steps for Testing
Prerequisites:
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
Performance Tests
Test Coverage
✅ ❌
Screenshots
Flow
H01E01.Coupling.and.Cohesion.WS24._.Test.Course.Enea.Gore.-.Google.Chrome.2024-09-14.06-37-35.mp4
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Documentation
Tests