Sobes.tech
Middle+

Tell about your workflow: how tasks were assigned, which repository was used, what were the contours?

sobes.tech AI

Answer from AI

In our workflow, tasks were assigned through a tracking system (such as Jira or Trello), where each task had a description, priority, and time estimate. The team discussed tasks in planning meetings, clarifying requirements and acceptance criteria.

Version control was managed using Git with repositories on GitHub or GitLab. Branches were organized according to the Git Flow model: master for stable code, develop for integration, and feature and bugfix branches.

Environments included:

  • Development: for local development and testing.
  • Staging: an intermediate environment, closely resembling production, for integration testing.
  • Production: the live environment where the application runs for users.

Each environment had its own settings and databases, allowing safe testing of changes before release.

Tell about your workflow: how tasks were assigned… - sobes.tech