ACMCMU / BoredPrototype

A not-so-boring school project. Original version: http://tinyurl.com/cmuboredcast ... See below for prototype.
http://teudu.herokuapp.com
5 stars 9 forks source link

Duplicate Events #17

Closed AveshCSingh closed 12 years ago

AveshCSingh commented 12 years ago

Events come from: -Manual Entry -Data Mining of Websites -Facebook integration

Between these sources, duplicate events may occur. We need to discover these events, and either remove them automatically or send them to the moderator.

vivek-pai commented 12 years ago

There shouldn't be any duplicate events for two reasons: 1.) All events that are visible will be approved (by the UC poster person) 2.) Only a few people (that are from organizations listed in OrgTracker) will be able to create events.

AveshCSingh commented 12 years ago

Oh h.o., I forgot to send you an update email. Just sent it. Can I add you to the apps-team dlist so this doesn't happen in the future?

On Sun, Mar 4, 2012 at 1:47 PM, MasterPie < reply@reply.github.com

wrote:

There shouldn't be any duplicate events for two reasons: 1.) All events that are visible will be approved (by the UC poster person) 2.) Only a few people (that are from organizations listed in OrgTracker) will be able to create events.


Reply to this email directly or view it on GitHub: https://github.com/ACMCMU/BoredPrototype/issues/17#issuecomment-4312057

kggriswold commented 12 years ago

I have added a block to the check invariants function in the events model that checks if there are any other events with the same location, start, and end times in the database.