Differences between revisions 5 and 6
Revision 5 as of 2022-11-12 10:27:30
Size: 1383
Editor: PieterSmit
Comment:
Revision 6 as of 2023-05-09 19:45:47
Size: 1444
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 
 * 2023 - [[https://youtu.be/9K20e7jlQPA|doing agile wrong]]

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)