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

Fix problems with upload #456

Open
patricksan opened this issue Aug 22, 2013 · 4 comments
Open

Fix problems with upload #456

patricksan opened this issue Aug 22, 2013 · 4 comments

Comments

@patricksan
Copy link
Member

We need to implement these actions:

  1. Upload when connected to wifi only should be the default option
  2. When an image fails to upload, do not try to upload it again unless prompted by the user
@patricksan
Copy link
Member Author

@httpdispatch can you check this? First the item 2, please.

@jmathai, I don't like the first one. That means that user would not be able to send images in the 3G until he changes the default option.

@jmathai
Copy link
Member

jmathai commented Aug 26, 2013

I meant just for auto upload.

@patricksan
Copy link
Member Author

@jmathai, in that case I also agree. @httpdispatch

@httpdispatch
Copy link
Contributor

The application doesn't have a place where user can retry failed uploads manually except it clicks on failed notification and presses upload button again in the upload activity. Also if upload fails it will not retry immediately until app restart or connectivity state changed or user will upload new photo. So i need some more explanation for item 2

As for the first item. When we added the option we had a discussion about autoupload/regular upload. The thing is that both uploads uses same queue and we don't separate them there. Upload process is automatic and if it fails it will start again on connectivity state changed. If user has regular and autouploads in the queue which failed for the first time or connection was absent when they were added and user connects to 3G both regular and automatically added images will retry to reupload if no WiFi only upload option is specified. So the first item also requires some clarification

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

3 participants