You are on page 1of 8

Problem Statement

To Create an Application for bug tracking

Employees should be able to view the list of bugs which are


open, closed and in progress.

Users should be able to create the bugs.

Admin should be able to perform below operations:

1. Employee Management Module

2. Bug management Module

3. Admin Module

4. Project Module

5. Login Module

Presentation Title | Author | Date © 2017 Capgemini. All rights reserved. 1


Road Map

Application will be developed in following Sprints –


1. Core Java +JPA with Hibernate
2. Spring Boot + Rest Controller + JPA with Hibernate
3. Angular for UI design (Front End) + Integration with
previous Sprint
Plan

1. Design
1. Generate the skeleton as per class design provided

2. TDD approach
1. Identify test cases for each module
2. Write Failing Test cases
3. Convert the Test Cases in GREEN

3. Implement the case study in incremental


manner
Modules

Employee Bug
Module Management
Module

Project Module Login Module


Class Design

POJO Class
Class Design

Service Interface
Class Design
Repository:

7
Questions

You might also like