globalvoices / NewsFrames-Code

Code for the NewsFrames Platform available at newsframes.org
https://newsframes.globalvoices.org
Other
2 stars 1 forks source link

Research to add ability to insert a link in the etherpad that links to a saved search in Media Cloud (and opens it in the right side bar) - 1-2 HOURS #18

Open sapraaman opened 6 years ago

sapraaman commented 6 years ago

@sapraaman mentioned using a custom URL scheme, intercept link click, with a listener in our side bar. Research and estimate task

sapraaman commented 6 years ago

Old issue # 275

sapraaman commented 6 years ago

To display specific media cloud query, the following can be invoked via javascript:

$('#mediacloud-tab-link').trigger('click')
$.get('/projects/7/queries/11')
sapraaman commented 6 years ago

Ok, opening media cloud query is easily doable, but wrapping the newly inserted image in a hyperlink is not so easy.

@scttnlsn do you feel comfortable taking this on? I think my brain is giving out smoke at this moment looking at etherpad. May be fresh set of eyes would work.

@connieimdialog spent 2.5 hours on it, you feel comfortable extending the research ?

CrisNelson commented 6 years ago

22 is being done, so this ticket can stay in the backlog and revisit #22 once this ticket is underway again.