refactor: rename hero_whiteboard_ui → hero_whiteboard_admin (Phase 1, web.sock → admin.sock) #166
No reviewers
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_whiteboard!166
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_ui_to_admin"
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?
s77 flipped bin name upstream. This PR: crate dir rename + [package].name + workspace member + inline hero_whiteboard_ui refs in main.rs + hero_whiteboard_app docs (rpc.rs, board_view.rs) + the four web.sock → admin.sock call sites in main.rs (admin process socket + health-check + doc comments). Verified via hero_builder: 3/3 binaries built clean. Tracked under lhumina_code/home#230 Phase 1.
s77 already flipped [[bin]] name to hero_whiteboard_admin upstream. This PR completes the migration: - crate dir hero_whiteboard_ui → hero_whiteboard_admin - [package].name flip - workspace member entry - inline hero_whiteboard_ui refs in main.rs (use, doc comments) + the path-prefix doc comments in hero_whiteboard_app/{rpc.rs,board_view.rs} - web.sock → admin.sock at the four socket-path call sites in main.rs (admin process socket + health-check + doc comments) Verified via hero_builder --release --install: 3/3 binaries built clean. Tracked under lhumina_code/home#230 Phase 1. Signed-off-by: mik-tf