tla / stemmaweb

Catalyst interface and online tools for stemmatology research
13 stars 9 forks source link

StemWeb async. error signaling #98

Open tla opened 2 years ago

tla commented 2 years ago

When a user has requested a stemma and Stemweb returns an error asynchronously, Stemmaweb currently removes any record of the attempt, so that the user only sees that no stemma was ever delivered and might, in confusion, try again. This needs to be made more helpful to the user.

The obvious solution would be to avoid removing the stemweb_jobid flag until the user asks for the status.

tla commented 2 years ago

Blocked on #103