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

Updation in resume functionaliy. #60

Conversation

Parth858
Copy link
Contributor

Instead of remove documents I have modified the code for replacing the old media files with new one so that we don't need to first remove documents and then add new media file we can directly replace it with previous one.

Copy link
Collaborator

@hims1911 hims1911 left a comment

Choose a reason for hiding this comment

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

@Himan10 merge this lgtm

@@ -648,11 +657,11 @@ def download_documents(self, request, pk=None):
file_path = None

# Determine the file path based on the requested document type
if document_type == "resume":
if document_type == values.RESUME_DOCUMENT_TYPE:
Copy link
Collaborator

Choose a reason for hiding this comment

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

where are the changes for these constants ?

@hims1911 hims1911 merged commit a566c84 into null-open-security-community:main Jan 25, 2024
1 check 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