Skip to content

Instantly share code, notes, and snippets.

@james
Created October 6, 2009 13:42
Show Gist options
  • Save james/203038 to your computer and use it in GitHub Desktop.
Save james/203038 to your computer and use it in GitHub Desktop.
== Before
Event checking for duplicates
- should not be flagged as a possible duplicate if there's an event with same date but different title
- should not be flagged as a possible duplicate if there's an event with same title but different date
- should be flagged as a possible duplicate if there is an event with same date and similar title
- should ignore case
- should be done on save
- should not use itself as a duplicate
== Now
Event checking for duplicates
- should not be flagged as a possible duplicate if there's an event with same date but different title
- should not be flagged as a possible duplicate if there's an event with same title but different date
- should not be flagged as a possible duplicate if there's an event with same title and date but different postcode
- should be flagged as a possible duplicate if there is an event with same date and similar title and same postcode
- should be flagged as a possible duplicate if there is an event with same date and similar title and similar postcode
- should be flagged as a possible duplicate if there is an event with same date and similar title and are both virtual events (FAILED - 1)
- should ignore case
- should be done on save
- should not use itself as a duplicate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment