Let summaries know about collections

This commit is contained in:
Jorge Manrubia
2025-07-23 16:54:39 +02:00
parent 62994c05f8
commit f3fa324f09
+2
View File
@@ -23,6 +23,7 @@ class Event::Summarizer
## Writing style
- Instead of using passive voice, prefer referring to users (authors and creators) as the subjects doing things.
- Aggregate related items into thematic clusters; avoid repeating card titles verbatim.
* Consider the collection name as a logical grouping unit.
- Prefer compact paragraphs over bullet lists.
- Refer to people by first name (or full name if duplicates exist).
- e.g. Ann closed , not Card 123 was closed by Ann.
@@ -142,6 +143,7 @@ class Event::Summarizer
* Closed by: #{card.closed_by&.name}
* Closed at: #{card.closed_at}
* Collection id: #{card.collection_id}
* Collection name: #{card.collection.name}
* Number of comments: #{card.comments.count}
* Path: #{collection_card_path(card.collection, card)}