raster-foundry / raster-foundry

The Raster Foundry web application.

Home Page:https://www.rasterfoundry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asynchronicity breaks upload modal for COGs

jisantuc opened this issue · comments

Problem description

It used to be the case that we'd handle getting all the metadata eagerly before returning a response to the user for scene creation.
Now, we handle everything asynchronously in the server. This breaks some expectations that the upload modal has about being able to get a project footprint.

Replication Steps

  • try to upload a COG with the upload modal
  • observe that footprints are all wonky

Expected Behavior or Output

Right hand frontend knows what the left hand backend has been doing