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

Search with user uploaded image and database image are not well designed #2

Open
sunshaoyan opened this issue Feb 9, 2017 · 0 comments

Comments

@sunshaoyan
Copy link
Owner

Because currently we store user uploaded image and database image in different collections, too many codes heavily rely on condition statement as if from_db.

Current difficulty of unifying the two collections:

  1. Database images are stored on disk, while user uploaded images are directly in the database
  2. We do not want to insert every user uploaded image into the database instantly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant