Final project overview and scenario for the Introduction to Agile Development and Scrum Course, Week 4 part of the IBM DevOps and Software Engineering Professional Certificate provided by Coursera.org
Your team has been asked to develop the backend product catalog for an e-commerce website. Your stakeholders need the ability to create products, retrieve products, update products, and delete products from the catalog. They have also asked for the ability for customers to indicate that they "like a product and have the site display the like count on the product page.” In addition to the catalog functionality, they have asked that it be hosted on a cloud environment with automated deployments.
Your team will use ZenHub to provide a kanban board to create a backlog and sprint plan for this work. As the product owner, you will be driving the process. You need to leverage the skills you learned in the lessons and labs to create a new GitHub repository and ZenHub kanban board and fill the kanban board with issues that will become your user stories.
- Need the ability to create a product in the catalog
- Need the ability to retrieve a product from the catalog
- Need the ability to update a product in the catalog
- Need the ability to delete a product from the catalog
- Need the ability to "Like" a product in the catalog
- Need the ability to "Dislike" a product in the catalog
- Need the ability to list all products in the catalog
- Need the ability to query a subset of products in the catalog
- Must be hosted in the cloud
- Must have automation to deploy new changes to the cloud