GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

Images and tasks cannot be re-uploaded/re-run #107

Closed Lucrezia-Cester closed 7 months ago

Lucrezia-Cester commented 1 year ago

An image cannot be uploaded twice. Same thing for running a task. This becomes a problem when the user decides to remove an image or remove a report from the screen. If later on the user decides to re-upload the image, this will not show up amongst the files, or if the user decides to re-run the same task on the image, this will not show on the reports page.

tomaroberts commented 1 year ago

Thanks for flagging Lu – this is an important one. I will assign you to investigate further.

tomaroberts commented 12 months ago

@sophie22 – thoughts on this one? We have a delete button; I'm not sure whether that gets around this issue, or whether you still can't re-upload a dataset even if the delete button has been used. I'm not sure how far the delete button extends, i.e.: does it remove just the files froms the uploads dir and leave the database entries?

Could you investigate the behaviour around this issue a bit more please? Thanks.

sophie22 commented 10 months ago

file upload, delete, reupload is fixed by #118 ✅ rerunning task on the same series works as expected, but if the result from the previous identical task is available then only the first result is being displayed - will have to modify current display logic in the future when optional task variables become available, leading to different results.

sophie22 commented 7 months ago

resolved by #118