lucidworks / lucidworks-view

Create custom user experiences for your Fusion-powered apps.
https://lucidworks.com/view
Apache License 2.0
37 stars 23 forks source link

SignalsService.postClickSignal should pass in position information #39

Closed janezomgzomg closed 8 years ago

janezomgzomg commented 8 years ago

EDIT:

gsingers commented 8 years ago

Should we just use Snowplow? I've got it pretty well abstracted at this point as an Angular service.

JoshEllinger commented 8 years ago

I thought snowplow has backend requirements? View is mostly frontend, and (mostly) deployable without a backend.

Is that not the case?

gsingers commented 8 years ago

It doesn't have backend requirements, @JoshEllinger. It's a slightly different endpoint, but still accessible.

JoshEllinger commented 8 years ago

think this looks great! passing to @arijitdasgupta for second review. Also the snowplow is in another issue, so as not to mess with the functionality here.

arijitdasgupta commented 8 years ago

Looks great. Works nicely.

Other than my previous comment on code about postSignal function implementation, this is ready to go. šŸ‘

janezomgzomg commented 8 years ago

@arijitdasgupta I've gotten rid of the redundant doc in postSignal.

arijitdasgupta commented 8 years ago

šŸ’„ It's ready!