Skip to content

Task Management

We use Trello to manage tasks and track progress for the ADAMANT Messenger project.

Trello Board Columns

Below is a description of each column on our Trello board and its purpose:

ColumnDescription
BacklogIdeas or tasks that are not yet prioritized.
To DoTasks that have been selected for the current cycle but are not started.
In ProcessTasks that are actively being worked on by developers.
On ReviewCompleted tasks waiting for code review.
TestingTasks undergoing quality assurance testing.
TestedSuccessfully tested tasks, ready for release.
ReleasedTasks that are deployed and live in production.

Responsibility for Moving Tasks

ColumnWho Moves the TaskWhen to Move the Task
BacklogTeam LeadWhen a new task or idea is created.
To DoTeam LeadWhen prioritizing tasks for the current cycle.
In ProcessDeveloperWhen starting work on a task.
On ReviewDeveloperWhen the task's code is complete and ready for review.
TestingTeam LeadWhen the code review is approved and the task is ready for testing.
TestedTesterWhen the task has passed all testing criteria.
ReleasedTeam LeadAfter deployment to production.

General Guidelines

  • Developers:
    • Ensure the task description is clear and you have all the necessary information before moving the task to In Process.
    • After completing the work:
      • Open a PR and add bludnic as a reviewer.
      • Link the Trello task to the PR on GitHub.
      • Move the task to On Review.
      • (Optional) Post a message in the #private-dev-pwa Slack channel to speed up the reviewing process.
  • Team Lead:
    • Prioritizing tasks from Backlog to To Do.
    • Regularly review tasks in On Review and move them to Testing after the PR is approved.
    • If a PR requires changes, move the task back to In Process so the developer can fix the issues.
    • After a PR is approved, merge it into dev and move the task to Testing.
    • After releasing to production (devmaster), move all accumulated tasks from Tested to Released.
  • Testers:
    • Update the task status with testing notes after testing.
    • If testing fails, move the task back to In Process.
    • Move the task to Tested when all tests passed.

By following this workflow, we ensure clarity and accountability for every task on the Trello board.


Communication Guidelines

  • For Code Issues: Use the comments within the PR.
  • For Testing Issues: Communicate directly in Trello.
  • Other Discussions: Use the #private-dev-pwa Slack channel as needed.

By adhering to these guidelines, we streamline the workflow and maintain efficient communication within the team.