Changes between Version 4 and Version 5 of BatchesUserStories
- Timestamp:
- 2011-01-26T10:56:11+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BatchesUserStories
v4 v5 10 10 11 11 Tasks: 12 * Make test for and test Batch class (0,5 SP) 12 * Add Batch tables to datamodel (0,5 SP) 13 13 14 14 15 == As a user, I want to perform a protocol on multiple entities (a batch) == 15 16 16 Importance: 17 Importance: 80 17 18 18 Story Points: 19 Story Points: 4,5 19 20 20 21 Acceptance criteria: 21 22 22 23 Tasks: 23 * Make mock-up 24 * Make Batch button, based on HtmlInput 25 * Add Batch button to NGS LIMS Workflow screen 26 * Add Batch button to AnimalDB event screen 24 * Make mock-up (0,5 SP) 25 * Make Batch button, based on HtmlInput (2 SP) 26 * Add Batch button to NGS LIMS Workflow screen and test (1 SP) 27 * Add Batch button to AnimalDB event screen and test (1 SP) 27 28 28 == As a user, I want to have a batch available to me on all relevant screens, where I can see it easily ==29 29 30 Importance: 30 == As a user, I want to have only my batch(es) available to me on all relevant screens, where I can see them easily == 31 31 32 Story Points: 32 Importance: 70 33 34 Story Points: 8,5 33 35 34 36 Acceptance criteria: 35 37 36 38 Tasks: 39 * Make mock-up, especially for multiple Batches (0,5 SP) 40 * Make "shopping cart" button that invokes Batch list (2 SP) 41 * Make class to support Batch list view (1 SP) 42 * Find out how to show plugins/forms/screens/... within plugins (1 SP) 43 * Document solution (0,5 SP) 44 * Show Batch(es) list inside plugin (3 SP) 45 * Store Maximum NUmber of Batches per User somewhere (0,5 SP) 37 46 38 == As a user, I want it to be easy and obvious to me what is currently in my batch, but not other users' batches ==39 47 40 Importance: 48 == As a user, I want to have a Batch Management Screen where I can easily delete, change, and add to my batch(es) at any time. == 41 49 42 Story Points: 50 Importance: 90 51 52 Story Points: 8 43 53 44 54 Acceptance criteria: 45 55 46 56 Tasks: 57 * Make mock-up (1 SP) 58 * Make basic Batch Mgmt. plugin (screen + Java class) (2 SP) 59 * Add advanced UI features (5 SP) 47 60 48 == As a user, I want to have a Batch Management Screen where I can easily delete, change, and add to my batch at any time. ==49 61 50 Importance: 62 == As an advanced user, I want to be able to drag items to and from a visual representation ("shopping cart") of my batch, in any screen, Molgenis or custom. == 51 63 52 Story Points: 64 Importance: 10 65 66 Story Points: 5 53 67 54 68 Acceptance criteria: 55 69 56 70 Tasks: 57 58 == As an advanced user, I want to be able to drag items to and from a visual representation ("shopping cart") of my batch, in any screen, Molgenis or custom. == 59 60 Importance: 61 62 Story Points: 63 64 Acceptance criteria: 65 66 Tasks: 71 * Find and learn a technique to support this (jQuery?) (2 SP) 72 * Implement technique (3 SP)