Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 2.83 KB

week-6.md

File metadata and controls

81 lines (49 loc) · 2.83 KB

Week-6

git happens

@EugeneKay

In case of fire by @1r0n1c.

Table of Contents

Slides

Coming Soon

Assignments

Flow

Refactor Banner

Learn about some of the collaboration features on GitHub

Synopsis

  • Time: 3h-4h
  • Due: before week 7

Take a couple of hours to understand some of the collaboration features of GitHub and Git works. The GitHub Lab workshoppers are nice practical tutorials to do and learn about issues, pull requests and merge conflicts.

Assignment

Once you feel comfortable with basic GitHub concepts apply them to your team project.

Further Reading

MVP

Refactor MVP

Describe the Minimable Viable Product of your team

Synopsis

  • Time: 3h-4h (depending on your work so far)
  • Due: before week 7

Describe and design what your team is going to build. Use techniques such as, wireframes, job stories and other methods.

  • Determine which concept you will continue with. What's the target audience? What's the look and feel of the application?
  • Describe the Minimum Viable Product (MVP) you are planning to build. Which team member is going to work on what feature?
  • Determine the git strategy. How are you going to work with the feature from GitHub? How do you make sure you review eachother's code?
  • Take time to decide the code style and standard that your team will adhere to during the rest of the project. Are you going to use es5 or es6? How are you going to setup your linting rules?

Assignment

Document everything your team came up with in the GitHub wiki of your Team repo.