Add staged upload review workflow for Google Drive photos - #21
Merged
Conversation
wailbentafat
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the staged upload review workflow for staff Google Drive photos.
Staff can now submit upload requests from Google Drive, store the images in MinIO staging, and let a
multi_team_leadpreview the photos before approving or rejecting the request.What was added
upload_request_photosphotosrows on approvalTechnical changes
StagedUploadStorageServiceGoogleDriveClientwith file metadata and file download supportUploadRequestsServiceto orchestrate:upload_request_photosschema with:file_namemime_typesize_bytesstatusfinal_storage_keyEndpoints
POST /stuff/uploads/requestGET /stuff/uploadsGET /stuff/uploads/{request_id}GET /stuff/uploads/{request_id}/photosGET /stuff/uploads/{request_id}/photos/{photo_id}/previewPOST /stuff/uploads/{request_id}/approvePOST /stuff/uploads/{request_id}/rejectKnown limitation
Full local API startup is currently blocked by an existing Ai runtime dependency issue