
CSIT114 A 2B:
Read the following description of a “Customer Call Handling” business workflow. Use the software tool UMLet to document the workflow as a UML Activity Diagram, which models all the roles and relevant activities/steps in the workflow. Maximum Software develops and supplies software products to individuals and businesses.
As part of its operations, Maximum provides a 1-800 telephone number help desk for clients with questions about software purchased from Maximum. When a call comes in, an operator enquiries the nature of the call. For calls that are not truly help desk functions, the operator redirects the call to another unit of the company (such as order processing or billing).
Because many customer questions require in-depth knowledge of a product, help desk consultants are organised by product. The operator directs the call to a consultant skilled on the software that the caller needs help with. Because a consultant is not always immediately available, calls are put into a queue for the next available consultant. Once a consultant answers the call, he or she determines whether this is the first call from this customer about this problem. If so, a new call report is created to keep track of all information about the problem.
If not, the customer is asked for a call report number so the consultant can retrieve the open call report to determine the status of the inquiry. If the caller does not know the call report number, the consultant collects other information, such as the caller’s name, the software involved, or the name of the consultant who has handled the customer’s previous call, in order to conduct a search for the appropriate call report.
If a resolution has been found in the call report, the consultant informs the client what the resolution is, and indicates on the report that the customer has been notified.
For an unsolved call report and a new call report, the consultant tries to discover an answer to the problem by using the relevant software and looking up information in reference manuals. If an answer is found, the consultant informs the customer.Otherwise, the consultant tells the customer that someone at Maximum will be in touch.
Deliverable: Export your completed Activity Diagram as a PDF document, which is named “_. pdf”. Submit it to the correct submission dropbox on Moodle before the deadline

Step by stepSolved in 3 steps with 1 images

- Information Systems & Design Please help me create a class diagram for the following scenario: Health Care System -A health care system has multiple locations throughout the state of Alabama. -There are several different types of locations. -Locations types: 4 hospitals 8 affiliates 21 medical clinics -Each location offers a variety of health care services. A service can be offered at multiple locations. -The different types of health services include: Cancer services Diabetes Da Vinci Robotic Surgery Digestive Health Family medicine Emergency Services Heart Care Orthopedics Sleep Disorders Center Stroke Center Women’s Health Wound Care -Not every location offers every service, of course. Rural locations wouldn’t offer as much as major metro hospitals. -Each location needs to be linked to the health services it offers. Use an association class to model the relationship. Additional Information:…arrow_forwardDatabase Design Testing (ID_testing,date,observerId) Observer(observerId,observer_name) Type(TypeId,typename) Essentialoil (ID_essential,essentialname,typeId,batchcode) Constituent (ID_constituent,cname,min_percentage,Test_percentage,status) Before an Essential Oil product is marketed, testing is carried out based on the production batch from any essential oil. This is done to maintain the quality and content of the existing constituents in essential oils. Where the Test Percentage Content must reach the Minimum standard Percentage Content for each constituent. If there is one type of constituent that does not fulfill minimum standard, the batch will not be marketed because it does not meet the standard quality. Question 1. Make an ERD (Entitiy Relationship Diagram) based on the results of Normalization 2. Develop the ERD that you create to implementGeneralization / Specialization.arrow_forwardThe figure below shows the DFD model for a customer purchasing an electronic article from an online repository as received from a stakeholder. The articleID is a string that uniquely identifies an article. The payment amount and customer name are the data details that are included on the receipt that is emailed to the customer. The payment completer status is a flag that indicates if the payment has been received in full. Your task as the business analyst is to identify and comment on the issues (if any) within the DFD. Be sure to state any necessary assumptions. Receipt data Customer Searches catalog for articleID. "Article" 1 Atricle Database 000 Accept Payment Payment amount Customer Name Generate Receipt Payment complete status Send Customer Thank You message -Article Payment complete status Email Article to Customerarrow_forward
- q20arrow_forward1. Assume that you are developing a new system for a local real estate agency. The agency wants to keep a database of its own property listings and also wants to have access to the citywide multiple listings service used by all real estate agents. Which design strategy would you recommend for the construction of this system? Why? 2. Assume that you are part of a development team that is working on a new warehouse management system. You have the task of investigating software packages that are available through application service providers. Using the World Wide Web, identify at least two potential sources of such software. What are the pros and cons of this approach to obtaining a software package?arrow_forwardHelp me respond to this message please The Goal Seek Excel function which is also known as the "What-If Analysis", is a tool that It allows you to see the effects of a change without changing the actual data. What-If Analysis is one of Excel's most useful tools, but it's also one of its most misunderstood. What-If Analysis, in its most basic form, allows the user to interact with various scenarios and identify a variety of possible outcomes. The What-If Analysis tool is extremely effective for financial modeling sensitivity analysis. To use the What-If Analysis, go to the Data tab and click on the What-If Analysis. Then select Goal Seek and you will see a small box that has "set cell", "to value", and "by changing cell". You will enter the cell with the formula in set cell, the formula result that you are trying to achieve in to value, and the reference of the input cell that you want to adjust in by changing cell. An example will be if we sell 100 shoes at $29 each, the total should…arrow_forward
- I'm trying to create an Entity Relationship Diagram based off the business rules given, but my professor gave my some feedback on what I submitted and I can't figure out how to fix it. I have included images of what I created, the feedback I was given, and below are the business rules she gave us: Business Rules: CURE (Christian United Relief) is a nonprofit organization that provides aid to people after natural disasters. Based on the following brief description of operations, create the appropriate fully labeled Crow’s Foot ERD. Individuals volunteer their time to carry out the tasks of the organization. For each volunteer, their name, address, and telephone number are tracked. Each volunteer may be assigned to several tasks during the time that they are doing volunteer work, and some tasks require many volunteers. It is possible for a volunteer to be in the system without having been assigned a task yet. It is possible to have tasks that no one has been assigned. When a…arrow_forwardComputer Science By using the use cases: Manage User, Manage Pooling, Manage Car, Manage Driver, Manage Roads, Manage Passenger, Find Pooling, Request Pooling, Make a payment, Create pooling, Update Requests and Manage Destinations. Design a test case by providing s suite of test cases to test the features in a table form as shown below: Test Case ID, Use Case ID, Use case name, Test input, Expected Result, Pass Criteria and also Fail Criteria.arrow_forwardIn this phase each student will select a real life problem that can be solved using database systems. Once you pick your project, start by writing a small description no more than 1 page to explain the project description. In this phase a project description is required only. In this 2ND phase all you have to complete is preparing the UML diagram for the project that you have selected in Phase Iarrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education





