BEJ-103 R1: manual trial entry backend foundation - #342
Merged
asku1990 merged 5 commits intoJul 22, 2026
Conversation
ref bej-103
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
asku1990
marked this pull request as draft
July 22, 2026 15:54
ref bej-103
- add contracts, server action, service, and atomic persistence for
manual trial entries
- share normalized entry validation between create and update flows
- reject duplicate registrations, lisätieto rows, and per-era
lisätieto values
- link manually created results to known dog registrations
- allow API upserts to replace matching manual results authoritatively
- store trial event dates as PostgreSQL DATE values
- add MANUAL_ADMIN trial source tagging and update trial documentation
- cover creation, validation, identity, date-only, and API overwrite
behavior
ref bej-103
asku1990
marked this pull request as ready for review
July 22, 2026 17:54
asku1990
merged commit Jul 22, 2026
8fa7c3f
into
feature/bej-103-admin-trial-event-and-result-creation
5 checks passed
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.
ref bej-103
Summary
Implements the BEJ-103 R1 backend foundation for manual trial entry creation.
This gate establishes the complete backend contract for manual trial results without exposing a user interface. It introduces the shared contracts, validation, canonical registration handling, persistence, and reconciliation behavior that the R2 UI will consume.
Changes
Notes
Checklist