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

Upload own data backend #282

Merged
merged 21 commits into from
Jan 24, 2024
Merged

Conversation

cephaschapa
Copy link
Contributor

changes

  • Adds migration to create userFile relation
  • Adds userFile model class
  • Adds file to user association in init-models
  • Adds POST route to create a user file
  • Adds GET route to fetch all user files
  • Adds GET route to fetch a user file
  • Adds DELETE route to remove a user file
  • Adds file download route to enable downloading files of varying file types
  • Adds unit test
  • Adds helper functions to accommodate file creation to be used for unit tests
  • Minor comments

@cephaschapa cephaschapa requested a review from lemilonkh January 19, 2024 09:00
@cephaschapa cephaschapa merged commit 6aa9ac7 into develop Jan 24, 2024
3 checks passed
@cephaschapa cephaschapa deleted the feature/upload-own-data-backend branch January 24, 2024 15:26
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.

2 participants