honeinc / hone-embed

Simple interactions with embedded Hone Questions and Quizzes
http://gohone.com
2 stars 0 forks source link

Auto Targeting #9

Closed jcblw closed 9 years ago

jcblw commented 10 years ago

This should be a optional build of hone-embed that includes a way to scape bits of meta data from page to generate a targeted hone in the context of the page it is on.

Things needed for build

jcblw commented 10 years ago

this is the branch i have been working off of, I think we are at the point that now the server needs to give the appropriate response.

https://github.com/honeinc/hone-embed/tree/feature/autotargeting

I cant mock up some data for this.

gohone commented 10 years ago

As a first pass, I would consider just mocking it with our ElasticSearch backed searching. Eventually we can do something more specific, but if possible I'd like to avoid any backend changes in flight while I'm refactoring.

If we really need to do it, no problem. If the text search can get us by for prototyping, though, let's use that.

Andy

On Thursday, May 15, 2014, Jacob Lowe notifications@github.com wrote:

this is the branch i have been working off of, I think we are at the point that now the server needs to give the appropriate response.

https://github.com/honeinc/hone-embed/tree/feature/autotargeting

I cant mock up some data for this.

— Reply to this email directly or view it on GitHubhttps://github.com/honeinc/hone-embed/issues/9#issuecomment-43284347 .

jcblw commented 10 years ago

Agree. Im kinda thinking that we should wait until the refactor is done, that way we could base the search of the items as well. I meant to say I can mock up the data lol. :poop:

jcblw commented 10 years ago

updated pretty much does everything with mock data, pending backend implementation

jcblw commented 9 years ago

work is pretty much done. closing here