AS a user, I want to be able to cycle the current session's history #24

Open
opened 2025-09-20 13:10:48 +01:00 by Vylpes · 0 comments
Owner

Epic: #21
Story Points: 8


SO THAT I can edit a previous calculation

Acceptance Criteria

GIVEN I am in the CLI mode
WHEN I press the Up arrow key
THEN the current input will cycle backward through the history of the current session

GIVEN I am on the CLI mode
WHEN I press the Down arrow key
THEN the current input will cycle forward through the history of the current session

Subtasks

  • Save history
  • Cycle history function
  • Update tests
  • Update documentation
Epic: #21 Story Points: 8 --- SO THAT I can edit a previous calculation ## Acceptance Criteria GIVEN I am in the CLI mode WHEN I press the Up arrow key THEN the current input will cycle backward through the history of the current session GIVEN I am on the CLI mode WHEN I press the Down arrow key THEN the current input will cycle forward through the history of the current session ## Subtasks - [ ] Save history - [ ] Cycle history function - [ ] Update tests - [ ] Update documentation
Vylpes added this to the 0.1.0 milestone 2025-09-20 13:10:48 +01:00
Vylpes changed title from Pressing up key should cycle history to AS a user, I want to be able to cycle the current session's history 2025-10-30 19:02:39 +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.

Dependencies

No dependencies set.

Reference
RabbitLabs/calculator#24
No description provided.