vcp

Team Z project website

View on GitHub

SAS App for Volumetric Capture Processing

Project Team Journal Deliverables

Team Roles

Yufan Liu (yufan@live.unc.edu) backend lead, project manager

Stephen Zhao (zyz703@live.unc.edu) frontend lead, tech lead, webmaster, design lead

Xingda Li (xingdali@live.unc.edu) infrastructure lead, frontend lead

Click here to email us.

Team Rules

Team Behavior

Coding Style

Team members who are in charge of the frontend should install StandardJS extension in VS Code to ensure a consistence code style.

Team members who are in charge of the backend are expected to follow Google Python Style Guide. We will use YAPF tool to help with the formatting along the way.

Git Collaboration

We are going to use the Truck-based development git style. We will have a production branch for deploying our project, a dev branch for merging new features and testing, and several feature branches from dev branch. Pull requests are required and code review are expected.