Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.12.0-b1
-
Component/s: None
-
Labels:None
Description
The legacy API returned a list of scalar values and we displayed each of those fields. With the new API data is returned in a formatted manner using objects, but we still only display the scalar values. We need to record and display these non-scalar values.
We're think one of two options.
The first is to use composite names for each row, for example:
{"ip_address": {"city": {"confidence": "75"}}}
Would equate to:
ip_address-city-confidence | 75 |
---|
The second is to use a json_encode pretty print on any non-scalar values.
Either of these formatting options would need to be handled by the MaxmindV2::fraudDetails() method.
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.0.0 Sprint 1 [ 117 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jonathan Reissmueller
made changes -
Summary | Maxmindv2 does not parse out information | Order: Maxmindv2 does not parse out information |
Jonathan Reissmueller
made changes -
Security | Private [ 10000 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #204 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 18 minutes [ 1080 ] | |
Worklog Id | 14125 [ 14125 ] |
Jonathan Reissmueller
made changes -
Worklog Id | 14125 [ 14125 ] |
Abdy Franco
made changes -
Time Spent | 18 minutes [ 1080 ] | 31 minutes [ 1860 ] |
Worklog Id | 14127 [ 14127 ] |
Automated transition triggered when Jonathan Reissmueller merged pull request #204 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |