Roles in project
Team members would be assigned to certain roles in each project.
Roles description#
Client (always mentor) - person who can demand some changes in project like different implementation, tests requirements, and he also perform code review
Tech Lead (TL) - person which would be deciding about technologies that team would use in the project, architecture, libraries etc. (that doesn't mean that he can't get advice from the rest of the team)
Example tasks:
- Deciding about project architecture
- Deciding about the technologies that will be used in project
Product Owner (PO) - person which would be responsible for the project vision and functional requirements
Example tasks:
- Deciding about project business requirements
- Creating the documentation about project (ex. Readme.md)
Product Manager (PM) - peron which would be responsible for managing the SCRUM routine, deadlines and tasks during the product development
Example tasks:
- Creating new tasks
- Supervise every other member of the team about the deadlines
- Being responsible for scheduling the meetings and daily on Discord
UX/UI/QA - person responsible for the visual layer of the application and quality assurance
Example tasks:
- Creating designs, layouts, branding etc.
- Testing the application and create bug tasks if any occurs