226wyj / products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Team

Build Status Build Status codecov.io Open in Remote - Containers

The Roles of our Scrum team

  • Product Owner : Jingzhou Wang
  • Scrum Master : Taowei Xia
  • Development Team: Yujie Fan, Yuejiang Wu, Qiqi Liang

Daily Standup

Hints: checkout the detail in chapter 3 ppt

skeleton about daily standup

  • Occurs every day at the same time and place
  • Called a "standup" because everyone should remain standing during the meeting to keep it short
    • Timeboxed to 15 minutes
    • Not a project status meeting — all status should be tabled for later discussion
  • Each team member briefly reports on their work

Daily Standup Question

  • Each team member answers three questions:
    • What did I accomplish the previous day?
    • What will I work on today?
    • What blockers or impediments are in my way?

Daily Execution

  • Take the next highest priority item from the Sprint Backlog
  • Assign it to yourself
  • Start working on it
  • No one should have more than one story assigned to them unless they are blocked and want to start a second story while waiting
  • When you are finished, move the Story to the Done column

The main skeleton of product service

TDD test cases can be ran with:

nosetests

The code coverage rate can achieve 95%

Unit test can be ran with:

python -m unittest discover

App running:

// method 1
flask run
// method 2
honcho start

All Available Routers check:

flask routes

About

License:Apache License 2.0


Languages

Language:Python 76.4%Language:JavaScript 10.0%Language:HTML 7.1%Language:Gherkin 3.9%Language:Dockerfile 1.4%Language:Shell 0.8%Language:Makefile 0.4%Language:Procfile 0.1%