fix: rename People → Contacts in nav, breadcrumbs, and headings #24
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_biz#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Ref: lhumina_code/home#210
The product spec is explicit: Contact = person or reachable party. The
/personsroute currently displays as "People" everywhere. It must be "Contacts".The
/contactsroute (activity touchpoints) already displays as "Interactions" — that is correct and should not change.Current state
/personsroute → displayed as "People" in nav, breadcrumbs, headings, buttons, dashboard cards/contactsroute → displayed as "Interactions" ✓Required changes
Rename every display-string occurrence of "People" to "Contacts" (and "Person detail" → "Contact detail", "Add Person" → "Add Contact", etc.).
Files to update:
crates/hero_biz_ui/src/web/templates/base.rs— sidebar nav labelcrates/hero_biz_ui/src/web/templates/mod.rs— ~8 locations: list heading, breadcrumbs, dashboard card title/link, column headersDo not change:
/personsstays as-is — backend model names are unchanged)Acceptance criteria
/personsshows "Contacts" in the page title and breadcrumb/contactsroute is unchanged