Coder Social home page Coder Social logo

lab-agil-planing's Introduction

lab-agil-planing

lab-agil-planing's People

Contributors

abdelrahmanelatrash avatar

Watchers

 avatar

lab-agil-planing's Issues

Must persist counter across restarts

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

Details and Assumptions

  • we will use radios database
  • counter will stored as name value pair

Acceptance Criteria

Given cerement counter value to 2 
When  I restart the service
Then the counter should still return 2  

Deploy service to the cloud

As aall
I need service to deploy app to cloud
So that can be access from any where

Details and Assumptions

  • used IBM cloud
  • deployed using kupernetes

Acceptance Criteria

Given  update counter to 2 on the cloud 
When  ask the service via network
Then  got my counter service  and return 2

Need a service that has a counter

As auser
I need service that has a counter
So that I can keep track of how many times something was done

Details and Assumptions

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

Acceptance Criteria

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

Must allow multiple counters

As a user
I need I need to have multiple counters
So that So that I can keep track of several counts at once.

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 aSystem Administrator
I need service that's allow to remove counter
So that remove counter that not used any more

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 System Administrator
I need I need the ability to reset the counter
So that So that I can redo counting from the start

Details and Assumptions

  • can access to counter value
  • add functionality to change value to 0

Acceptance Criteria

Given increment counter to 2
When I reset counter
Then return value 0

update a counter to a new value

As aSystem Administrator
I need add ability's to change counter value to specific value
So that to fix incorrect or edit counter value

Details and Assumptions

  • access counter value and change it to any value

Acceptance Criteria

Given increment or reset counter value 
When update counter value to 5
Then returned counter value 5

complete deploy services to cloud

As a service provider
I need the service to be deployed to the cloud
So that I can scale capacity with user demand

Details and Assumptions

  • database still needs to be provisioned
  • apps needs to be pushed and connected to database

Acceptance Criteria

Given I have to deployed to the cloud
When a costumers come to our URL
Then our service will be available

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.