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
We should think about syncing uploaded data across environments. The goal is to have weather story uploads and PDF uploads automatically available to dev instances so we can easily tweak features instead of uploading weather stories and/or PDFs to our individual environments every time we need to test something.
Since weather story and PDF uploads are “write-once”, and only DSS builder can upload or override this data, perhaps we can have a dedicated S3 bucket for uploads and environments would be able to “point” to that S3 bucket to ensure consistency across all environments. Or, we can copy everything to a backup bucket that is then shared across dev instances.
The current method, where we manually create weather stories and/or PDFs to test in local environments, is slow and cumbersome and error-prone.
Acceptance criteria
Tests have been implemented or modified to capture the bug
Changes have been tested for accessibility
The text was updated successfully, but these errors were encountered:
Description
We should think about syncing uploaded data across environments. The goal is to have weather story uploads and PDF uploads automatically available to dev instances so we can easily tweak features instead of uploading weather stories and/or PDFs to our individual environments every time we need to test something.
Since weather story and PDF uploads are “write-once”, and only DSS builder can upload or override this data, perhaps we can have a dedicated S3 bucket for uploads and environments would be able to “point” to that S3 bucket to ensure consistency across all environments. Or, we can copy everything to a backup bucket that is then shared across dev instances.
The current method, where we manually create weather stories and/or PDFs to test in local environments, is slow and cumbersome and error-prone.
Acceptance criteria
The text was updated successfully, but these errors were encountered: