Changes between Version 4 and Version 5 of BatchesUserStories


Ignore:
Timestamp:
2011-01-26T10:56:11+01:00 (13 years ago)
Author:
Erik Roos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BatchesUserStories

    v4 v5  
    1010
    1111Tasks:
    12  * Make test for and test Batch class (0,5 SP)
     12 * Add Batch tables to datamodel (0,5 SP)
     13
    1314
    1415== As a user, I want to perform a protocol on multiple entities (a batch) ==
    1516
    16 Importance:
     17Importance: 80
    1718
    18 Story Points:
     19Story Points: 4,5
    1920
    2021Acceptance criteria:
    2122
    2223Tasks:
    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)
    2728
    28 == As a user, I want to have a batch available to me on all relevant screens, where I can see it easily ==
    2929
    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 ==
    3131
    32 Story Points:
     32Importance: 70
     33
     34Story Points: 8,5
    3335
    3436Acceptance criteria:
    3537
    3638Tasks:
     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)
    3746
    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 ==
    3947
    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. ==
    4149
    42 Story Points:
     50Importance: 90
     51
     52Story Points: 8
    4353
    4454Acceptance criteria:
    4555
    4656Tasks:
     57 * Make mock-up (1 SP)
     58 * Make basic Batch Mgmt. plugin (screen + Java class) (2 SP)
     59 * Add advanced UI features (5 SP)
    4760
    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. ==
    4961
    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. ==
    5163
    52 Story Points:
     64Importance: 10
     65
     66Story Points: 5
    5367
    5468Acceptance criteria:
    5569
    5670Tasks:
    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)