Skip to content

Commit

Permalink
Merge pull request #65 from keyoke/keyoke/features
Browse files Browse the repository at this point in the history
Keyoke/features
  • Loading branch information
keyoke authored Oct 27, 2021
2 parents 4eab810 + 9c8a58d commit 2ee9d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Block Duplicate Work Items
This extension provides the ability to ***block*** duplicate work item creation, similarity between work items is currently determined based on [Dice's Coefficient](http://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient).

Checks are automatically performed on work items of ***the same type|All types*** and on the following fields (configurable from the project's admin hub) :
Checks are automatically performed on work items of ***the same type*** | ***all types*** and on the following fields (configurable from the project's admin hub) :

- Title
- Description

As we are more intrested in the textual content before performing our similarity check we normalize our text:
As we are more interested in the textual content before performing our similarity check we normalize our text:

1. Removing all HTML tags.
2. Removing the following punctuation **!"#$%&'()\*+,-./:;?@[\\]^_`{|}~**.
Expand Down
2 changes: 1 addition & 1 deletion src/block-duplicate-project-admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default class BlockDuplicatesAdmin extends React.Component<
</ul>
</p>
<p>
As we are more intrested in the textual content before performing
As we are more interested in the textual content before performing
our similarity check we normalize our text:
<ol>
<li>Removing all HTML tags.</li>
Expand Down

0 comments on commit 2ee9d46

Please sign in to comment.