platform-coop-toolkit / coop-map-directory-index

The Map/Directory/Index component of the Platform Cooperative Development Kit.
https://directory.platform.coop
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

feat: prevent users from adding duplicate orgs or tools #135

Closed greatislander closed 4 years ago

greatislander commented 4 years ago

Description

Blocks users from adding duplicate organizations or tools.

Steps to test

  1. Initiate the process of adding a new organization or tool.
  2. Enter the exact name of an existing organization or tool.
  3. Attempt to proceed to the next step.

Expected behavior: User should be warned that an existing organization or tool with the same name exists, and shown a link to that organization or tool.

Additional information

It would be nice to do a fuzzy match and show some existing similarly-named organizations or tools, but this is a good MVP.

Related issues

Resolves #122.