sudojunior / journey

A media database like IMDb, but run through GitHub and deployed on Jekyll.
https://gitjourney.vercel.app/
GNU General Public License v3.0
2 stars 0 forks source link

overview/category isn't correctly identifying unique year pages #16

Closed sudojunior closed 3 years ago

sudojunior commented 3 years ago

This error is found with the initial commit for the layout on #11 (specifically df4450a4d5232c59ed2ac1bce81610e7f2b14652) where the dates were checked to see if they were unique, but not the years themselves. Reordering the assignment and flow of the layout should correct this.

  1. year_set should be mapped from a set of dates to years
  2. year_set should be given a unique filter check
  3. Output year_set
sudojunior commented 3 years ago

This bug was discovered when testing #14 but has existed before then with multiple entries in the same year.