speirling / songbook

CakePHP+jQuery system for managing song lyrics and chords.
2 stars 0 forks source link

Songbook Queries should be bookmarkable #81

Closed speirling closed 6 years ago

speirling commented 7 years ago

If they were GET calls instead of POST this might just happen.

speirling commented 7 years ago

need a new table to store urls.

also groups of urls - open all in different tabs

so 2 new tables?

speirling commented 7 years ago

added

speirling commented 6 years ago

filters are not GET URLs, so bookmarkable. Hardcoded links work fine.

@todo:

  1. add a button or other mechanism to place the current URL in the Bookmarkurls table along with a label
  2. display a list of recorded filters somewhere. Selecting a filter should open it in a _new tab
  3. In the list of recorded filters you should be able to define groups of filters and labels, and store a crossreference to the selected filters in BookmarkurlsBookmarkgroups while setting up the label in Bookmarkgroups
speirling commented 6 years ago

commit 09aba90ca15c72d6677e996ef0a241893224fbcf closes this I think