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

Show Representatives when present on Issue Detail Screen #11

Closed
subdigital opened this issue Feb 2, 2017 · 4 comments
Closed

Show Representatives when present on Issue Detail Screen #11

subdigital opened this issue Feb 2, 2017 · 4 comments
Assignees
Milestone

Comments

@subdigital
Copy link
Collaborator

Data looks like this:

{
  "id":"TX-JohnCornyn",
  "name":"John Cornyn",
  "phone":"202-224-2934",
  "photoURL":"http://bioguide.congress.gov/bioguide/photo/C/C001056.jpg",
  "party":"Republican",
  "state":"TX",
  "reason":"This is one of your two senators",
  "area":"Senate"
}

This is already parsed into the Contact struct.

Show the contact information for the first contact (or random?) as well as the issue script. Looks like this:

Buttons to report the outcome of the call:

  • Unavailable
  • Left Voicemail
  • Made Contact
  • Skip
@chrisbrandow
Copy link
Collaborator

In order to avoid merge conflicts, I am going at least begin this issue by implementing it as an independent storyboard view that is not specifically in the view hierarchy

@chrisbrandow chrisbrandow self-assigned this Feb 4, 2017
@mccarron
Copy link
Collaborator

mccarron commented Feb 4, 2017

Ah shit yeah I already had started on most of this already in #16, told @subdigital but forgot to tag the issue.

@mccarron
Copy link
Collaborator

mccarron commented Feb 4, 2017

The one thing we're not doing currently in that branch of work is putting the images up for the Representatives if you wanted to pick that up after it's merged.

@chrisbrandow
Copy link
Collaborator

No prob. All good.

@subdigital subdigital added this to the 1.0 milestone Feb 4, 2017
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

No branches or pull requests

3 participants