fix(diary): UAT Round 4 fixes for auto-events, delivery metadata, signatures, and spacing#895
Merged
steilerDev merged 4 commits intobetafrom Mar 16, 2026
Merged
Conversation
Auto-generated diary events now use a cleaner data structure: - title: brief human-readable summary (e.g., "Status changed from Pending to Paid") - body: full description without source type prefix (e.g., "INV-001 status changed...") - metadata: null (removed entirely from auto events) Previously events stored status details in metadata with body prefixed with "[Source Type]". Now the title captures the change summary and body provides contextual details. Fixes #891 Co-Authored-By: Claude backend-developer (Haiku 4.5) <noreply@anthropic.com>
…natures, and spacing - Issue #891: Auto-event display already fixed in R3 - Issue #892: Remove 'Delivery Confirmed' checkbox, rename 'Materials' to 'Description', improve delivery metadata display with all fields listed - Issue #893: Add 'Signatory Name' field when signer type is vendor, add signature support to issue entry type - Issue #894: Add margin-left: auto to .signedBadge for proper spacing Fixes #891 #892 #893 #894 Co-Authored-By: Claude frontend-developer (Haiku 4.5) <noreply@anthropic.com>
- Remove deliveryConfirmed state, props, and metadata from Create/Edit pages - Remove deliveryConfirmed test cases from DiaryEntryForm tests - Update diaryService.test.ts for new createAutomaticDiaryEntry signature - Update diaryAutoEventService.test.ts: verify title+null metadata instead of metadata objects Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…older Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 1.16.0-beta.42 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements frontend fixes for 4 diary UAT Round 4 issues:
Changes
Issue #891 - Auto-event display
Issue #892 - Delivery metadata
Issue #893 - Signature enhancements
A) Vendor signatory name:
B) Issue entry signatures:
Issue #894 - Visual spacing
margin-left: autoto.signedBadgein DiaryEntryCard.module.cssFiles Modified
.requiredclass for required field indicatorsTest Plan
🤖 Generated with Claude Code