Mentor Meeting - 10/10
· 2 min read
Mentor meeting notes for the 2025 FMCW Radar project.
Date: 10-10-2025
Time: 11:00-12:00
Mentor: Jack Cains
Team: Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam
Workflow & Git Practices
- Main Branch Rule: Do not commit or merge directly into the
mainbranch. - Feature Branching: All development work must be done on a feature branch branched off of
dev. - Branch Naming: Ensure feature branches are given descriptive and useful names (e.g.,
feature/add-docusaurus-research). - Commit Consistency (Contribution Tracking): This is about team equity. Make sure that all team members are contributing a similar volume of work (commits or lines of code) to the project.
- Commits should not be too "uneven" across team members.
- If contributions become significantly skewed toward one or two members, we will have to justify the workload distribution for the project review.
Hardware Logistics
- Radar Chip Storage: The radar chips can be stored securely in the Hackspace drawers.
- Camera/Tripod Acquisition: The team can potentially acquire the required camera and tripod from the MVB Tech Office.
Next Steps / To-Do
- Team: Ensure all new branches are created from
dev. - Team: Collect the camera and tripod from the MVB Tech Office.