Skip to content
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

Development: Remove exam modules #10169

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

coolchock
Copy link
Contributor

@coolchock coolchock commented Jan 19, 2025

Checklist

General

Client

Description

Following the update to Angular 19 in #10112, all components have been migrated to standalone. As a result, the modules are no longer necessary. This pull request removes the redundant modules in the exam package.

Steps for Testing

Test exam mode and make sure it works identical to develop.

Exam mode functionalities that should be tested:

  • regular exams
  • test exams
  • test runs
  • exam live events
  • exam assessment
  • complaints
  • grading
  • import
  • scores
  • checklist

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

Code Review

  • Code Review 1
  • Code Review 2

Manual Tests

  • Test 1
  • Test 2

Summary by CodeRabbit

  • Routing Changes

    • Updated routing configuration for exam management and participation.
    • Simplified route loading mechanism for exam scores and participation.
  • Module Restructuring

    • Removed multiple exam-related modules, including exam management, exam participation, and exam scores modules.
    • Streamlined component and module imports.
  • Component Updates

    • Modified imports for exam-related components, including the addition of new components.
    • Removed dependencies on shared exam modules.
  • Refactoring

    • Simplified exam participation and management routing.
    • Improved course ID retrieval logic in exam participation and result summary components.

@github-actions github-actions bot added tests client Pull requests that update TypeScript code. (Added Automatically!) labels Jan 19, 2025
@coolchock coolchock changed the title General: Remove exam modules Development: Remove exam modules Jan 20, 2025
@coolchock coolchock marked this pull request as ready for review January 20, 2025 08:22
@coolchock coolchock requested a review from a team as a code owner January 20, 2025 08:22
Copy link

coderabbitai bot commented Jan 20, 2025

Walkthrough

This pull request introduces significant structural changes to the Angular application's exam-related modules and routing configurations. The changes primarily involve removing several exam-related modules, simplifying routing imports, and adjusting component dependencies. The modifications aim to streamline the application's module structure by moving from module-based imports to more direct route and component-level imports, potentially reducing complexity and improving code organization.

Changes

File Path Change Summary
app/routes.ts Updated exam management route import from module to route
course/manage/course-management.route.ts Modified exam management route import
exam/manage/exam-management.module.ts Completely removed module
exam/manage/exam-management.route.ts Removed route constants and state exports; added new route for exam scores
exam/exam-scores/exam-scores.route.ts Removed routing configurations for exam scores
Multiple exam-related modules Removed:
- exam-mode-picker.module.ts
- students-upload-images.module.ts
- exam-live-events.module.ts
- exam-navigation-bar.module.ts
- exam-participation.module.ts
- exam-exercise-update-highlighter.module.ts
- exam-submission-components.module.ts
- exam-result-summary.module.ts
- exam-timer.module.ts
- exam-shared.module.ts
- course-exams.module.ts
Component files Updated imports and module dependencies in various components, including exam/manage/exams/exam-detail.component.ts, exam/participate/exam-bar.component.ts, and exam/participate/exam-start-information.component.ts
overview/courses-routing.module.ts Updated exam participation route import
shared/sidebar/sidebar.module.ts Removed ArtemisExamSharedModule import
exam/participate/exam-participation.component.ts Updated logic for retrieving courseId using combineLatest

Suggested Labels

ready to merge, bugfix, small

Suggested Reviewers

  • SimonEntholzer
  • JohannesStoehr
  • muradium
  • BBesrour
  • HawKhiem
  • krusche

Possibly Related PRs


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3ee7e65 and 38a9f9a.

📒 Files selected for processing (1)
  • src/main/webapp/app/exam/manage/exam-management.module.ts (0 hunks)
💤 Files with no reviewable changes (1)
  • src/main/webapp/app/exam/manage/exam-management.module.ts
⏰ Context from checks skipped due to timeout of 90000ms (8)
  • GitHub Check: client-style
  • GitHub Check: server-style
  • GitHub Check: client-tests-selected
  • GitHub Check: client-tests
  • GitHub Check: server-tests
  • GitHub Check: Build and Push Docker Image
  • GitHub Check: Build .war artifact
  • GitHub Check: Analyse

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
src/main/webapp/app/course/manage/course-management.route.ts (1)

Line range hint 272-272: Architecture Feedback: Clean module to route migration strategy.

The consistent approach to migrating from module-based to route-based lazy loading across both exam participation and management routes demonstrates a clean architectural transition. This aligns well with Angular's recommended practices and simplifies the application's module structure.

Also applies to: 79-79

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ad380f6 and dd5d2d9.

📒 Files selected for processing (23)
  • src/main/webapp/app/app.routes.ts (1 hunks)
  • src/main/webapp/app/course/manage/course-management.route.ts (1 hunks)
  • src/main/webapp/app/exam/manage/exam-management.module.ts (0 hunks)
  • src/main/webapp/app/exam/manage/exam-management.route.ts (0 hunks)
  • src/main/webapp/app/exam/manage/exams/exam-detail.component.ts (2 hunks)
  • src/main/webapp/app/exam/manage/exams/exam-mode-picker/exam-mode-picker.module.ts (0 hunks)
  • src/main/webapp/app/exam/manage/students/upload-images/students-upload-images.module.ts (0 hunks)
  • src/main/webapp/app/exam/participate/events/exam-live-events.module.ts (0 hunks)
  • src/main/webapp/app/exam/participate/exam-bar/exam-bar.component.ts (1 hunks)
  • src/main/webapp/app/exam/participate/exam-navigation-bar/exam-navigation-bar.module.ts (0 hunks)
  • src/main/webapp/app/exam/participate/exam-participation.module.ts (0 hunks)
  • src/main/webapp/app/exam/participate/exam-participation.route.ts (0 hunks)
  • src/main/webapp/app/exam/participate/exam-start-information/exam-start-information.component.ts (1 hunks)
  • src/main/webapp/app/exam/participate/exercises/exam-exercise-update-highlighter/exam-exercise-update-highlighter.module.ts (0 hunks)
  • src/main/webapp/app/exam/participate/exercises/exam-submission-components.module.ts (0 hunks)
  • src/main/webapp/app/exam/participate/summary/exam-result-summary.module.ts (0 hunks)
  • src/main/webapp/app/exam/participate/timer/exam-timer.module.ts (0 hunks)
  • src/main/webapp/app/exam/shared/exam-shared.module.ts (0 hunks)
  • src/main/webapp/app/exercises/programming/shared/instructions-render/programming-exercise-instructions-render.module.ts (0 hunks)
  • src/main/webapp/app/overview/course-exams/course-exams.module.ts (0 hunks)
  • src/main/webapp/app/overview/courses-routing.module.ts (1 hunks)
  • src/main/webapp/app/shared/sidebar/sidebar.module.ts (0 hunks)
  • src/test/javascript/spec/component/exam/participate/exam-start-information/exam-start-information.component.spec.ts (1 hunks)
💤 Files with no reviewable changes (16)
  • src/main/webapp/app/exam/manage/exams/exam-mode-picker/exam-mode-picker.module.ts
  • src/main/webapp/app/exam/participate/timer/exam-timer.module.ts
  • src/main/webapp/app/exam/participate/events/exam-live-events.module.ts
  • src/main/webapp/app/exam/participate/summary/exam-result-summary.module.ts
  • src/main/webapp/app/exam/participate/exam-participation.module.ts
  • src/main/webapp/app/exam/participate/exercises/exam-submission-components.module.ts
  • src/main/webapp/app/shared/sidebar/sidebar.module.ts
  • src/main/webapp/app/exam/manage/students/upload-images/students-upload-images.module.ts
  • src/main/webapp/app/exam/participate/exam-navigation-bar/exam-navigation-bar.module.ts
  • src/main/webapp/app/exam/manage/exam-management.route.ts
  • src/main/webapp/app/exercises/programming/shared/instructions-render/programming-exercise-instructions-render.module.ts
  • src/main/webapp/app/exam/manage/exam-management.module.ts
  • src/main/webapp/app/overview/course-exams/course-exams.module.ts
  • src/main/webapp/app/exam/participate/exercises/exam-exercise-update-highlighter/exam-exercise-update-highlighter.module.ts
  • src/main/webapp/app/exam/shared/exam-shared.module.ts
  • src/main/webapp/app/exam/participate/exam-participation.route.ts
✅ Files skipped from review due to trivial changes (1)
  • src/test/javascript/spec/component/exam/participate/exam-start-information/exam-start-information.component.spec.ts
🧰 Additional context used
📓 Path-based instructions (6)
src/main/webapp/app/course/manage/course-management.route.ts (1)

Pattern src/main/webapp/**/*.ts: angular_style:https://angular.io/guide/styleguide;methods_in_html:false;lazy_loading:true;code_reuse:true;tests:meaningful;types:PascalCase;enums:PascalCase;funcs:camelCase;props:camelCase;no_priv_prefix:true;strings:single_quotes;localize:true;btns:functionality;links:navigation;icons_text:newline;labels:associate;code_style:arrow_funcs,curly_braces,open_braces_same_line,indent_4;memory_leak_prevention:true;routes:naming_schema;chart_framework:ngx-charts;responsive_layout:true

src/main/webapp/app/overview/courses-routing.module.ts (1)

Pattern src/main/webapp/**/*.ts: angular_style:https://angular.io/guide/styleguide;methods_in_html:false;lazy_loading:true;code_reuse:true;tests:meaningful;types:PascalCase;enums:PascalCase;funcs:camelCase;props:camelCase;no_priv_prefix:true;strings:single_quotes;localize:true;btns:functionality;links:navigation;icons_text:newline;labels:associate;code_style:arrow_funcs,curly_braces,open_braces_same_line,indent_4;memory_leak_prevention:true;routes:naming_schema;chart_framework:ngx-charts;responsive_layout:true

src/main/webapp/app/exam/participate/exam-bar/exam-bar.component.ts (1)

Pattern src/main/webapp/**/*.ts: angular_style:https://angular.io/guide/styleguide;methods_in_html:false;lazy_loading:true;code_reuse:true;tests:meaningful;types:PascalCase;enums:PascalCase;funcs:camelCase;props:camelCase;no_priv_prefix:true;strings:single_quotes;localize:true;btns:functionality;links:navigation;icons_text:newline;labels:associate;code_style:arrow_funcs,curly_braces,open_braces_same_line,indent_4;memory_leak_prevention:true;routes:naming_schema;chart_framework:ngx-charts;responsive_layout:true

src/main/webapp/app/exam/manage/exams/exam-detail.component.ts (1)

Pattern src/main/webapp/**/*.ts: angular_style:https://angular.io/guide/styleguide;methods_in_html:false;lazy_loading:true;code_reuse:true;tests:meaningful;types:PascalCase;enums:PascalCase;funcs:camelCase;props:camelCase;no_priv_prefix:true;strings:single_quotes;localize:true;btns:functionality;links:navigation;icons_text:newline;labels:associate;code_style:arrow_funcs,curly_braces,open_braces_same_line,indent_4;memory_leak_prevention:true;routes:naming_schema;chart_framework:ngx-charts;responsive_layout:true

src/main/webapp/app/app.routes.ts (1)

Pattern src/main/webapp/**/*.ts: angular_style:https://angular.io/guide/styleguide;methods_in_html:false;lazy_loading:true;code_reuse:true;tests:meaningful;types:PascalCase;enums:PascalCase;funcs:camelCase;props:camelCase;no_priv_prefix:true;strings:single_quotes;localize:true;btns:functionality;links:navigation;icons_text:newline;labels:associate;code_style:arrow_funcs,curly_braces,open_braces_same_line,indent_4;memory_leak_prevention:true;routes:naming_schema;chart_framework:ngx-charts;responsive_layout:true

src/main/webapp/app/exam/participate/exam-start-information/exam-start-information.component.ts (1)

Pattern src/main/webapp/**/*.ts: angular_style:https://angular.io/guide/styleguide;methods_in_html:false;lazy_loading:true;code_reuse:true;tests:meaningful;types:PascalCase;enums:PascalCase;funcs:camelCase;props:camelCase;no_priv_prefix:true;strings:single_quotes;localize:true;btns:functionality;links:navigation;icons_text:newline;labels:associate;code_style:arrow_funcs,curly_braces,open_braces_same_line,indent_4;memory_leak_prevention:true;routes:naming_schema;chart_framework:ngx-charts;responsive_layout:true

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Codacy Static Code Analysis
🔇 Additional comments (6)
src/main/webapp/app/exam/participate/exam-bar/exam-bar.component.ts (1)

10-11: LGTM! Module imports correctly replaced with standalone component imports.

The changes align with Angular's move towards standalone components, improving tree-shaking capabilities.

Also applies to: 15-15

src/main/webapp/app/exam/participate/exam-start-information/exam-start-information.component.ts (1)

9-9: LGTM! Proper migration to standalone component imports.

The changes correctly replace module imports with direct component imports, maintaining the same functionality while reducing bundle size.

Also applies to: 13-13

src/main/webapp/app/app.routes.ts (1)

186-186: Verify the exam management route file exists.

