open-design-sdk icon indicating copy to clipboard operation
open-design-sdk copied to clipboard

show upload/parsing progress

Open xorb opened this issue 3 years ago • 2 comments

Is there a way we can get parsing progress ?

const res = await fetch(`https://api.opendesign.dev/designs/${id}/summary`, {
    method: "get",
    headers: {
      Authorization: `Bearer ${config.openDesignToken}`,
    },
  });

Currently, we get:

{
    status: "processing" | "done"
}

xorb avatar Feb 21 '22 23:02 xorb

Hey @xorb , that's a good suggestion. @rychlis we provide the processing status in some of our other internal APIs. Is it possible to expose here?

rhefner1 avatar Mar 08 '22 22:03 rhefner1

We discussed this internally and it makes a lot of sense to include as a feature. Right now, it isn't a priority to expose that but we hope to include it in a future release!

rhefner1 avatar Mar 24 '22 12:03 rhefner1