Centralize entry naming #2454

Merged
zachgoll merged 2 commits from zachgoll/maybe-905-build-entryname-poro-for-deriving-the-name-of-an-entry into main 2025-07-11 06:40:38 +08:00
zachgoll commented 2025-07-11 05:56:47 +08:00 (Migrated from github.com)

Trade and Valuation naming has been a point of confusion in the app because we've had inconsistent and overly generic names generated across many call sites.

This PR centralizes and standardizes naming (for writes) while keeping the name field at the DB level for SQL search capabilities.

valuation.kind is "stubbed" to reconciliation as that will be added in a follow-up PR.

Trade and Valuation naming has been a point of confusion in the app because we've had inconsistent and overly generic names generated across many call sites. This PR centralizes and standardizes naming (for writes) while keeping the `name` field at the DB level for SQL search capabilities. `valuation.kind` is "stubbed" to `reconciliation` as that will be added in a follow-up PR.
Sign in to join this conversation.