Skip to content

feat: Digest email lines for task notifications - EXO-89486_EXO-89487 - eXIP7.3.0.22 - #642

Merged
azayati merged 2 commits into
feature/experiencefrom
exip-7.3.0.22-us06-digest-lines
Sep 4, 2026
Merged

feat: Digest email lines for task notifications - EXO-89486_EXO-89487 - eXIP7.3.0.22#642
azayati merged 2 commits into
feature/experiencefrom
exip-7.3.0.22-us06-digest-lines

Conversation

@azayati

@azayati azayati commented Sep 4, 2026

Copy link
Copy Markdown
Member

eXIP 7.3.0.22 Digest Mail Notifications — US06 "Daily digest email content" / US07 weekly (EXO-89486): the email lines of the notification types this addon owns. Spec: Tribe note 50469 §4 Assembly. Depends on the SPI of Meeds-io/commons#775 (DigestLinePlugin), to be merged first.

What it does

  • TaskDigestLinePlugin for TaskAssignPlugin, TaskCoworkerPlugin, TaskMentionedPlugin: You were assigned to "{task}" ({project}), {actor} added you as coworker on "{task}" ({project}), {actor} mentioned you in "{task}" ({project}); the task and its project are read fresh; the link is the one stored by the instant email, else the permanent task link.

The line plugin is a Kernel plugin declared in XML next to the digest category (addLineProvider on DigestCategoryRegistry): at send time commons asks it for one line per waiting item, built fresh from the stored ids; a vanished object gives no line and is not counted. Wordings are text-only keys with {i} placeholders in the plugin's own notification bundle, the arguments are escaped by commons.

Self-review close-out (one independent round over the five addon branches + commons)

Finding Status
🟡 parameter names as literals instead of the notification NotificationUtils constants ✅ constants
🟢 fallback url rebuilt by hand ✅ uses TaskPermanentLinkPlugin.URL_FORMAT

Verified conform: parameter names match the keys the notification plugins store; the services are looked up lazily from the Kernel on the job thread; links are built without an HTTP request; each key lives in the bundle declared as the plugin's bundlePath; the XML block sits in the existing DigestCategoryRegistry target; wordings equal the board text.

Classification: N2 (addon plugin over an existing SPI).

Knowledge: none — the domain doc fragments of this lot (digest line plugin per addon) are drafted with the last PR of the lot.

🤖 Generated with Claude Code

azayati and others added 2 commits September 3, 2026 23:18
…P7.3.0.22

One Kernel line plugin declared next to the digest category: the email line of
each digest notification type is built at send time from the stored ids, a
vanished object gives no line.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@azayati azayati changed the title feat: Digest email lines for task notifications - EXO-89486 - eXIP7.3.0.22 feat: Digest email lines for task notifications - EXO-89486_EXO-89487 - eXIP7.3.0.22 Sep 4, 2026
@azayati azayati changed the title feat: Digest email lines for task notifications - EXO-89486_EXO-89487 - eXIP7.3.0.22 feat: Digest email lines for task notifications - EXO-89486 - eXIP7.3.0.22 Sep 4, 2026
@azayati azayati changed the title feat: Digest email lines for task notifications - EXO-89486 - eXIP7.3.0.22 feat: Digest email lines for task notifications - EXO-89486_EXO-89487 - eXIP7.3.0.22 Sep 4, 2026
@azayati
azayati merged commit 53aee2e into feature/experience Sep 4, 2026
3 of 5 checks passed
@azayati
azayati deleted the exip-7.3.0.22-us06-digest-lines branch September 4, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant