Giter Site home page Giter Site logo

agile-final-project's People

Contributors

bayanturkmaney avatar

Watchers

 avatar

agile-final-project's Issues

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

As a User
I need to react with product by giving the ability to "Like" a product in the catalog
So that I can recognize my special choices

Details and Assumptions

Acceptance Criteria

Given I ..
When ...
Then it ...

Need the ability to create a product in the catalog

As a User
I need a service to create a product in the catalog
So that I can add new items to the catalog

Details and Assumptions

  • we will use mongoDB.
  • use the action Post /products
  • products should be stored as Map values.
  • product image size shouldn't be more 1 MB.

Acceptance Criteria

Given I searched in the catalog and it was empty
When I press a button which create product and fill the product's form
Then I should see this product  was added to the catalog

Must be hosted in the cloud

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

Details and Assumptions

  • we will use IBM cloud.
  • Deploy as cloud foundary app

Acceptance Criteria

Given I have deployed to cloud
When customer comes to our url
Then our service will be available

Need the ability to retrieve a product from the catalog

As a User
I need a service to retrieve a product from the catalog
So that I can check a single product any time

Details and Assumptions

  • use action GET /products/{productId}

Acceptance Criteria

Given I search on the catalog which contains some products 
When I choose any product
Then I should see all the details of chosen product

Need the ability to update a product in the catalog

As a User
I need a service to update a product in the catalog
So that I can correct wrong product's data

Details and Assumptions

  • use action UPDATE /products/{productId}
  • before user confirms the action should see a pop up alert dialog to confirm save changes.

Acceptance Criteria

Given I want update first product
When I choose it and press update button and fill product's form with new data
Then I should see the product with new data entered in the catalog

Need the ability to delete a product from the catalog

As a User
I need a service to delete a product from the catalog
So that I can get more controlling on catalog's items

Details and Assumptions

  • use action DELETE /products/{productId}
  • before user confirm deleting, he should see alert dialog to confirm

Acceptance Criteria

Given I have 5 products in the catalog 
When I choose a product and press delete button
Then I should see 4 products in the catalog and deleted product was hidden

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.