Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

A person's profile picture should be displayed instead of the beer picture #19

Open
romitgirdhar opened this issue Mar 2, 2017 · 3 comments
Assignees

Comments

@romitgirdhar
Copy link
Contributor

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.

@brusMX
Copy link
Contributor

brusMX commented Mar 7, 2017

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."
  }
]
`

@brusMX brusMX assigned romitgirdhar and unassigned brusMX Mar 7, 2017
@jamesbak
Copy link
Contributor

jamesbak commented Mar 7, 2017

Bruno - why can you not do the work to pull through the user's image?

@jamesbak
Copy link
Contributor

jamesbak commented Mar 9, 2017

Still need api implementation for this issue

@jamesbak jamesbak reopened this Mar 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants