You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: