Coders-Living-Instant-Work-Journal / coders-living-instant-journal-client

A CLI based work journal, allowing coders to take quick notes from the terminal, and automatically sending scheduled e-mails containing notes from the configured time period.
MIT License
0 stars 0 forks source link

Client App - Validate commands to execute prompts #25

Closed peter7cole closed 4 years ago

peter7cole commented 4 years ago

As a user, I want to only be able to submit valid responses to the prompts

Description

Given that the user is using one of the /sign- prompts When the user submits a response, it passes the valid answer tests Then either submits the response, or displays an error to the user and allows them to re-answer with a suggestion

Feature Tasks

Acceptance Tests