-
Notifications
You must be signed in to change notification settings - Fork 305
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
Iris
: Add Iris to Exercise Creation Page
#7744
Closed
Closed
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
…s1intum/Artemis into feature/iris-exercise-creation
…s1intum/Artemis into feature/iris-exercise-creation
…s1intum/Artemis into feature/iris-exercise-creation
…into feature/iris-exercise-creation
518229d
to
a31566f
Compare
...in/webapp/app/exercises/programming/manage/update/programming-exercise-update.component.html
Outdated
Show resolved
Hide resolved
...main/webapp/app/exercises/programming/manage/update/programming-exercise-update.component.ts
Show resolved
Hide resolved
Gusti2010
suggested changes
Feb 17, 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.
Closed (for now) in light of the Pyris V2 upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client
Pull requests that update TypeScript code. (Added Automatically!)
cypress
Pull requests that update cypress tests. (Added Automatically!)
database
Pull requests that update the database. (Added Automatically!). Require a CRITICAL deployment.
ready for review
server
Pull requests that update Java code. (Added Automatically!)
tests
too-long-open
!!! This is an antipattern, we should aim for small PRs that are only open for a short time !!!
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.
ATTENTION: Only deploy to TS9!
Checklist
General
Server
Client
authorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).Motivation and Context
We would like to receive support from Iris not only after an exercise has been created, but also during the creation process itself. Therefore, we have added Iris to the exercise creation page. Iris has the ability to engage in conversation with you and update the problem statement and exercise metadata to meet your requirements.
Description
We have added a new
IrisExerciseCreationSession
to handle the Iris chatbot on this page. This comes with a newIrisExerciseCreationSessionRepository
,IrisExerciseCreationSessionService
,IrisExerciseCreationWebsocketService
, andIrisExerciseCreationSessionResource
.Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Performance Review
Code Review
Manual Tests
Exam Mode Test
Test Coverage
Screenshots
Exercise.Creation.mov
Summary by CodeRabbit
New Features
Enhancements
Documentation
Tests