Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.36 KB

File metadata and controls

31 lines (24 loc) · 1.36 KB

Work Division and Contributions

This file documents the team members and their responsibilities for the project and for the work included on branch feat/testing-docs.

Team

  • turabbb — Repository owner, overall architecture, backend API design, CI/CD review
  • umarm — Tests, documentation, local dev setup, basic CI validation
  • abdul-ahad — Containerization, Docker setup, local environment orchestration

Contributions on this branch

  • umarm

    • Added basic pytest smoke tests in tests/test_basic.py
    • Created README.md, devops_report.md, and WORK_DIVISION.md
  • turabbb

    • Project author and maintainer
    • Review and merge pull requests; implement core features and DB models
  • abdul-ahad

    • Created Dockerfiles for API server and notification worker
    • Implemented multi-stage Docker builds to optimize image size
    • Set up Docker Compose environment for local development and testing

Suggested next tasks and owners

  • Expand unit tests to cover crud/ and api/ routes — owner: umarm / turabbb
  • Add GitHub Actions workflows for linting, tests, and image build — owner: turabbb
  • Add integration tests for Docker Compose environment — owner: umarm
  • Review and optimize container images for production deployment — owner: abdul-ahad

Notes

  • Replace or expand this file with real team member names and specific task breakdowns as the project grows.