WorkflowEn - DP2-C1-057/Acme-ANS-D05 GitHub Wiki
Team Workflow
In this project, we will use a GitHub Project board with three columns:
- TODO: Tasks pending to be started.
- In Progress: Tasks currently in development.
- DO: Completed tasks.
Task Types and Naming Convention
📌 1. Meeting Tasks
These tasks can be assigned to multiple people.
- Format:
[REU] <Date and Time>
- Example:
[REU] 12/02/2025 10:00
- Example:
📌 2. Requirement Tasks
These tasks can only be assigned to one person.
2.1 Individual
2.1.1 Mandatory
- Format:
[REQ-I] Task XX
- Example:
[REQ-I] Task 05
- XX refers to the requirement number in the individual requirements document.
- Example:
2.1.2 Optional
- Format:
[REQ-I] Task XX
- Example:
[REQ-I] Task 07
- XX refers to the requirement number in the individual requirements document.
- Example:
2.2 Group
2.2.1 Mandatory
- Format:
[REQ-G] Task XX
- Example:
[REQ-G] Task 03
- XX refers to the requirement number in the group requirements document.
- Example:
2.2.2 Optional
- Format:
[REQ-G] Task XX
- Example:
[REQ-G] Task 06
- XX refers to the requirement number in the group requirements document.
- Example:
2.3 Test Tasks
For each completed REQ-I or REQ-G task, a test task must be created using the following format:
- Format:
[REQ-I/G] Task XX/TN
- Example:
[REQ-I] Task 01/T1
→ First test task for Task 01.
- Example:
2.4 Review Tasks
If modifications are required for a task XX, review tasks must be created using the following format:
- Format:
[REQ-I/G] Task XX/RN
- Example:
[REQ-G] Task 02/R1
→ First review of Task 02.
- Example:
📌 3. Role-Specific Tasks
3.1 Organization
Tasks related to team management and planning.
- Format:
[ORG] <Description>
- Example:
[ORG] Task Assignment Sprint 1
- Example:
3.2 Delivery Review
Tasks dedicated to reviewing a specific delivery.
- Format:
[REV] Delivery DXX
- Example:
[REV] Delivery D02
- XX refers to the delivery number (01, 02, 03, 04).
- Example:
3.3 Delivery Execution
Tasks related to the execution and final compilation of the delivery.
- Format:
[ENT] DXX
- Example:
[ENT] D03
- XX refers to the delivery number (01, 02, 03, 04).
- Example:
🔙 Go Back