Differences between revisions 2 and 3
Revision 2 as of 2018-05-22 23:36:47
Size: 286
Editor: PieterSmit
Comment:
Revision 3 as of 2020-06-08 19:25:11
Size: 1264
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
== Ticket / Task types ==
 * Epic: uppermost unit of work that can span several months and many development teams. Examples of Epics are "PWA mobile app" and "new framework"
 * Feature: a child of an Epic, it is typically used to deliver a self-contained set of features that can be delivered in a Sprint or two
 * User Story: a child of a Feature, it represents a complete "story" of a user as they interact with our platform (e.g. As a user of Vigor, I wish to have a logout link so that my session remains secure). It should be fully implemented within a Sprint
 * Task: a child of a User Story, it represents the smallest unit of work assigned to a single individual. It an span no more than 2 days.
 * Issue: any bug that requires remediation. An issue is a means of tracking abnormalities
 * Security Event: a piece of work that relates to mitigating a security-related matter that was reported by a user and that may compromise the security of their account.

Agile

Ticket / Task types

  • Epic: uppermost unit of work that can span several months and many development teams. Examples of Epics are "PWA mobile app" and "new framework"
  • Feature: a child of an Epic, it is typically used to deliver a self-contained set of features that can be delivered in a Sprint or two
  • User Story: a child of a Feature, it represents a complete "story" of a user as they interact with our platform (e.g. As a user of Vigor, I wish to have a logout link so that my session remains secure). It should be fully implemented within a Sprint
  • Task: a child of a User Story, it represents the smallest unit of work assigned to a single individual. It an span no more than 2 days.
  • Issue: any bug that requires remediation. An issue is a means of tracking abnormalities
  • Security Event: a piece of work that relates to mitigating a security-related matter that was reported by a user and that may compromise the security of their account.

...


CategoryCode

Agile (last edited 2023-05-09 19:45:47 by PieterSmit)