The change from module to route import aligns with the module removal objective.

✅ Verification successful

Route file exists and exports the correct configuration

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the exam management route file exists and exports the correct route

# Check if the route file exists and contains the export
ast-grep --pattern 'export const examManagementRoute =' src/main/webapp/app/exam/manage/exam-management.route.ts

Length of output: 114


Script:

#!/bin/bash
# Search for the exam management route file
echo "=== Searching for exam management route file ==="
fd "exam-management.route.ts" --type f

echo -e "\n=== Searching for similar exam management files ==="
fd "exam.*management" --type f

echo -e "\n=== Checking content of any found files ==="
fd "exam-management.route.ts" --type f --exec cat {}

Length of output: 50321

src/main/webapp/app/exam/manage/exams/exam-detail.component.ts (1)

17-17: LGTM! Proper dependency management with explicit provider declaration.

The changes correctly:

  1. Import the DetailOverviewListComponent for use in the template
  2. Declare ArtemisDurationFromSecondsPipe in providers for proper scoping

Also applies to: 31-31

src/main/webapp/app/overview/courses-routing.module.ts (1)

272-272: LGTM! Module to route migration looks good.

The change from loading exam-participation.module to exam-participation.route aligns with the PR objective of removing exam modules and follows Angular's recommended practices for route-based lazy loading.

Let's verify that the exam participation route is properly exported:

✅ Verification successful

Route export verification successful

The examParticipationRoute is properly exported from exam-participation.route.ts as an Angular Routes configuration, confirming the correct implementation of the module to route migration.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Verify the exam participation route export
ast-grep --pattern 'export const examParticipationRoute = $_;'

Length of output: 188


Script:

#!/bin/bash
# Find the route file and check its contents
rg -l "exam-participation.route" src/
rg "export.*examParticipationRoute" src/

Length of output: 248

src/main/webapp/app/course/manage/course-management.route.ts (1)

79-79: LGTM! Consistent module to route migration.

The change from loading exam-management.module to exam-management.route maintains consistency with the exam module removal pattern and follows Angular's route-based lazy loading practices.

Let's verify that the exam management route is properly exported:

✅ Verification successful

Verified: The exam management route is properly exported and accessible

The examManagementRoute constant is correctly exported from src/main/webapp/app/exam/manage/exam-management.route.ts, ensuring the lazy loading will work as expected.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Verify the exam management route export
ast-grep --pattern 'export const examManagementRoute = $_;'

Length of output: 185


Script:

#!/bin/bash
# First, find the exact file path
fd -t f "exam-management.route.ts"

# Then check for the export statement
rg -l "export const examManagementRoute" --type ts

Length of output: 201

coderabbitai[bot]
coderabbitai bot previously approved these changes Jan 20, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (2)
src/main/webapp/app/exam/participate/exam-participation.component.ts (2)

Line range hint 1-1000: Consider architectural improvements for better maintainability and reliability.

The component handles complex state management and interactions. Here are some architectural suggestions:

  1. State Management: Consider using NgRx or another state management solution to handle the complex exam state, making it easier to track changes and manage side effects.

  2. Error Recovery: Implement a more robust error recovery mechanism for auto-save failures:

private retryAutoSave(maxRetries: number = 3, delayMs: number = 1000): Observable<void> {
    return this.saveExam().pipe(
        retryWhen(errors => 
            errors.pipe(
                concatMap((error, index) => 
                    index < maxRetries 
                        ? timer(delayMs * Math.pow(2, index))
                        : throwError(() => error)
                )
            )
        )
    );
}
  1. Performance Optimization: Consider implementing virtual scrolling for large exam exercises to improve performance:
private initializeVirtualScrolling(): void {
    const virtualScroll = new VirtualScroll({
        itemSize: 100, // height of each exercise
        minBufferPx: 200,
        maxBufferPx: 400
    });
}
  1. Modularity: Break down the component into smaller, focused components to improve maintainability:
  • Create separate components for exam navigation
  • Extract submission handling logic into a service
  • Move websocket handling to a dedicated service

Line range hint 1-1000: Enhance component with Angular best practices.

While the component follows many Angular best practices, here are some suggestions for improvement:

  1. Reactive Forms: Consider using reactive forms for better form handling and validation:
private initForm(): void {
    this.examForm = this.fb.group({
        studentName: ['', Validators.required],
        confirmStart: [false, Validators.requiredTrue]
    });
}
  1. Change Detection: Optimize change detection by using OnPush strategy:
