-
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
Communication
: Add FAQs to Artemis
#9325
Merged
Merged
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
iyannsch
approved these changes
Oct 2, 2024
coolchock
approved these changes
Oct 2, 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.
re-approve
farisd16
temporarily deployed
to
artemis-test4.artemis.cit.tum.de
October 2, 2024 22:30 — with
GitHub Actions
Inactive
farisd16
temporarily deployed
to
artemis-test5.artemis.cit.tum.de
October 2, 2024 22:49 — with
GitHub Actions
Inactive
farisd16
approved these changes
Oct 2, 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.
Retested on ts4, worked as expected
BBesrour
approved these changes
Oct 3, 2024
krusche
changed the title
Oct 3, 2024
Feature
: Implement FAQ system to ArtemisCommunication
: Add FAQs to Artemis
19 tasks
This was referenced Oct 12, 2024
This was referenced Oct 23, 2024
7 tasks
27 tasks
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!)
communication
Pull requests that affect the corresponding module
core
Pull requests that affect the corresponding module
database
Pull requests that update the database. (Added Automatically!). Require a CRITICAL deployment.
playwright
ready to merge
server
Pull requests that update Java code. (Added Automatically!)
tests
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).Motivation and Context
It is tedious to answer the same question over and over again. To tackle this issue, this PR introduces a FAQ feature, which allows the custom creation of frequently asked questions.
Description
Server side:
I added the the basic structure of FAQ's. Also, i updated courses to have multiple FAQ's and a flag, that enables using them.
Client side:
The whole interface for creating, updating and deleting new FAQs in a Management Page (Instructor Side)
The whole interface for students to view and filter for FAQs in the Course Overview of a Course (new tab, if faqs are enabled)
Steps for Testing
Prerequisites:
Log in to Artemis as Instructor
Navigate to Course Management
Create a new Course with FAQs enabled / Enable FAQs for a existing course
Go to the FAQ Management
Create / Delete / Update FAQ's
6 Filter for FAQ's in the Management Page
Try to go to the FAQ Management as an Editor/Tutor, this should not be possible.
Log into Artemis as Student within the same course
Go to Course Overview
See previously created FAQ's
Filter the FAQ's
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
Client
Server
Screenshots
Student view (Course Overview FAQ Tab)
Instructor view (FAQ Management Page)
Creation / Update Dialog
Flag to enable FAQ
Summary by CodeRabbit
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Style
Chores