bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Remove UploadedFile class and corresponding db document. #107

Open warownia1 opened 3 years ago

warownia1 commented 3 years ago

Firstly, the document was used to cache the media type and keep track of paths. However, the file content is currently checked on each job submission and file name can be use as an identifier making keeping database entries redundant.

warownia1 commented 2 years ago

This database entry cannot be currently removed as FileProxy factory (and file validation) uses it to get paths of files provided by id.