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

Image optimization on organize #8

Open
elliotBraem opened this issue Jul 29, 2022 · 0 comments
Open

Image optimization on organize #8

elliotBraem opened this issue Jul 29, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@elliotBraem
Copy link
Member

elliotBraem commented Jul 29, 2022

This is a Next.js app and it is broken down into three main parts: collect, request, and organize.

collect is a tool for adding something to the inventory of everything.
request is a tool for requesting something from the inventory of everything.
organize is a tool for organizing things and requests.

This means:

  • Images are uploaded to Firebase Storage on submit in collect and request. Need to investigate if this upload is optimized: should images be resized prior to upload? Should we enable a firebase function to resize images or can this be done client side?

  • Images are loaded from storage on Organize and on Thing + Request pages. Currently using the Next Image component. Can this be lazy loaded? What is a better UX while images take time to load? Placeholders?

@elliotBraem elliotBraem added the enhancement New feature or request label Jul 29, 2022
@elliotBraem elliotBraem added the help wanted Extra attention is needed label Aug 6, 2022
@elliotBraem elliotBraem added this to the v1 milestone Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant