Giter VIP home page Giter VIP logo

agile-final-project's People

Contributors

lauvshree avatar

Watchers

 avatar

agile-final-project's Issues

Need the ability to update a product in the catalog.

As an e-commerce merchant
I need to be able to update product details from catalog
So that it reflects the changes

Details and Assumptions
We have a product catalog persisted on DB
Implement action POST update/{product_name}

Acceptance Criteria
Given I action POST update/{product_name}
When I update the details
Then the catalog should reflect the changes

Need the ability to create a product in the catalog.

As a e-commerce merchant
I need to be able to add a product to the catalog
So that I can list all the new products for sale

Details and Assumptions

  • We have a product catalog persisted on DB

Acceptance Criteria

Given I have added a product to the catalog
When I refresh the catalog
Then it should list the new product as a part of the catalog

Need the ability to "Like" a product in the catalog.

As a customer
I need the ability to like a product
So that my preference is registered

Details and Assumptions

  • The likes are persisted in the DB

Acceptance Criteria

Given I have liked the product
When I open the e-commerce site
Then the product should list that product as liked by me

Need the ability to retrieve a product from the catalog.

As an e-commerce merchant
I need to be able to retrieve product details from catalog
So that I can find all details about it

Details and Assumptions
We have a product catalog persisted on DB
Implement action GET details/{product_name}

Acceptance Criteria
Given I action GET details/{product_name}
When I retrieve the details
Then it should give all the details of the product

Need the ability to delete a product from the catalog.

As an e-commerce merchant
I need to be able to delete product from catalog
So that it removed from the catalog when it is discontinued

Details and Assumptions
Implement action GET delete/{product_name}

Acceptance Criteria
Given GET delete/{product_name} is implemented
When I delete the product
Then the catalog does not show the product anymore

Must be hosted in the cloud.

As an e-commerce merchant
I need to deploy the service to the cloud
So that I can scale capacity based on user demand

Details and Assumptions

  • We will use IBM Cloud
  • We will deploy this as a Cloud Foundry app

Acceptance Criteria

Given I have deployed to the cloud
When a customer comes to this url
Then our e-commerce products will be available

Need the ability to list all products in the catalog.

As a customer
I need to be able to retrieve all products from catalog
So that I can choose from it

Details and Assumptions
We have a product catalog persisted on DB
Implement action GET catalog

Acceptance Criteria
Given action GET catalog is implemented
When I retrieve the catalog
Then it should give all the products in the catalog

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

As a customer
I need to be able to retrieve products matching search criteria
So that I can find selective products matching my criteria

Details and Assumptions
We have a product catalog persisted on DB
Implement action GET catalog/{search_criteria}

Acceptance Criteria
Given action GET catalog/{search_criteria} is implemented
When I invoke the action
Then it should give all the products matching the criteria

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

As a customer
I need the ability to dislike a product
So that my preference is registered

Details and Assumptions

  • The likes are persisted in the DB
  • Acceptance Criteria

Given I have disliked the product
When I open the e-commerce site
Then the product should list that product as disliked by me

Must have automation to deploy new changes to the cloud.

As a dev team
I need to have automation
So that the changes are deployed automatically

Details and Assumptions

  • We will use IBM Cloud
  • We will set up a pipeline for auto deployment

Acceptance Criteria

Given I have set up auto deployment
When a any changes are made
Then the changes are deployed automatically if it passes the pipeline

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.