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

GH-173: Replace local temp file handling with resume JSON upload API #175

Merged
merged 1 commit into from
Mar 8, 2025

Conversation

neviaumi
Copy link
Owner

@neviaumi neviaumi commented Mar 8, 2025

this part of #173
This update introduces a new API for uploading resume JSON data instead of saving it to a temporary file locally. The uploadResumeJson function was added, and corresponding server-side endpoints now handle file uploads. This change reduces filesystem dependency and improves modularity.

this part of #173
This update introduces a new API for uploading resume JSON data instead of saving it to a temporary file locally. The `uploadResumeJson` function was added, and corresponding server-side endpoints now handle file uploads. This change reduces filesystem dependency and improves modularity.

Signed-off-by: David Ng <[email protected]>
@neviaumi neviaumi enabled auto-merge March 8, 2025 18:51
@neviaumi neviaumi merged commit 9c14521 into main Mar 8, 2025
1 check passed
@neviaumi neviaumi deleted the GH-173_make-resume-process-standalone branch March 8, 2025 18:56
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.

1 participant