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

Adding the upload progress bar #1

Open
puneet29 opened this issue Oct 1, 2019 · 4 comments
Open

Adding the upload progress bar #1

puneet29 opened this issue Oct 1, 2019 · 4 comments

Comments

@puneet29
Copy link
Owner

puneet29 commented Oct 1, 2019

Add the progress bar indicating the progress of the uploading photo. Consider the responsiveness of the website when adding the components.

@garvita-jain
Copy link

Hi I'd like to work on this issue. Can you guide me a little?

@puneet29
Copy link
Owner Author

puneet29 commented Oct 1, 2019

Hey there, @garvita-jain

Background

Okay so, if you can clone the repo and work locally with it, you'll find that the app basically converts any image to a stylized version of it. The thing is when we are uploading the image locally, it works effortlessly and the results are shown in a matter of seconds which is bearable by the user. But our user is using the app that is deployed on the web, and uploading to web is quite time-consuming. By web here I mean AWS S3 bucket. The thing is that when we upload there is no progress bar or some UI that depicts the upload progress. The only UI available is the chrome's loading bar at the top of the tab.

So the resolution

To integrate a progress bar that depicts the upload percentage when the user uploads the image. Take a note that we are using flask for uploading, so this might not be a mainstream task of integrating progress bar, but you can always search the web. :)

@puneet29 puneet29 added the flask label Oct 1, 2019
@garvita-jain
Copy link

garvita-jain commented Oct 1, 2019

I am supposed to work on the stylize.py file and add a progress bar using flask in the code segment with the comment "Load comment image", right?
I am sorry but I am a beginner and would be depending on the web only to work on this issue and would be really grateful for some guidance.
Thanks

@puneet29
Copy link
Owner Author

puneet29 commented Oct 4, 2019

Hey @garvita-jain
Sorry for the late reply. I think you can do a quick google search and something will surely come up. There are more than one ways to do the same. Just check it out, if you get caught somewhere I will be here to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants