Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profile footers #99

Open
alexandersimoes opened this issue Feb 14, 2017 · 4 comments
Open

profile footers #99

alexandersimoes opened this issue Feb 14, 2017 · 4 comments
Assignees

Comments

@alexandersimoes
Copy link
Contributor

we need one!

for the profile pages this should link to a next/previous

@melteng
Copy link

melteng commented Feb 17, 2017

I added a hard-coded styled footer that lives in profile.jsx ternary. Next week, let's hook it up to some logic to pick relevant profiles.

@alexandersimoes
Copy link
Contributor Author

Ok awesome... what do you think about this logic for "follow ups" in the footer:

Person profile
Next closest people by HPI (meaning they are connected by their popularity).

Place profile
Next closest place by the number of people born there.

Occupation profile
Other occupations within the same domain? Although this already exists elsewhere on the page so i'm not so sure on its usefulness.

@melteng
Copy link

melteng commented Feb 21, 2017

Nice, added some more:

Person profile

  • Next closest people by HPI (meaning they are connected by their popularity).
  • birth city
  • birth country
  • death country, if dead, if different from birth country
  • death city, if dead, if different from birth city
  • Era profile this person was born into, if applicable
  • Occupation profile of this person

Place profile

  • Next closest place by the number of people born there.
  • (If city) Country profile + any other major cities in this country (by number of people born here and passed away here).
  • (If country) Profiles for major cities in this country
  • Occupation profile for most common occupation in this place
  • Person profile for person with highest HPI who born here
  • Person profile for person with highest HPI who died here

Occupation profile

  • Other occupations within the same domain (I think this is useful)
  • Top 3 people (by HPI) who are in this occupation
  • Place profiles for places with most of this occupation ?
  • Era profile this Occupation was introduced (or rose in popularity), if applicable

@melteng
Copy link

melteng commented Feb 24, 2017

alrighty, Person profile needs logic to catch if the person is ranked first or last

@melteng melteng changed the title footer profile footers Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants