Skip to content

Instantly share code, notes, and snippets.

@jcayco
Created December 13, 2012 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jcayco/4275870 to your computer and use it in GitHub Desktop.
Save jcayco/4275870 to your computer and use it in GitHub Desktop.
1. Feature: Having User friendly meeting notes taking database
As a Project Manager
So I can report summarized extensive data
I want a reportable copy of separate notes during meetings
Scenario: have a user friendly meeting notes taking database
Given I am in the database system home form
When I go to print page (form)
And I enter the meeting number
And I press enter
And I press print
Then I should get a printed version of the meeting notes summary
Complexity: Currently Complex - hoping to move to Average
2. Feature: Having User friendly meeting notes taking database
As a Project Manager
So I can organize my thoughts
I want to be able to print categorized notes from meetings
Scenario: have a user friendly meeting notes taking database
Given I am in the database system home form
When I go to category view (from)
And I enter the meeting number
And I press enter
And I select "GoneWell", "LooseEnds" or "NotWell"
Then I should get an organized list of category selected
Complexity: Currently Complex - hoping to move to at least Average
3. Feature: Having User friendly meeting notes taking database
As a Project Manager
So i can keep track of who is attending meetings
I want to keep accountability on who was present during meetings
Scenario: have a user friendly meeting notes taking database
Given I am in the database system home form
When I go to Meeting view (from)
And I enter the meeting number
And I press enter
Then I should get an organized list of Meeting Name, date, place, and attendees
Complexity: Currently Average - hoping to move to simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment