Created
September 22, 2011 20:21
-
-
Save alassiter/1235920 to your computer and use it in GitHub Desktop.
Reminder Features Draft #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Agent creates a reminder | |
As an Agent | |
I want to create a reminder | |
So that it will be added to my list of things to remember | |
Feature: Agent views reminders | |
As an Agent | |
I want to view my reminders | |
So that I see what actions I need to do | |
Feature: Agent marks a reminder as complete | |
As an Agent | |
I want to mark a reminder as complete | |
So that it no longer appears on my list of things to do. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment