seedcase-project / seedcase-sprout

Upload your research data to formally structure it for better, more reliable, and easier research.
https://sprout.seedcase-project.org/
MIT License
0 stars 0 forks source link

[bug]: File is still saved even if metadata isn't finished, so files start accumulating #354

Open lwjohnst86 opened 5 months ago

lwjohnst86 commented 5 months ago

Steps to reproduce

Start the process of creating a metadata object (that depends on a csv file), but don't finish the process. The file still exists.

Expected result

The file should only be saved after the metadata creation is finished, so there isn't several files that are kept around.

Actual result (the bug)

Files stored in the persistent location start accumulating.

Optional: Relevant log output

No response

Severity/Priority

2: Medium

Contact Details

No response

Code of Conduct

K-Beicher commented 4 months ago

@signekb will this be solved with the new layout of the upload page?

signekb commented 4 months ago

That's a good question. We have also added a "save progress" feature in the wireframes at each step in the new create metadata flow. When should the file be saved when the metadata is still in progress - and when shouldn't it, @lwjohnst86 ?