storkit: done 439_refactor_unify_story_stuck_states_into_a_single_status_field
This commit is contained in:
-23
@@ -1,23 +0,0 @@
|
|||||||
---
|
|
||||||
name: "Deduplicate stage_display_name into shared module"
|
|
||||||
---
|
|
||||||
|
|
||||||
# Refactor 442: Deduplicate stage_display_name into shared module
|
|
||||||
|
|
||||||
## Current State
|
|
||||||
|
|
||||||
- TBD
|
|
||||||
|
|
||||||
## Desired State
|
|
||||||
|
|
||||||
`stage_display_name` has a `pub fn` in `chat/transport/matrix/notifications.rs` and a private copy in `chat/transport/matrix/delete.rs` with slightly different casing ("backlog" vs "Backlog", "in-progress" vs "Current"). The delete.rs copy should use the canonical version from notifications.rs, adjusting the callsite if the casing difference matters.
|
|
||||||
|
|
||||||
## Acceptance Criteria
|
|
||||||
|
|
||||||
- [ ] Private stage_display_name in delete.rs is removed
|
|
||||||
- [ ] delete.rs uses the pub version from notifications.rs
|
|
||||||
- [ ] Display casing is consistent or callsite is adjusted to handle the difference
|
|
||||||
|
|
||||||
## Out of Scope
|
|
||||||
|
|
||||||
- TBD
|
|
||||||
Reference in New Issue
Block a user