AS a user, I want there to be a basic GUI mode of the calculator #20
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RabbitLabs/calculator#20
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?
Epic: #16
Estimate: 0
SO THAT I can have a GUI calculator mode setup and easily used graphically
Acceptance Criteria
GIVEN I am a user
WHEN I run
calculatorin the terminalTHEN the GUI will launch
GIVEN I am a user
WHEN I run
calculator guiin the terminalTHEN the GUI will launch
GIVEN I am on the GUI
WHEN I enter a valid expression with the buttons
THEN the output will be displayed
GIVEN I am on the GUI
WHEN I enter an invalid expression with the buttons
THEN the "Error" will be displayed on the output
GIVEN I am on the GUI
WHEN I type with my keyboard numbers and operation symbols
THEN the input will be added the same way as buttons
Subtasks
Notes
.desktopfile will work too, but this will be the packaged flow's jobcalculatorwith whatever the path to the binary is for youBlocked by #13
Basic GUIto AS a user, I want there to be a basic GUI mode of the calculator