Ghost/ghost/collections
Naz 9a38c65ee6 Cleaned up CollectionsService from unused code
refs https://github.com/TryGhost/Arch/issues/16

- Some of the methods became unused due to moving the posts handling out of the collections service and cleaning up the event handling system.
2023-07-21 19:46:22 +08:00
..
src Cleaned up CollectionsService from unused code 2023-07-21 19:46:22 +08:00
test Cleaned up CollectionsService from unused code 2023-07-21 19:46:22 +08:00
.eslintrc.js
package.json Added tag filter support to collections 2023-07-18 20:18:54 +08:00
README.md
tsconfig.json Deduplicated tsconfig.json files 2023-07-12 09:34:00 +02: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