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

Reese/hexathon files #196

Merged
merged 3 commits into from
Feb 19, 2024
Merged

Reese/hexathon files #196

merged 3 commits into from
Feb 19, 2024

Conversation

reesewang25
Copy link
Contributor

@reesewang25 reesewang25 commented Feb 4, 2024

Description

I changed the files/upload route to take in an optional folder parameter that specifies the folder path.

You can test it in Postman:
with folder: http://localhost:8005/files/upload/{folder}
without folder (normal): https://localhost:8005/files/upload

Headers: Key: Content-Type, Value: multipart/form-data
Body: select "form-data", create a key called "file" of File type, and upload a file in value

Future Issues

To be able to do the other part of the issue (organizing resumes by hexathon), I have to call this route with the updated parameter. To my knowledge this change is only necessary in registration2. I can create an issue and do that if this is approved.

@reesewang25 reesewang25 linked an issue Feb 4, 2024 that may be closed by this pull request
@PhillipPhanhthourath
Copy link
Contributor

Looks good! Go ahead and create the issue you mentioned above and get started on that. Thanks for your hard work!

@PhillipPhanhthourath PhillipPhanhthourath merged commit 6a1f678 into main Feb 19, 2024
3 checks passed
@PhillipPhanhthourath PhillipPhanhthourath deleted the reese/hexathonFiles branch February 19, 2024 15:28
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.

Group files by hexathon
2 participants