@Component({
    selector: 'jhi-exam-participation',
    templateUrl: './exam-participation.component.html',
    styleUrls: ['./exam-participation.scss'],
+   changeDetection: ChangeDetectionStrategy.OnPush,
    imports: [/*...*/],
})
  1. Type Safety: Strengthen type safety with strict TypeScript checks:
private updateExamState(state: ExamState): void {
    // Use discriminated union types for better type safety
    type ExamState = 
        | { type: 'not_started' }
        | { type: 'in_progress'; timeLeft: number }
        | { type: 'completed'; score: number };
}
  1. RxJS Best Practices: Implement better subscription management:
private readonly destroy$ = new Subject<void>();

ngOnInit(): void {
    this.websocketService.connectionState.pipe(
        takeUntil(this.destroy$)
    ).subscribe(/*...*/);
}

ngOnDestroy(): void {
    this.destroy$.next();
    this.destroy$.complete();
}
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between dd5d2d9 and 93b0803.

📒 Files selected for processing (3)
  • src/main/webapp/app/exam/exam-scores/exam-scores.route.ts (0 hunks)
  • src/main/webapp/app/exam/manage/exam-management.route.ts (1 hunks)
  • src/main/webapp/app/exam/participate/exam-participation.component.ts (1 hunks)
💤 Files with no reviewable changes (1)
  • src/main/webapp/app/exam/exam-scores/exam-scores.route.ts
🧰 Additional context used
📓 Path-based instructions (2)
src/main/webapp/app/exam/participate/exam-participation.component.ts (1)

Pattern src/main/webapp/**/*.ts: angular_style:https://angular.io/guide/styleguide;methods_in_html:false;lazy_loading:true;code_reuse:true;tests:meaningful;types:PascalCase;enums:PascalCase;funcs:camelCase;props:camelCase;no_priv_prefix:true;strings:single_quotes;localize:true;btns:functionality;links:navigation;icons_text:newline;labels:associate;code_style:arrow_funcs,curly_braces,open_braces_same_line,indent_4;memory_leak_prevention:true;routes:naming_schema;chart_framework:ngx-charts;responsive_layout:true

src/main/webapp/app/exam/manage/exam-management.route.ts (1)

Pattern src/main/webapp/**/*.ts: angular_style:https://angular.io/guide/styleguide;methods_in_html:false;lazy_loading:true;code_reuse:true;tests:meaningful;types:PascalCase;enums:PascalCase;funcs:camelCase;props:camelCase;no_priv_prefix:true;strings:single_quotes;localize:true;btns:functionality;links:navigation;icons_text:newline;labels:associate;code_style:arrow_funcs,curly_braces,open_braces_same_line,indent_4;memory_leak_prevention:true;routes:naming_schema;chart_framework:ngx-charts;responsive_layout:true

⏰ Context from checks skipped due to timeout of 90000ms (6)
  • GitHub Check: Codacy Static Code Analysis
  • GitHub Check: client-tests
  • GitHub Check: server-tests
  • GitHub Check: Build .war artifact
  • GitHub Check: Build and Push Docker Image
  • GitHub Check: Analyse

coderabbitai[bot]
coderabbitai bot previously approved these changes Jan 24, 2025
Copy link

⚠️ Unable to deploy to test servers ⚠️

Testserver "artemis-test2.artemis.cit.tum.de" is already in use by PR #10174.

@github-actions github-actions bot added the deployment-error Added by deployment workflows if an error occured label Jan 24, 2025
@sawys777 sawys777 added deploy:artemis-test2 and removed deployment-error Added by deployment workflows if an error occured labels Jan 24, 2025
@sawys777 sawys777 temporarily deployed to artemis-test2.artemis.cit.tum.de January 24, 2025 16:51 — with GitHub Actions Inactive
sawys777
sawys777 previously approved these changes Jan 24, 2025
Copy link

@sawys777 sawys777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on TS2, everything works as expected

# Conflicts:
#	src/main/webapp/app/exam/manage/exam-management.module.ts
#	src/main/webapp/app/exam/participate/exam-participation.module.ts
#	src/main/webapp/app/exam/participate/summary/exam-result-summary.module.ts
@coolchock coolchock dismissed stale reviews from sawys777 and coderabbitai[bot] via 38a9f9a January 26, 2025 10:58
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!) ready for review tests
Projects
Status: Ready For Review
Development

Successfully merging this pull request may close these issues.