motionbank / score-system-frontend

Backbone.js based single app frontend for our score websites.
1 stars 1 forks source link

Permalinks / scroll to cell in set behaviour #20

Closed fjenett closed 10 years ago

fjenett commented 10 years ago

To be able to link to specific content

mlewisosu commented 10 years ago

Yes - we would like to have a set link be able to link to an anchor/place in a sub set.

martinleopold commented 10 years ago

@fjenett any suggestions on what to use as cell (i.e. "connection") ID for the link? Preferably something that is visible to the user somewhere, I guess.

martinleopold commented 10 years ago

cell permalinks are implemented. just add /cell-id to the link e.g.: http://scores.wp10610991.server-he.de/jbmf/#/set/sets/d5e611726d303407631a0000

this will load the set with the specified cell centered or, if the set is already loaded jump to the specified cell. cell ids are shown in the backend.

can also be used with a set-link cell by using a set-id of "sets/d5e611726d303407631a0000" in the example above. still has some issues though: #47 #49