Code Monkey home page Code Monkey logo

elijahlawal-7 / lab-agile-planning Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 46.64 MB

lab-agile-planning contains lab activities for agile planning. It is part of the Hands on Lab project in the "Introduction to Agile and Scrum" course. This Hands-on lab teaches and demonstrates how to set up and use "ZenHub" for agile planning.

License: MIT License

HTML 100.00%
agile-board agile-development agile-methodologies scrum-agile zenhub kanban kanban-board sprint-planning

lab-agile-planning's Introduction

Lab 1: Get set up in ZenHub

Estimated time needed: 20 minutes

In this lab, you will prepare for the labs that follow by setting up a free GitHub account and a free ZenHub account.

Objectives

After completing this lab, you will be able to:

  1. Create a free GitHub account.
  2. Create a GitHub repository.
  3. Create a free ZenHub account.
  4. Install the optional browser extension for ZenHub.

Exercise 1 : Create a free GitHub account

In this exercise, you will create a free GitHub account, if you don't already have one. ZenHub requires GitHub so this first step is a prerequisite to getting a ZenHub account.

  1. Go to GitHub.com and sign up for a free GitHub account.

  2. Enter your email address and press the Sign up for GitHub button. If you have an account, press the Sign in button and login.

    Github signup screen

Exercise 2 : Create a GitHub repository

In this exercise, you will create a repository to hold the issues and kanban board for your plan.

lab-agile-planning's People

Contributors

elijahlawal-7 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

lab-agile-planning's Issues

Need a service that has a counter.

As a [role]
I need [function]
So that [benefit]

Details and Assumptions

  • Need a way to increment a counter
  • Need a way to get the current value

Acceptance Criteria

Given I have incremented the counter to 2 
When I make a call to get the current value
Then it should return 2 as the counter value

Must allow multiple counters

As a [role]
I need [function]
So that [benefit]

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Need the ability to remove a counter

As a [role]
I need [function]
So that [benefit]

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Deploy the service to the Cloud

As a [role]
I need [function]
So that [benefit]

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Counters can be reset

As a [role]
I need [function]
So that [benefit]

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Must persist counter across restarts

As a Service Provider
I need the service to persist the last known count
So that users don't lose track of their counts after the service is restarted.

Details and Assumptions

  • We will use Redis Database
  • counter will be stored as name value pair

Acceptance Criteria

Given I have incremented the counter to 2
When I restart the service
Then the counter should still return 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.