DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

Add the download and action guide field information to the campaign template #1014

Closed lkpttn closed 8 years ago

lkpttn commented 8 years ago

Once this is exposed in the API, we'll want to pipe the info into the campaign page. The current solution is specced to be an embedded table with rows for each download and a row for the action guides, which display on a separate child view.

screen shot 2016-05-11 at 10 26 54 am

aaronschachter commented 8 years ago

Refs:

@lkpttn I'll be working on exposing Downloads via UIWebView per this SO thread

aaronschachter commented 8 years ago

If we want to allow user to download files to device, we may likely need additional code

aaronschachter commented 8 years ago

@lkpttn Here's a suggestion for how to track Google Analytics on this screens, based on current screen names sent:

Any thoughts? Might want to run by #team-data as well. We could potentially track specific attachment ID if we expose the File id in the API -- refs https://github.com/DoSomething/phoenix/pull/6434#issuecomment-219565457

lkpttn commented 8 years ago

@aaronschachter

Re: downloading files - offline/downloading not as important as submitting a build this week.

We can bring up the google analytics namespacing at the meeting on Wednesday, I think there's a couple other issues with GA worth discussing as well.

aaronschachter commented 8 years ago

We could potentially add a bottom toolbar with Share button so users could bookmark the PDF link. When the attachment is an image, there's an option to save image to device (but also potentially tweet out the attachment link, which we may want to avoid).