Create a working prototype of a service catalog that can be


Assignment

1 Scenario

You are a Software Developer working for large company called Widgets Galore with over 1000 employees and Widgets Galore is made up of the following divisions:

1. Communications and Marketing
2. Sales
3. Distribution and Warehousing
4. Contracting and Legal
5. Information Technology

The company is sorely in need of a lightweight Information Technology Service Catalog. A service catalog is an organized and managed collection of any and all business and information technology related services that can be performed by, for, or within an enterprise.

The company Chief Executive Officer, wants IT to create a working prototype of a Service Catalog that can be used to demonstrate the usefulness of a Service Catalog and once tested, the CEO then would like the data collected to be stored in such a format that it can be imported into a fully functional, enterprise level service catalog application.

Your Chief Information Officer (CIO)has tasked you with creating Service Catalog prototype.

As an example, the IT department offers WI-FI service throughout the all the companies buildings. Then the WI-FI service catalog entries may look something like:

ID

Service Name

Description

Category

Cost ($)

1

WI-FI Access Problems

User unable to access WI-FI

WI-FI

50

2

Network Jack

Need network jack installed in a room

Network

500

3

Install WI-FI access point

Need a new wireless access point installed in a room

WI-FI

1000

2 Requirements

A service catalog is an organized and curated collection of any and all business and information technology related services that can be performed by, for, or within an enterprise. The service catalog documents the details of each mission critical service the IT office provides the company's divisions. The prototype will collect and storefor each service catalog item:

1. Service ID
2. name of the service
3. description of the service
4. service category
5. cost of service
6. Software cost to complete the service

The following are individual processing requirements:

1. There shall be a message that provides directions to the user.

2. The program shall be a graphical user interface program and include menus that support each operation.

3. The item name shall not be empty.

4. The description shall not be empty.

5. The service category will be a selection of one of the following:

a. Accounts and Passwords
b. WI-FI
c. Email
d. Hardware
e. Software
f. Labs
g. Business Applications
h. Security
i. Network

6. The required cost can be 0 but no more than 100000 dollars.

7. Once all the data is validated, the service item and all it's data will be stored in the database and the service item information shall be displayed.

8. Given a service items name, no matter the case, the data store shall be searched and all service item information shall be displayed on the screen. If an item cannot be found, an error message will be displayed.

9. Full report of all service items including the item name, description, and total cost of hardware and software, and date of the report.

a. The report will be displayed on the screen and written to a text file.

10. Once saved, the report shall be able to be opened and displayed on the screen.

3 Design and Coding Requirements

The following are design and coding requirements that you need to satisfy:

1. The program design/structure will have a 3-tiered architecture consisting of the following layers:

a. Business
b. Presentation
c. Data

2. The program will be a graphical user interface with tabs, where each tab contains a separate, logical operation.

3. There shall be a menu bar and menus that provide access to all user operations.

4. Coding standards are followed

4 Deliverables

Perform and document the complete development process including:

1. Design-

a. UML Class/Object diagram that shows each class, the class attributes, methods, and relationships between other classes/objects.
b. Form/Interface Design
c. Control/Event Analysis Table

2. Project Code-Due at the end of Week 7

a. Include all source code files required to compile and execute the program.

Request for Solution File

Ask an Expert for Answer!!
Software Engineering: Create a working prototype of a service catalog that can be
Reference No:- TGS02315197

Expected delivery within 24 Hours