This is part one of a two part assignment starting with an introductory look at process design and supply chains.
Identify a company with which you are familiar. This could be your place of employment, a car wash, a yard service company, and so forth.
Create an MS PowerPoint Presentation in which you describe the current state of your selected company’s supply chain and an identified process.
Required Elements:
- Describe the company’s supply chain
- Identify a process internal to the company that you wish to analyze.
- Describe the process internal to the company that you wish to analyze.
- Identify an appropriate design approach for the process you have chosen.
- Create a high-level AS IS process flow chart using an appropriate tool.
- Identify at least one metric to measure the process and its application (how, what, when, and who).
- Use an appropriate tool to collect data for each step of the process.
- PowerPoint includes 4-5 slides with detailed speaker notes
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

