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

Feature/go pro/bug fix/refetch photos #1133

Merged
merged 23 commits into from
Jan 27, 2022
Merged

Feature/go pro/bug fix/refetch photos #1133

merged 23 commits into from
Jan 27, 2022

Conversation

sultanmyrza
Copy link
Contributor

@sultanmyrza sultanmyrza commented Dec 27, 2021

I just added refresh button to refetch photos from GoPro here is the video

It's last commit in this pull request, or here is the exact url to commit

FinalVideo_1640587801.182154.MOV

┆Issue is synchronized with this Asana task by Unito
┆Created By: Tammy Yang

@@ -358,7 +358,7 @@
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just updated build number for "Capture Exp App" to be able to upload to TestFlight

@@ -250,7 +250,7 @@ export class GoProMediaService {

const data = response.data;

const files = data.media[0].fs as any[];
const files = (data.media[0].fs as any[]).reverse();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that files were showing oldest first.
I could also read GoPro docs to get asc by timestamp. But I think just reverse array is quicker solution

Copy link
Contributor

@shc261392 shc261392 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not find any major issue in the pull request. There are some conflicts and editing related to App release that requires fixing before merging, but besides that it's ready to be merged.

@shc261392 shc261392 merged commit 8f40b1e into numbersprotocol:develop Jan 27, 2022
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

Successfully merging this pull request may close these issues.

2 participants