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

ATM: Distinguish between ATMs and POS locations #47

Open
fureigh opened this issue Oct 16, 2014 · 2 comments
Open

ATM: Distinguish between ATMs and POS locations #47

fureigh opened this issue Oct 16, 2014 · 2 comments

Comments

@fureigh
Copy link
Contributor

fureigh commented Oct 16, 2014

"An ATM is standalone, but a POS requires going to the cashier and may not be readily visible at the location." Set user expectations accordingly.

  1. Check whether and how this is currently represented in the data.
  2. If it's represented in the data, figure out how best to convey it.
  3. Implement. :)
@daguar
Copy link

daguar commented Oct 16, 2014

This is represented in the data. Note: important to look at all columns,
because some POS require a purchase.

Anecdotally, though, one person told me when they were on CalWORKS they
would go to Lucky Supermarket (a POS, not an ATM) to get their cash out as
the limit was high ($300).

On Thu, Oct 16, 2014 at 11:30 AM, Fureigh [email protected] wrote:

"An ATM is standalone, but a POS requires going to the cashier and may not
be readily visible at the location." Set user expectations accordingly.

  1. Check whether and how this is currently represented in the data.
  2. If it's represented in the data, figure out how best to convey it.
  3. Implement. :)


Reply to this email directly or view it on GitHub
https://github.com/fureigh/ebt-near-me/issues/47.

Dave Guarino
Consultant, Health Vertical
(2013 Fellowship alumnus)
Code for America http://www.codeforamerica.org/
[email protected]
LinkedIn http://www.linkedin.com/in/daveguarino/ | GitHub
https://github.com/daguar/

@fureigh
Copy link
Contributor Author

fureigh commented Oct 17, 2014

Cool, thanks! Typed the above when I didn't have immediate access to the data. :)

In the current table, device_type is either 'ATM' or 'POS'. Planning to show both (rather than assuming users want only ATMs) and figure out how to visually distinguish them.

service_code is 'CASH', 'PURCHASE REQUIRED' or (most often) blank. @daguar, do you know what 'CASH' or a blank mean in this context?

(/me goes to search Slack for your impressive dogfooding)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants