Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Web API: Decide on & implement file storage for uploads #302

Open
5 tasks
tadhg-ohiggins opened this issue Sep 8, 2016 · 0 comments
Open
5 tasks

Web API: Decide on & implement file storage for uploads #302

tadhg-ohiggins opened this issue Sep 8, 2016 · 0 comments

Comments

@tadhg-ohiggins
Copy link
Contributor

tadhg-ohiggins commented Sep 8, 2016

Currently the Web API is both storing uploaded files in the filesystem and putting their contents into the database, which is clearly wrong. I think the right approach is to use file storage, and abstract it to the point that it works locally and in production.

  • Determine that there's no need to put file contents in the database.
  • Determine the best file storage solution.
  • Implement that solution.
  • Write tests.
  • Test it locally and in a production/production-like environment.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant