Skip to content

Conversation

@AndreGAot
Copy link
Contributor

@AndreGAot AndreGAot commented Jan 22, 2026

This pull request removes the obsolete UpdateProjectApplicantInfoAsync method and its related frontend code, as part of a dead code cleanup effort (AB#31641). The obsolete method was superseded by UpdatePartialApplicantInfoAsync in the ApplicationApplicantAppService class.

@github-actions
Copy link

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

Result Count
✅ Passed 289
❌ Failed 0
⚠️ Skipped 0

📄 HTML Reports

  • Merged Tests (HTML): Included in artifacts
    Generated automatically by CI.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request removes the obsolete UpdateProjectApplicantInfoAsync method and its related frontend code, as part of a dead code cleanup effort (AB#31641). The obsolete method was superseded by UpdatePartialApplicantInfoAsync in the ApplicationApplicantAppService class.

Changes:

  • Removed obsolete C# backend method UpdateProjectApplicantInfoAsync from GrantApplicationAppService and its interface definition
  • Removed unused JavaScript functions checkUnityApplicantIdExist and updateApplicantInfo that called the obsolete backend method
  • Cleaned up interface definition to remove the obsolete method signature

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
GrantApplicationAppService.cs Removed the obsolete UpdateProjectApplicantInfoAsync method implementation (75 lines)
IGrantApplicationAppService.cs Removed the obsolete method signature from the interface
Default.js Removed two unused JavaScript functions that invoked the obsolete backend method

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JamesPasta JamesPasta merged commit 7e2110f into dev Jan 22, 2026
48 of 51 checks passed
@JamesPasta JamesPasta deleted the bugfix/AB#31641-deprecate-UpdateProjectApplicantInfoAsync branch January 22, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants