Ghost/ghost/collections
Naz 735edf5f87 Fixed editing unexistent collection behavior
refs https://github.com/TryGhost/Team/issues/3167

- When editing collection that does not exist the API should be returning a 404 instead of creating a new collection
2023-05-19 20:42:46 +07:00
..
src Fixed editing unexistent collection behavior 2023-05-19 20:42:46 +07:00
test Fixed editing unexistent collection behavior 2023-05-19 20:42:46 +07:00
.eslintrc.js Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
package.json Extended save method to return saved collection data 2023-05-19 20:42:46 +07:00
README.md Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
tsconfig.json Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00

Collections

Manages everything to do with Collections

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests