djstevenson / songs-to-the-siren

A blog about songs
MIT License
0 stars 0 forks source link

Add navigation links #159

Closed djstevenson closed 4 years ago

djstevenson commented 5 years ago

In song/view, we need next/previous links to the adjacent song (with the same search criteria)

Needs unit tests for the methods that work out the next/prev, and functional tests for the whole thing.

djstevenson commented 5 years ago

Do:

  1. Next/prev ignoring search tags
  2. Next/prev taking search tags into account
djstevenson commented 5 years ago

Decision 26/10/2019: The 'taking tags into account' version can wait til later. Tags aren't useful until a critical mass of songs is uploaded, so start without them

djstevenson commented 5 years ago

Implemented by PR #170