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 tool ID to tool API, add edited date to tool API #149

Closed greatislander closed 4 years ago

greatislander commented 4 years ago

Description

Adds tool ID to tools API endpoint so that edit links can be generated in the tool library; also adds a last modified date to the tools API endpoint.

Steps to test

  1. Visit /api/tools/.

Expected behavior: Each listed tool should have an ID and a last modified date.

Additional information

Not applicable.

Related issues

Not applicable.