You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
There are two images of the beer being shown in the activity feed in correspondence with an activity. The Graph API also provides the user's picture. We should be showing the user's picture instead of the beer picture twice.
The text was updated successfully, but these errors were encountered:
Curently the API doesn't have these images, if you add them we can use them @romitgirdhar@jamesbak
[
{
"SessionId": 1782,
"PourTime": "2017-03-07T03:23:36.000Z",
"PourAmount": 179,
"BeerName": "Trickster",
"Brewery": "Black Raven Brewing Company",
"BeerType": "IPA - American",
"ABV": 6.9,
"IBU": 70,
"BeerDescription": "In mythology, the raven can play tricks or otherwise disobey normal rules, hence the name Trickster. this well-balanced IPA has a light fruit, citrus and piney hop aroma with a full hop flavor.",
"UntappdId": null,
"BeerImagePath": "https://untappd.akamaized.net/site/beer_logos/beer-12645_d8e48_sm.jpeg",
"PersonnelNumber": 32944,
"Alias": "JOEBENN",
"FullName": "Bennett, Joe B."
}
]
`
There are two images of the beer being shown in the activity feed in correspondence with an activity. The Graph API also provides the user's picture. We should be showing the user's picture instead of the beer picture twice.
The text was updated successfully, but these errors were encountered: