Store custom missions in SQL table instead of blob storage #1577
Labels
backend
Backend related functionality
database-change
Will require migration
improvement
Improvement to existing functionality
stale
This issue or pull request already exists
Describe the improvement you would like to see
Instead of storing and reading custom missions as JSONs in blob storage, make a new table which contains a string of the missions as a JSON, as well as the hash of the mission. Then we can look up the hash of the current mission we are uploading to check if it already has a record, and otherwise we make a new record.
How will this change existing functionality?
We would remove any reference to Azure blob storage, making it easier to use for other developers.
How will this improvement affect the current Threat Model?
It will remove another dependency which might improve the Threat Model.
The text was updated successfully, but these errors were encountered: