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 PNG and HTML Directly to GCS #165

Open
3 of 4 tasks
mohamdlog opened this issue Nov 3, 2024 · 0 comments · May be fixed by #169
Open
3 of 4 tasks

Upload PNG and HTML Directly to GCS #165

mohamdlog opened this issue Nov 3, 2024 · 0 comments · May be fixed by #169
Assignees
Milestone

Comments

@mohamdlog
Copy link
Member

mohamdlog commented Nov 3, 2024

Description:
Update the ThreeDimensionalGrapher class to upload generated PNG and HTML files directly to Google Cloud Storage (GCS) instead of saving them locally.

Acceptance Criteria:

  • Remove local file saving functionality.
  • Implement uploading of PNG files to GCS within the existing methods.
  • Implement uploading of HTML files to GCS within the existing methods.
  • Ensure proper authentication and configuration for GCS access.

Reason:
Uploading files directly to GCS improves accessibility and streamlines the storage process by eliminating the need for local file storage.

Good Files to Look at for More Information:

  • DroneWorld\backend\PythonClient\multirotor\storage\gsc_storage_service.py
  • DroneWorld\backend\PythonClient\multirotor\airsim_application.py
  • DroneWorld\backend\PythonClient\multirotor\util\graph\three_dimensional_grapher.py
@mohamdlog mohamdlog added this to the Sprint 5 milestone Nov 3, 2024
@mohamdlog mohamdlog moved this to In Progress in Drone World Nov 3, 2024
@Damerson1 Damerson1 self-assigned this Nov 4, 2024
@Damerson1 Damerson1 linked a pull request Nov 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants