Ghost/ghost/collections
Fabien "egg" O'Carroll fa40485fb1 Handled updating Collections on TagDeletedEvent
closes https://github.com/TryGhost/Arch/issues/62

Because there are many ways in which filters can rely on tags, we will just
recalculate all automatic collections for now, rather than attempting to do
optimised updates.
2023-07-27 16:33:16 +02:00
..
src Handled updating Collections on TagDeletedEvent 2023-07-27 16:33:16 +02:00
test Handled updating Collections on TagDeletedEvent 2023-07-27 16:33:16 +02:00
.eslintrc.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
package.json Added support for expansions in collection filters 2023-07-25 19:01:56 +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