Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

changes for downloading more than one file at a time #410

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

Server endpoint needs changes so client can download more than one file at a time. Currently, endpoint only gives meta-data of single recent file. I have discussed this with @sojharo and issue has been opened on server: https://github.com/Cloudkibo/CloudKibo/issues/473

I am opening this issue on client side also, as it would also need changes on client side also.

sumairasaeed commented 7 years ago

File transfer is currently broken due to change done on server endpoint. Working to make the changes required on client side.

jekram commented 7 years ago

Which change on the server side?

jekram commented 7 years ago

@sumairasaeed

I do not understand why we are asking for this change. Each item on the server should have a unique id, and cline t should request for each item. Help me understand the logic

sumairasaeed commented 7 years ago

Yes sir. I requested @sojharo for similar change to be made on server. He has made the change and now server endpoint is returning result according to unique id.

On Tue, Nov 22, 2016 at 10:55 PM, Cloudkibo notifications@github.com wrote:

@sumairasaeed https://github.com/sumairasaeed

I do not understand why we are asking for this change. Each item on the server should have a unique id, and cline t should request for each item. Help me understand the logic

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Cloudkibo/iOS/issues/410#issuecomment-262314928, or mute the thread https://github.com/notifications/unsubscribe-auth/AKbhp6RYzdANOPMYoM_K5IkZryziuJthks5rAyyHgaJpZM4K5TCY .

sumairasaeed commented 7 years ago

Completed work on this and pushed the application to test flight.

jekram commented 7 years ago

Thanks