Sotera / watchman

Watchman: An open-source social-media event-detection system
GNU General Public License v2.0
20 stars 7 forks source link

Decorate selected events on date range selection #151

Closed lukewendling closed 7 years ago

lukewendling commented 7 years ago

Carve out a spot to load related data to events, to prevent many one-off queries that slow the UI.

For instance, we need to load user network data for many events, and don't want to make 1 network call for each event (there are hundreds of events selected with a mouse drag).