Skip to content

Conversation

@kkartunov
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/

What's in this PR?

jmgasper and others added 6 commits November 18, 2025 11:42
Allow admins the ability to reprocess F2F and TG Task submissions
[PROD] - Payment Status UI fixes & logs
Add delete user functionality to system-admin app / fix checkpoint screener
Small tweak for directory pulling
@kkartunov kkartunov requested a review from jmgasper as a code owner December 12, 2025 06:35

export const fetchReportsIndex = async (): Promise<ReportsIndexResponse> => (
xhrGetAsync<ReportsIndexResponse>(`${EnvironmentConfig.API.V6}/reports`)
xhrGetAsync<ReportsIndexResponse>(`${EnvironmentConfig.API.V6}/reports/directory`)

Choose a reason for hiding this comment

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

[❗❗ correctness]
The change from /reports to /reports/directory in the API endpoint may affect the functionality if the endpoint /reports/directory does not exist or behaves differently. Ensure that this endpoint is correct and that any dependent code or documentation is updated accordingly.

@kkartunov kkartunov changed the title Master Master -> dev Dec 12, 2025
@kkartunov kkartunov merged commit 9ed7544 into dev Dec 12, 2025
8 checks passed
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