james (owner)

Revisions

gist: 203038 Download_button fork
public
Public Clone URL: git://gist.github.com/203038.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
== 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