removing author and cleaning js / css

This commit is contained in:
gitea-actions
2026-07-08 22:28:43 +01:00
parent d0610a5907
commit 0db2151f92
81 changed files with 18580 additions and 18565 deletions

View File

@@ -27,7 +27,7 @@ An epic is a high-level objective or initiative thats 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 thats 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