andydelso / aperture

An app to track Oscar nominees you have watched using KMP
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

NomineeDetailsScreen designs #6

Open andydelso opened 5 months ago

andydelso commented 5 months ago

A user tapping one nominee will see details about that nominee depending on their type and the information we can get for them.

Two types and data we have on hand currently - db field nominee.secondaryInfo (can expand in the future):

The general layout should be the same for consistency sake, but the information displayed will differ. Only films can really display information about the platform the user can consume it on (future feature we'd like).

We can probably use the data we have for something like this:

With better scraping/data we can provide more details, or the simplest solution is to link to their IMDB profile, but we would have to properly scrape for the right thing in that case. It would be nice to get images and what not somehow, but I know the IMDB API costs 💸 which would be a case to charge for the app in the future along with syncing between device capabilities.

andydelso commented 5 months ago

@gionoa same things here, thoughts on other things to include? This is more a brain dump than requirements at this point.