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: add a tool flow (resolves #37) #119

Closed greatislander closed 4 years ago

greatislander commented 4 years ago

Description

Adds flow for creating a new tool. Standardizes URL pattern for adding organizations, individuals, and tools to /add/<item>/.

Steps to test

  1. Check out branch.
  2. Run migrations (no data alterations are made, just changes to the verbose names of some fields).
  3. Navigate to /add/tool.

Expected behavior: Flow works as expected.

Additional information

Not applicable.

Related issues

Resolves #37.

greatislander commented 4 years ago

@erictheise Tagging you in for review on this one as it makes a couple changes of note:

  1. Changes URL pattern for adding organization and individual profiles to /add/organization and /add/individual respectively.
  2. Adds Tool.submitted_by_email to record who added a tool to the library.