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

Reporting outcome of a call #12

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

Reporting outcome of a call #12

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

Comments

@subdigital
Copy link
Collaborator

HTTP POST to /report including

  • result (must be one of 'unavailable', 'vm', 'contacted')
  • contact id
  • issue id

Then save to local persistence (a plist, or maybe Pantry? 😄 ) the outcome of this issue.

Issues that have a saved result show up w/ a green checkmark on the issues list. This can be done in IssuesViewController by setting the isChecked flag on IssueCell.

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

mccarron commented Feb 4, 2017

Going to integrate this into the Script Detail screen.

@subdigital subdigital added this to the 1.0 milestone Feb 4, 2017
@mccarron
Copy link
Collaborator

mccarron commented Feb 5, 2017

I also see location and phone on the backend call, should we also send that?https://github.com/5calls/5calls/blob/241e06aee6d56f0ffe8495043578ae003e35b222/go/report.go#L25

@mccarron
Copy link
Collaborator

mccarron commented Feb 6, 2017

Apparently we need to support logging calls to the reps more than once. So reopening the issue.

@mccarron mccarron reopened this Feb 6, 2017
@mccarron
Copy link
Collaborator

mccarron commented Feb 6, 2017

Also add support for the 'phone' parameter, which we can capture based on what call button was pressed.

@mccarron mccarron closed this as completed Feb 7, 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

2 participants