-
Notifications
You must be signed in to change notification settings - Fork 0
Development: Display upcoming interviews
#1818
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
base: main
Are you sure you want to change the base?
Development: Display upcoming interviews
#1818
Conversation
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
📊 Server Test Coverage Too Low 🔍 View coverage locally: ./gradlew test jacocoTestReport
open build/reports/jacoco/test/html/index.html🌐 View coverage from GitHub: |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
🤖 OpenAPI spec and client code auto-updated and committed. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
🤖 No OpenAPI or client changes needed. |
|
📊 Server Test Coverage Too Low 🔍 View coverage locally: ./gradlew test jacocoTestReport
open build/reports/jacoco/test/html/index.html🌐 View coverage from GitHub: |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
🤖 No OpenAPI or client changes needed. |
|
📊 Server Test Coverage Too Low 🔍 View coverage locally: ./gradlew test jacocoTestReport
open build/reports/jacoco/test/html/index.html🌐 View coverage from GitHub: |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
🤖 No OpenAPI or client changes needed. |
|
📊 Server Test Coverage Too Low 🔍 View coverage locally: ./gradlew test jacocoTestReport
open build/reports/jacoco/test/html/index.html🌐 View coverage from GitHub: |
|
🤖 No OpenAPI or client changes needed. |
|
@Abi107717 Test coverage has been automatically updated in the PR description. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
sachmii
left a comment
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.
Looks good, thank you for implementing! Just few remarks
| <i class="pi pi-exclamation-triangle text-negative text-2xl mb-2"></i> | ||
| <p class="text-text-secondary text-sm" jhiTranslate="interview.overview.error.failedToLoad"></p> |
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.
Would it make sense to maybe use the existing info-box component?
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.
| <i class="pi pi-calendar text-text-tertiary text-2xl mb-3"></i> | ||
| <p class="text-sm text-text-secondary" jhiTranslate="interview.overview.upcoming.empty"></p> |
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.
here as well maybe?
|
🤖 No OpenAPI or client changes needed. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |

Checklist
General
Server
Client
Motivation and Context
Professors needed a way to quickly see their next scheduled interviews across all job positions without navigating into each individual interview process.
Description
Implemented an "Upcoming Interviews" widget on the Interview Overview page that displays a chronological list of future booked interview slots. The layout was made responsive, and the navigation was improved so that returning from an assessment takes the user back to the overview if they came from there.
Steps for Testing
Prerequisites:
/interviews-overview/Review Progress
Code Review
Manual Tests
Test Coverage
Warning: Both client and server tests failed. Coverage could not be fully measured. Please check the workflow logs.
Last updated: 2026-01-29 04:53:41 UTC
Screenshots
No upcoming InterviewUpcoming InterviewsResponsiveness