Open
Description
Background Information can be found here.
The purpose of this epic is to provide ISS debugging information that is easily accessible to developers. After Mega Map is implemented, the only useful information for debugging ISSes will be the block data for the round that had the ISS. To get this data, these steps should be taken:
- Platform notifies the application when an ISS has occurred and for what round.
- The application locates the block for the associated round.
- The application uploads that block to a GCP bucket.
This process is temporary because the long term plan is to move ISS detection to the application layer and this extra platform-app communication will no longer be needed. Until that point, we can use the NotificationEngine to achieve step 1.