+19
docs/event-system-architecture.md
+19
docs/event-system-architecture.md
···
402
- Update analytics
403
- Remove from search index
404
- Clean up recommendations
405
+
406
+
## useful context
407
+
408
+
```
409
+
docs/event-system-architecture.md
410
+
docs/features/GUIDE.md
411
+
src/modules/cards/application/useCases/commands/AddUrlToLibraryUseCase.ts
412
+
src/modules/cards/domain/Card.ts
413
+
src/modules/cards/domain/events/CardAddedToLibraryEvent.ts
414
+
src/modules/cards/infrastructure/http/controllers/AddUrlToLibraryController.ts
415
+
src/modules/feeds/application/eventHandlers/CardAddedToLibraryEventHandler.ts
416
+
src/modules/feeds/application/ports/IFeedService.ts
417
+
src/modules/notifications/application/eventHandlers/CardAddedToLibraryEventHandler.ts
418
+
src/modules/notifications/application/ports/INotificationService.ts
419
+
src/shared/domain/AggregateRoot.ts
420
+
src/shared/domain/events/DomainEvents.ts
421
+
src/shared/domain/events/IDomainEvent.ts
422
+
src/shared/infrastructure/events/EventHandlerRegistry.ts
423
+
```