Vertical slice
Lua error in package.lua at line 80: module 'strict' not found.
A vertical slice, sometimes abbreviated to VS, is a type of milestone, benchmark, or deadline, with emphasis on demonstrating progress across all components of a project[better source needed]. It could be considered a project management buzzword[by whom?], and may have originated in the games industry[better source needed].
The term 'vertical slice' refers to a cross-sectional slice through the layers that form the structure of the software code base. It is mostly used in Scrum terminology where the work is planned in terms of features (or stories). For example as a very basic approach, a software project may consist of three layers (or components): Data access layer (bottom), Business logic layer (middle) and User interface Layer (top). In this very common approach, a vertical slice means a bit of every layer. Again as an example, a new feature request like 'showing x information on main screen' would contain these work bits:
- Work in the UX/UI that will display the information
- Work in the service layer to transform the information
- Work in the database layer to store / fetch the information.
So a vertical slice can be defined as 'the sum of the work that has to be done in every layer that is involved in getting a specific feature working'. A vertical slice doesn't necessarily affect every component in the software. For example, if the solution contains a web service, it would live in the same 'floor' as the UI, and a feature like 'supporting login/logout in webservice' that involves only the web service doesn't require a change in the UI, but the business and database access layers.
Contents
Vertical User Stories
A vertical user story encapsulates the action of one function.
Writing Vertical User Stories
Below is an example of a vertical user story.
As an end user I must be able to log in to my company portal so that I can perform the functions of my job.
Acceptance Criteria
Acceptance criteria are conditions of satisfaction
EXAMPLE:
- Verify that I can log into the system
- Verify that my login credentials will be remembered
- Verify that I can reset my own password by clicking the "Forgot Password" link
- Verify that I cannot navigate back to the landing page without first logging in
Dissected by Layer
As a developer, you will need to think about every file encapsulated in each layer that needs to be created and/or extended in order to complete this “Login User” Story.
Sources
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />