Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove UploadedFile class and corresponding db document. #107

Open
warownia1 opened this issue Jun 18, 2021 · 1 comment
Open

Remove UploadedFile class and corresponding db document. #107

warownia1 opened this issue Jun 18, 2021 · 1 comment

Comments

@warownia1
Copy link
Collaborator

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 warownia1 added improvement pri:low v0.8.4 Features and bugs in version 0.8.4 labels Jun 18, 2021
@warownia1
Copy link
Collaborator Author

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

@warownia1 warownia1 added v0.8.5 Featues and bugs that will go into the 0.8.5 release and removed v0.8.4 Features and bugs in version 0.8.4 labels Nov 23, 2023
@warownia1 warownia1 removed the v0.8.5 Featues and bugs that will go into the 0.8.5 release label Apr 9, 2024
@warownia1 warownia1 moved this to Featue Ideas in Slivka 0.8 release Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Feature Ideas
Development

No branches or pull requests

1 participant