Giter VIP home page Giter VIP logo

agile-final-project's Introduction

agile-final-project

agile-final-project's People

Contributors

sikadali avatar

Watchers

 avatar

agile-final-project's Issues

Need the ability to update a product in the catalog

As a Seller
I need the ability to update a product in the catalog
So that I could make changes on its name, price...as I wish

Details and Assumptions

  • PUT endpoint to update the product into DB
  • The product must already exist in the BD

Acceptance Criteria

Given I have created a product which cost 10$
When I call update on this product with the new cost 15$
And I retrieve the said product
Then the product should display 15$ as its cost

Need the ability to retrieve a product from the catalog

As a Seller
I need the ability to retrieve a product from the catalog
So that I could check its details

Details and Assumptions

  • GET endpoint to retrieve the product from DB
  • The product must already exist in the BD, otherwise throw custom exception
  • The product is retrived by its ID

Acceptance Criteria

Given I have 3 products in the catalog
When I request a retrieve call by ID
Then I should get one product with the good ID

Need the ability to "Dislike" a product in the catalog

As a Customer
I need the ability to "Dislike" a product in the catalog
So that I could give a negative opinion on a product I didn't like

Details and Assumptions

  • add the attribut "Dislike" to Product entity
  • "Dislike" is an incremental counter
  • need a way to access to the counter "Dislike"

Acceptance Criteria

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

Must be hosted in the cloud

As a Service Provider
I need the application to be deployed in the cloud
So that I could scale by demand the application resource usage

Details and Assumptions

  • We will use IBM Cloud
  • The service should be deployed as a Kubernetes container

Acceptance Criteria

Given our app deployed to the Cloud
When a customer try to access to the app's URL
Then the app should be available

Need the ability to create a product in the catalog

As a Seller
I need the ability to create a product
So that I could sell my products through the catalog

Details and Assumptions

  • We'll use a relational database - PostgreSql
  • product creation done via a POST request
  • each product has one unique ID

Acceptance Criteria

Given I have 0 products in the catalog
When i create a product
And I observe the database
Then I should see only 1 product created
And it should be the one I wanted to create

Need the ability to delete a product from the catalog

As a Seller
I need the ability to delete a product from the catalog
So that I could remove it when not needed anymore

Details and Assumptions

  • POST endpoint to delete the product from DB
  • It should be called with an ID

Acceptance Criteria

Given I have 2 products in the DB
When I request to delete one product
Then the DB should contain only 1 product
And the remaining product should not be the one we wanted to delete

Need the ability to query a subset of products in the catalog

As a Customer
I need the ability to filter the whole product catalog
So that I could show only which product matches up with my requirements

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 have automation to deploy new changes to the cloud

As a Service Provider
I need to have automation to deploy new changes to the Cloud
So that I could gain "mean lead time" by eliminating manual steps on the deployments

Details and Assumptions

  • Automation in an orchestration platform - Kubernetes
  • Use architecture as code

Acceptance Criteria

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

Need the ability to list all products in the catalog

As a Customer
I need the ability to list all products in the catalog
So that I could be able to browse the catalog

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 "Like" a product in the catalog

As a Customer
I need the ability to "Like" a product
So that I could show appreciation to a product I bought

Details and Assumptions

  • add the attribut "Like" to Product entity
  • "Like" is an incremental counter
  • need a way to access to the counter "Like"

Acceptance Criteria

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

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.