sdb1228 / SoccerLCScrapers

Scrapers written in JS for Soccerlc
0 stars 0 forks source link

Loader events #24

Open JoelHough opened 7 years ago

JoelHough commented 7 years ago

We should detect when things change in interesting ways and log an event to the db so we can send notifications or see object history. Interesting changes like game rescheduling.

JoelHough commented 7 years ago

@sdb1228: we could use a list of all changes that are worth logging. things we may want to send notifications about when they change. new games, team division changes, reschedules, things like that.

sdb1228 commented 7 years ago

@JoelHough do you want them here? or shall I make another ticket.

JoelHough commented 7 years ago

Here is fine.

sdb1228 commented 7 years ago

Notifications needed are: New Games added for a team Game Change Division Change Reschedule Notification before game thats about it until I think of more.