removing author and cleaning js / css
This commit is contained in:
@@ -27,7 +27,7 @@ An epic is a high-level objective or initiative that’s too big to complete in
|
||||
** Features
|
||||
- Definition: Distinct pieces of functionality that deliver value to users.
|
||||
- Scope: Larger than user stories but smaller than epics.
|
||||
- Example: “User profile management” could be a feature encompassing login, profile editing, and avatar upload.
|
||||
- Example: “User profile management” could be a feature encompassing login, profile editing, and profile image upload.
|
||||
|
||||
** User Stories
|
||||
- Definition: Short, simple descriptions of a feature told from the perspective of the user.
|
||||
@@ -38,7 +38,7 @@ An epic is a high-level objective or initiative that’s too big to complete in
|
||||
** Tasks
|
||||
- Definition: Technical or operational steps needed to implement a user story.
|
||||
- Granularity: Smallest unit of work, often assigned to individual team members.
|
||||
- Example: For a story like “User can upload avatar,” tasks might include:
|
||||
- Example: For a story like “User can upload profile image,” tasks might include:
|
||||
- Create upload UI
|
||||
- Validate image format
|
||||
- Store image in database
|
||||
|
||||
Reference in New Issue
Block a user