-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Expo open native file system and AWS bucket storage #17
Conversation
…Care-Wallet into feature-file-storage
Co-authored-by: wyattchris <[email protected]>
… incorporating user and group ID
backend/schema/files/routes.go
Outdated
// @tags file | ||
// @success 204 | ||
// @router /files/{fname} [delete] | ||
func (pg *PgModel) DeleteFileRoute(c *gin.Context) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this working? Could prob be removed if not we just care about uploading :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh really - I didn't realize that. Deleting hasn't been tested but could be, we would just need to make sure that files are removed from the bucket on your end.
client/package.json
Outdated
@@ -12,14 +12,17 @@ | |||
}, | |||
"dependencies": { | |||
"@react-navigation/native": "^6.1.9", | |||
"@tanstack/react-query": "^5.17.19", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package isnt used could prob be removed as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wyattchris @oliviaseds Amazing Job Guys Yall are Goats
Can you make sure you hit the Squash button while merging, Turn those 31 commits into one with all the details of what yall did :)
It may be hidden in the arrow
Description
Expo Open Native File System
File Storage
Set up native file system selector to upload documents using Expo DocumentPicker library.
Connected file upload and deletion to AWS bucket to store file content.
How Has This Been Tested?
Tested APIs with Postman and by manually uploading different file types.
Checklist