CORE-POS / IS4C

Cooperative Operational Retail Environment
http://www.core-pos.com
GNU General Public License v2.0
64 stars 44 forks source link

2014-08-01 meeting minutes #382

Closed jonkeim closed 10 years ago

jonkeim commented 10 years ago

Present:

BADSCANs

jonkeim commented 10 years ago

Sorry I was late. Anyone else have notes from earlier? Eh-heh.

(My wife and I juuuust finished buying a house. We are running a little behind on other things.)

gohanman commented 10 years ago

I'm thinking it may make sense to just have a replaceable API module at the "item not found" point. CORE could provide a couple different out of the box and plugins could provide even more options. There's probably room for reasonable disagreement on exactly how much information cashiers should enter at that point and balancing getting details vs speed of transaction.

Also discussed:

gohanman commented 10 years ago

Lane IP detection implementation: e31e675f687150c7d7991a3dc3645b8b9a1fc8e3

scannerdarkly commented 10 years ago

I very much like the idea of a replaceable module for "item not found".

Regarding Harvest's idea: If the IP can’t be determined, could you hash the MAC address to get a lane number? Or hash the hostname? I wasn’t on for that part of the conversation, so I don’t know if that would be helpful.

gohanman commented 10 years ago

One's not really more easily determined than the other. If you can't determine the IP you almost certainly can't determine the MAC address. The hostname may be usable although hashing it doesn't make much sense. It just makes reading and writing the configuration harder (from a human standpoint).

On Thu, Aug 7, 2014 at 5:54 PM, John Leary notifications@github.com wrote:

I very much like the idea of a replaceable module for "item not found".

Regarding Harvest's idea: If the IP can’t be determined, could you hash the MAC address to get a lane number? Or hash the hostname? I wasn’t on for that part of the conversation, so I don’t know if that would be helpful.

— Reply to this email directly or view it on GitHub https://github.com/CORE-POS/IS4C/issues/382#issuecomment-51543434.

gohanman commented 10 years ago

API class so item not found behavior can be customized: b4625da103948173626c1c444eedac9801ad8f62