Implement StatusWindow with template-driven variable interpolation #117

Open
opened 2026-03-15 04:13:22 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: feat(ui): implement StatusWindow
  • Branch: feature/m2-window-types

Background and Context

StatusWindow extends BaseWindow with a template string containing {variable} placeholders that are interpolated from a data source on each render cycle.

Acceptance Criteria

  • Class implemented in lib/aethyr/core/render/windows/
  • All methods from the specification implemented
  • Integrates with existing Display infrastructure
  • BDD test coverage

Subtasks

  • Implement class with all specified methods
  • Integrate with Display rendering pipeline
  • Write Cucumber feature file and step definitions

Definition of Done

This issue is complete when:

  • All subtasks above are completed and checked off.
  • A Git commit is created where the first line of the commit message matches the
    Commit Message in Metadata exactly.
  • The commit is pushed to the remote on the branch matching the Branch in Metadata.
  • The commit is submitted as a pull request to master, reviewed, and merged.
## Metadata - **Commit Message**: `feat(ui): implement StatusWindow` - **Branch**: `feature/m2-window-types` ## Background and Context StatusWindow extends BaseWindow with a template string containing `{variable}` placeholders that are interpolated from a data source on each render cycle. ## Acceptance Criteria - Class implemented in `lib/aethyr/core/render/windows/` - All methods from the specification implemented - Integrates with existing Display infrastructure - BDD test coverage ## Subtasks - [ ] Implement class with all specified methods - [ ] Integrate with Display rendering pipeline - [ ] Write Cucumber feature file and step definitions ## Definition of Done This issue is complete when: - All subtasks above are completed and checked off. - A Git commit is created where the **first line** of the commit message matches the Commit Message in Metadata exactly. - The commit is pushed to the remote on the branch matching the **Branch** in Metadata. - The commit is submitted as a **pull request** to `master`, reviewed, and **merged**.
freemo added this to the (deleted) milestone 2026-03-15 04:13:22 +00:00
freemo self-assigned this 2026-03-15 04:25:24 +00:00
freemo modified the milestone from (deleted) to v1.1.0 2026-03-16 00:28:18 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aethyr/Aethyr#117
No description provided.