From 3f4a16c08d83b09e086ec80dc60e2f819a97fcbc Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 15 Oct 2020 16:14:24 -0400 Subject: [PATCH] Update ItemTable docs --- src/components/ItemTable/ItemTable.md | 67 +++++++++++++++++++++------ 1 file changed, 54 insertions(+), 13 deletions(-) diff --git a/src/components/ItemTable/ItemTable.md b/src/components/ItemTable/ItemTable.md index 2ec9230..19ca760 100644 --- a/src/components/ItemTable/ItemTable.md +++ b/src/components/ItemTable/ItemTable.md @@ -3,23 +3,64 @@ The ItemTable is the primary view for webqueue2. It displays item metadata for i It is based on [material-table](https://material-table.com/). ```jsx import React, { useState, useEffect } from "react"; +import { useHistory } from "react-router-dom"; -const [activeItem, setActiveItem] = useState({}); -const [sidebarOpen, setSidebarOpen] = useState({}); -const [data, setData] = useState([]); +const demo_data = [ + { + "queue": "ce", + "number": 1, + "lastUpdated": "09-28-20 01:26 PM", + "isLocked": false, + "userEmail": "harley@purdue.edu", + "userName": "Joshua Harley", + "userAlias": "harley", + "assignedTo": "apigman", + "subject": "Win7 to Win10 Migration List - apigman", + "status": "on hold", + "priority": "covid", + "department": "", + "building": "", + "dateReceived": "2019-10-31T16:51:27-0400" + }, + { + "queue": "ce", + "number": 2, + "lastUpdated": "09-28-20 01:26 PM", + "isLocked": false, + "userEmail": "harley@purdue.edu", + "userName": "Joshua Harley", + "userAlias": "harley", + "assignedTo": "harley", + "subject": "wpvecnltap02 - smtp server settings for web app", + "status": "waiting on itap reply about enabling smtp for ltapdmse", + "priority": "", + "department": "", + "building": "", + "dateReceived": "2019-11-22T12:42:59-0500" + }, + { + "queue": "ce", + "number": 3, + "lastUpdated": "09-28-20 01:26 PM", + "isLocked": false, + "userEmail": "connerp@purdue.edu", + "userName": "Conner, Patrick A", + "userAlias": "connerp", + "assignedTo": "harley", + "subject": "FW: LTAP - Highway Report [ ref:_00D50JLjE._5003817Rkui:ref ]", + "status": "", + "priority": "", + "department": "", + "building": "", + "dateReceived": "2020-01-10T19:10:33+0000" + } +]; -const testItems = [{"queue": "ce", "number": 9, "lastUpdated": "09-11-20 12:14 PM", "headers": [{"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "QTime", "content": "00:03"}, {"type": "QTime-Updated-Time", "content": "Wed, 13 May 2020 11:33:04 EDT"}, {"type": "QTime-Updated-By", "content": "harley"}, {"type": "Time", "content": "00:03"}, {"type": "Time-Updated-Time", "content": "Wed, 13 May 2020 11:33:04 EDT"}, {"type": "Time-Updated-By", "content": "harley"}, {"type": "Replied-Time", "content": "Wed, 13 May 2020 11:33:03 -0400"}, {"type": "Replied-By", "content": "harley"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Merged-Time", "content": "Fri, 01 May 2020 08:19:27 -0400"}, {"type": "Merged-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Merged-Time", "content": "Fri, 01 May 2020 08:19:27 -0400"}, {"type": "Merged-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "QTime", "content": "00:03"}, {"type": "QTime-Updated-Time", "content": "Wed, 13 May 2020 11:33:04 EDT"}, {"type": "QTime-Updated-By", "content": "harley"}, {"type": "Time", "content": "00:03"}, {"type": "Time-Updated-Time", "content": "Wed, 13 May 2020 11:33:04 EDT"}, {"type": "Time-Updated-By", "content": "harley"}, {"type": "Replied-Time", "content": "Wed, 13 May 2020 11:33:03 -0400"}, {"type": "Replied-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Merged-Time", "content": "Fri, 01 May 2020 08:19:27 -0400"}, {"type": "Merged-By", "content": "schmid22"}, {"type": "Merged-Time", "content": "Fri, 01 May 2020 08:19:27 -0400"}, {"type": "Merged-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "QPriority", "content": "deploy"}, {"type": "QPriority-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "QPriority-Updated-By", "content": "rubright"}, {"type": "Priority", "content": "deploy"}, {"type": "Priority-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "Priority-Updated-By", "content": "rubright"}, {"type": "QBuilding", "content": "frny"}, {"type": "QBuilding-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "QBuilding-Updated-By", "content": "rubright"}, {"type": "Building", "content": "frny"}, {"type": "Building-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "Building-Updated-By", "content": "rubright"}, {"type": "QDepartment", "content": "che"}, {"type": "QDepartment-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "QDepartment-Updated-By", "content": "rubright"}, {"type": "Department", "content": "che"}, {"type": "Department-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "Department-Updated-By", "content": "rubright"}, {"type": "QAssigned-To", "content": "bekuma"}, {"type": "QAssigned-To-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "QAssigned-To-Updated-By", "content": "rubright"}, {"type": "Assigned-To", "content": "bekuma"}, {"type": "Assigned-To-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "Assigned-To-Updated-By", "content": "rubright"}, {"type": "Shared-Folders", "content": "from ce to zsite"}, {"type": "Shared-Time", "content": "Mon, 20 Apr 2020 10:33:33 -0400"}, {"type": "Shared-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "QTime", "content": "00:03"}, {"type": "QTime-Updated-Time", "content": "Wed, 13 May 2020 11:33:04 EDT"}, {"type": "QTime-Updated-By", "content": "harley"}, {"type": "Time", "content": "00:03"}, {"type": "Time-Updated-Time", "content": "Wed, 13 May 2020 11:33:04 EDT"}, {"type": "Time-Updated-By", "content": "harley"}, {"type": "Replied-Time", "content": "Wed, 13 May 2020 11:33:03 -0400"}, {"type": "Replied-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Merged-Time", "content": "Fri, 01 May 2020 08:19:27 -0400"}, {"type": "Merged-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "QAssigned-To", "content": "bekuma"}, {"type": "QAssigned-To-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "QAssigned-To-Updated-By", "content": "rubright"}, {"type": "Assigned-To", "content": "bekuma"}, {"type": "Assigned-To-Updated-Time", "content": "Mon, 20 Apr 2020 13:05:35 EDT"}, {"type": "Assigned-To-Updated-By", "content": "rubright"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Fri, 01 May 2020 08:34:50 -0400"}, {"type": "Edited-By", "content": "schmid22"}, {"type": "QStatus", "content": "waiting on reply/time to call"}, {"type": "QStatus-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "QStatus-Updated-By", "content": "harley"}, {"type": "Status", "content": "waiting on reply/time to call"}, {"type": "Status-Updated-Time", "content": "Wed, 13 May 2020 11:33:10 EDT"}, {"type": "Status-Updated-By", "content": "harley"}, {"type": "Date", "content": "Thu, 12 Mar 2020 18:07:27 +0000"}, {"type": "From", "content": "\"Slusher, Laura M\" "}, {"type": "Message-ID", "content": ""}, {"type": "Subject", "content": "RE: New laptop"}, {"type": "To", "content": "\"csite@ecn.purdue.edu\" "}, {"type": "Content-Type", "content": "text/plain; charset=\"utf-8\""}, {"type": "X-ECN-Queue-Original-Path", "content": "/home/pier/e/queue/Attachments/inbox/2020-03-12/292-original.txt"}, {"type": "X-ECN-Queue-Original-URL", "content": "https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-03-12/292-original.txt"}], "content": ["Just checking on this new laptop and docking station. When will they be\n", "available? \n", "\n", "Thanks,\n", "Laura\n", "\n", "\n", "*** Status updated by: apigman at: 3/12/2020 16:18:23 ***\n", "!! need to track down laptop !!\n", "*** Edited by: apigman at: 03/12/20 16:18:46 ***\n", "\n", "Steven went over to EE this morning to grab this and could not find \n", "it\n", "\n", "asked in chat\n", "\n", "\n", "\n", "*** Edited by: apigman at: 03/12/20 16:23:29 ***\n", "\n", "called and let Laura know the laptop was here but it would take us a \n", "couple days to get it set up\n", "\n", "need to find in EE or if it was delivered to another site\n", "\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 03/16/20 11:15:15 ***\n", "\n", "Pinging FRNY Chat\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 03/16/20 11:20:32 ***\n", "\n", "Per Harley: First confirm with Pam that it was received/packing slip.\n", "\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 03/18/20 13:12:32 ***\n", "\n", "Per Pam on 03/17: The box it came in and it is not in back so \n", "someone picked it up and took it somehwere; should of also had \n", "slusher name on it\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 03/18/20 13:12:58 ***\n", "\n", "Pinging FRNY Chat\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 03/18/20 16:24:42 ***\n", "\n", "KNewell does not know of the whereabouts of that computer\n", "\n", "\n", "\n", "*** Edited by: wrucke at: 03/19/20 10:53:22 ***\n", "\n", "laptop and carry bag are in knoy b20 next to knewell's desk\n", "\n", "\n", "\n", "\n", "*** Status updated by: harley at: 3/19/2020 11:31:08 ***\n", "!! do deploy !!\n", "\n", "*** Status updated by: schmid22 at: 3/19/2020 12:57:52 ***\n", "Deploying\n", "\n", "=== Additional information supplied by user ===\n", "\n", "Subject: new laptop set-up\n", "From: \"Slusher, Laura M\" \n", "Date: Wed, 18 Mar 2020 16:29:56 +0000\n", "X-ECN-Queue-Original-Path: /home/pier/e/queue/Attachments/inbox/2020-03-18/326-original.txt\n", "X-ECN-Queue-Original-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-03-18/326-original.txt\n", "X-ECN-Queue-Attachment-1-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-03-18/326-attachment-1.bin\n", "X-ECN-Queue-Attachment-1-Path: /home/pier/e/queue/Attachments/inbox/2020-03-18/326-attachment-1.bin\n", "\n", "Please install the following on my new laptop:\n", "\n", "ARC GIS\n", "Adobe Pro\n", "Paint.net\n", "Google Earth\n", "MS Teams\n", "\n", "Also, just a reminder to set this laptop up as standalone, i.e. not\n", "connected to campus.\n", "\n", "Thank you,\n", "\n", "Laura Slusher, PE\n", "Traffic Safety Engineer/HELPERS Program Manager\n", "Indiana LTAP\n", "3000 Kent Ave, C2-118\n", "West Lafayette, IN 47906\n", "765-494-7038\n", "www.purdue.edu/inltap\n", "[signature]\n", "*** Replied by: schmid22 at: 03/19/20 11:53:18 ***\n", "\n", "Laura,\n", "\n", "I apologize for the delay. Your laptop is here and we're working on it. \n", "We are hoping to get you it by tomorrow, but we'll let you know if we \n", "run in to any issues.\n", "\n", "Thanks,\n", "\n", "Steven\n", "ECN\n", "\n", "*** Status updated by: schmid22 at: 3/19/2020 11:55:06 ***\n", "deploying\n", "\n", "===============================================\n", "\n", "*** Edited by: schmid22 at: 03/19/20 14:24:55 ***\n", "\n", "x-lt-lslusher.ecn.purdue.edu 128.46.165.20 Dell Windows 10-BAD\n", "fixed-address x-lt-lslusher.ecn.purdue.edu 34:48:ed:ab:f3:f9\n", "\n", "\n", "\n", "*** Edited by: tstone at: 03/19/20 14:31:15 ***\n", "\n", "13715a13716\n", "> 128.46.165.20 x-lt-lslusher.ecn.purdue.edu # Dell Windows10\n", "\n", "7371a7372\n", "> fixed-address x-lt-lslusher.ecn.purdue.edu 34:48:ed:ab:f3:f9\n", "\n", "Udpates pushed out. \n", "\n", "\n", "\n", "*** Replied by: schmid22 at: 03/20/20 14:35:35 ***\n", "\n", "Laura,\n", "\n", "We been working on your laptop, but it appears we were shipped bad \n", "hardware and it won't charge. We have a tech coming out as soon as \n", "possible and we'll keep you updated.\n", "\n", "\n", "Steven\n", "ECN\n", "\n", "*** Status updated by: schmid22 at: 3/20/2020 14:36:54 ***\n", "Waiting for Dell repair\n", "*** Edited by: schmid22 at: 04/07/20 11:01:00 ***\n", "\n", "Setup depot\n", "\n", "\n", "\n", "\n", "\n", "*** Status updated by: harley at: 4/7/2020 11:01:19 ***\n", "need to call in for service using depot\n", "*** Edited by: schmid22 at: 04/08/20 13:26:33 ***\n", "\n", "Laptop is either on first desk when you enter FRNY or on northeastern \n", "desk. Docking station should be in box on the left as you go up the \n", "stairs in the FRNY office\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 04/20/20 10:32:56 ***\n", "\n", "Hardware issues:\n", "\n", "Laptop wont charge with power adapter. Talked to dell and they want \n", "to replace the part of the laptop that accepts the power plug\n", "\n", "\n", "\n", "\n", "*** Status updated by: schmid22 at: 4/20/2020 10:33:21 ***\n", "zsite--please pick up computer and charger (dell precision laptop \n", "charger!) \n", "from FRNY and bring to EE\n", "*** Edited by: bekuma at: 04/21/20 10:02:39 ***\n", "\n", "laptop picked up \n", "Steve contacting Dell for Depot repair \n", "\n", "\n", "\n", "\n", "*** Status updated by: bekuma at: 4/21/2020 10:03:00 ***\n", "Dell depot repair and Steve contacting\n", "*** Edited by: schmid22 at: 04/21/20 13:38:34 ***\n", "\n", "Dell is shipping a box for the laptop, in which we can send off the \n", "laptop to the depot\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 04/22/20 09:21:21 ***\n", "\n", "depot repair requested. box is coming to EE. SR: 1023453746\n", "\n", "\n", "\n", "\n", "*** Status updated by: harley at: 4/22/2020 11:55:41 ***\n", "shared /w zsite - waiting on return to depot\n", "*** Edited by: schmid22 at: 04/24/20 13:42:12 ***\n", "\n", "Sent off to depot yesterday\n", "\n", "\n", "\n", "\n", "*** Status updated by: bekuma at: 4/24/2020 13:55:33 ***\n", "Machine at dell depot\n", "\n", "=== Additional information supplied by user ===\n", "\n", "Subject: Re: New laptop\n", "From: \"Slusher, Laura M\" \n", "Date: Fri, 24 Apr 2020 17:26:13 +0000\n", "X-ECN-Queue-Original-Path: /home/pier/e/queue/Attachments/inbox/2020-04-24/169-original.txt\n", "X-ECN-Queue-Original-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-04-24/169-original.txt\n", "\n", "Hi, I\u2019m wondering if the charging issues for my new laptop have been\n", "resolved or are they on hold for now? When can I expect to have my new\n", "laptop? I may need it for some upcoming online trainings I have to give. \n", "\n", "Thanks,\n", "Laura \n", "\n", "*** Edited by: schmid22 at: 04/24/20 13:47:27 ***\n", "\n", "Laura,\n", "\n", "We had a Dell technician scheduled to come out, but had to cancel due \n", "to leaving campus. Since then, we've regrouped and it's being sent \n", "off for repair. The laptop should be back within a couple of weeks. \n", "\n", "\n", "\n", "\n", "\n", "*** Replied by: schmid22 at: 04/24/20 14:09:16 ***\n", "\n", "Laura,\n", "\n", "We had a Dell technician scheduled to come out, but had to cancel due \n", "to leaving campus. Since then, we've regrouped and it's being sent \n", "off for repair. The laptop should be back within two weeks. \n", "\n", "Steven\n", "ECN\n", "\n", "*** Status updated by: schmid22 at: 4/24/2020 14:14:00 ***\n", "Merging\n", "\n", "===============================================\n", "\n", "\n", "=== Additional information supplied by user ===\n", "\n", "Subject: Re: New laptop\n", "From: \"Slusher, Laura M\" \n", "Date: Fri, 24 Apr 2020 18:31:54 +0000\n", "X-ECN-Queue-Original-Path: /home/pier/e/queue/Attachments/inbox/2020-04-24/195-original.txt\n", "X-ECN-Queue-Original-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-04-24/195-original.txt\n", "\n", "Should a brand new laptop have to be repaired? I don\u2019t want a dud. Should\n", "we just order a new one? \n", "\n", "*** Edited by: schmid22 at: 04/24/20 14:56:50 ***\n", "\n", "Laura,\n", "\n", "We definitely don't want you to have a dud ether. We have tested this \n", "PC and other than the power module, the computer is working fine. \n", "Replacement of the power module is a simple fix, so it should work \n", "excellently.\n", "\n", "\n", "\n", "*** Replied by: schmid22 at: 04/24/20 15:14:56 ***\n", "\n", "Laura,\n", "\n", "We definitely don't want you to have a dud either. We have tested this \n", "laptop and other than the power connector, the system is working fine. \n", "This power connector is a small module that is designed to be straight \n", "forward to replace and is independent of the system board. With this in \n", "mind, we believe that this repair is minor even for a new system.\n", "\n", "\n", "Steven\n", "ECN\n", "\n", "*** Status updated by: schmid22 at: 4/24/2020 15:15:27 ***\n", "Mergig\n", "\n", "===============================================\n", "\n", "*** Edited by: schmid22 at: 04/28/20 12:01:20 ***\n", "\n", "Current Status:\n", "The part(s) needed to repair your system are not currently in stock.\n", "What's Next:\n", "In most cases the parts are available is less than five days.\n", "You can check the status of your repair at our Repair Center Status \n", "Tool . If you have a question or require further updates, please \n", "visit the Support Center for the contact option most convenient to \n", "you, or Chat with a live support representative. In addition, you may \n", "call us at 1-800-624-9896.\n", "Thank you for your patience as we work to resolve this issue.\n", "Respectfully,\n", "Dell Technical Support \n", "\n", "\n", "\n", "\n", "*** Edited by: bekuma at: 04/29/20 11:40:40 ***\n", "\n", "Machine repaired and returned\n", "checking with Steven on how they want to proceed \n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 04/29/20 13:29:26 ***\n", "\n", "Asking bekuma to plug in to network and power, assuming its not wiped\n", "\n", "\n", "\n", "\n", "*** Status updated by: schmid22 at: 4/29/2020 13:33:50 ***\n", "Checking on computer status\n", "*** Edited by: schmid22 at: 04/30/20 08:43:58 ***\n", "\n", "PUshing ArcGIS\n", "\n", "ArcGIS 10.7 Install TSForce Rerun\n", "CreativeCloud\n", "Install_CreativeCloud_NamedCustom-2020Force Rerun\n", "EarthPro\n", "Install_EarthPro_7.3.1.4507Force Rerun\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 04/30/20 08:49:22 ***\n", "\n", "Installing paint.net\n", "\n", "\n", "\n", "\n", "*** Status updated by: schmid22 at: 4/30/2020 08:56:42 ***\n", "Deploying\n", "*** Edited by: schmid22 at: 04/30/20 09:34:40 ***\n", "\n", "updating drivers via command update\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 04/30/20 09:59:59 ***\n", "\n", "Enabled bitlocker. PW is g***r***1\n", "\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 04/30/20 10:02:59 ***\n", "\n", "Laptop needs the following from zSite:\n", "\n", "Turn computer on and enter bitlocker pin: g***r***1\n", "Enable secure boot once bitlocker has completed encrypting\n", "label machine: x-lt-lslusher01\n", "Set BIOS PW\n", "Set pcadm PW w/user\n", "Change bitlocker password w/user\n", "Go over pcadm w/user\n", "install microsoft teams w/user\n", "\n", "\n", "\n", "*** Edited by: schmid22 at: 04/30/20 10:07:01 ***\n", "\n", "per bekuma: zsite8 it is all set including the BIOS PW. (except that \n", "with setting we work here withe the user)\n", "you can reply back to the user if they want to pick it up from here \n", "and their available time frame to pick it up.\n", "\n", "\n", "\n", "\n", "*** Replied by: schmid22 at: 04/30/20 10:07:38 ***\n", "\n", "Laura,\n", "\n", "Your laptop will be ready to be picked up this afternoon. Do you have \n", "any availablity this afternoon or tomorrow to pick the laptop up from \n", "EE270? Please let us know and we'll schedule someone to let you in \n", "and go over settings with you.\n", "\n", "\n", "Steven\n", "ECN\n", "\n", "*** Status updated by: schmid22 at: 4/30/2020 10:09:37 ***\n", "Waiting for reply\n", "\n", "*** Status updated by: bekuma at: 4/30/2020 10:49:28 ***\n", "Machine ready for pickup\n", "\n", "=== Additional information supplied by user ===\n", "\n", "Subject: Re: New laptop\n", "From: \"Slusher, Laura M\" \n", "Date: Thu, 30 Apr 2020 14:15:03 +0000\n", "X-ECN-Queue-Original-Path: /home/pier/e/queue/Attachments/inbox/2020-04-30/93-original.txt\n", "X-ECN-Queue-Original-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-04-30/93-original.txt\n", "\n", "Yes, I can come by this afternoon. Just let me know what time is the most\n", "convenient for you and what door to go to to get in. \n", "\n", "Thanks!!\n", "Laura\n", "\n", "*** Edited by: schmid22 at: 04/30/20 10:36:47 ***\n", "\n", "Checking with Bekuma for a time this afternoon. \n", "\n", "*** Status updated by: schmid22 at: 4/30/2020 10:37:10 ***\n", "Reply\n", "*** Replied by: schmid22 at: 04/30/20 10:37:31 ***\n", "\n", "Laura,\n", "\n", "Will 2:30 work? If so, you can meet us by the bus stop, outside the \n", "EE building. Give us a call at 7654944326 when you're there and \n", "someone will come down to let you in.\n", "\n", "\n", "Steven\n", "ECN\n", "\n", "*** Status updated by: schmid22 at: 4/30/2020 10:38:50 ***\n", "Waiting for reply\n", "\n", "===============================================\n", "\n", "\n", "=== Additional information supplied by user ===\n", "\n", "Subject: Re: New laptop\n", "From: \"Slusher, Laura M\" \n", "Date: Thu, 30 Apr 2020 14:39:54 +0000\n", "X-ECN-Queue-Original-Path: /home/pier/e/queue/Attachments/inbox/2020-04-30/103-original.txt\n", "X-ECN-Queue-Original-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-04-30/103-original.txt\n", "\n", "Perfect. See you then. \n", "\n", "Laura\n", "\n", "\n", "===============================================\n", "\n", "\n", "*** Status updated by: schmid22 at: 4/30/2020 10:51:08 ***\n", "!! Meet at 2:30 at bustop to deliver laptop\n", "\n", "=== Additional information supplied by user ===\n", "\n", "Subject: Re: New laptop\n", "From: \"Slusher, Laura M\" \n", "Date: Thu, 30 Apr 2020 20:45:35 +0000\n", "X-ECN-Queue-Original-Path: /home/pier/e/queue/Attachments/inbox/2020-04-30/246-original.txt\n", "X-ECN-Queue-Original-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-04-30/246-original.txt\n", "\n", "In addition to resetting my new laptop to standalone status, please make my\n", "account on it the admin account so I don\u2019t have to log in separately to\n", "install software. There\u2019s no way that sticky note survives all my travel\n", "and there\u2019s no way I\u2019ll remember a random log-in name. I\u2019d like ONE log-in\n", "for the entire laptop, which is how my laptop now is set up. \n", "\n", "Thanks,\n", "Laura\n", "\n", "\n", "===============================================\n", "\n", "*** Edited by: schmid22 at: 05/01/20 08:34:50 ***\n", "\n", "https://engineering.purdue.edu/webqueue/?\n", "action=show_item&queue=ce&number=185&archive=YM2003\n", "\n", "\n", "\n", "\n", "\n", "*** Status updated by: harley at: 5/1/2020 09:19:28 ***\n", "need to discuss next steps\n", "*** Replied by: harley at: 05/13/20 11:12:44 ***\n", "\n", "Laura,\n", "\n", "Just reaching out to discuss your concerns with the setup of the\n", "new laptop. Over the past 18 months we have deployed over 500 \n", "faculty, staff and student laptops with our new Window 10 BoilerAD \n", "configuration. At this point we think we have worked out just about \n", "all the wrinkles with this setup.\n", "\n", "Is there a good time to give you a call so we can better understand \n", "your concerns? \n", "\n", "Thanks,\n", "\n", "Joshua Harley\n", "Site Manager, User Services, ECN\n", "\n", "\n", "*** Status updated by: harley at: 5/13/2020 11:33:10 ***\n"], "isLocked": false, "userEmail": "lslusher@purdue.edu", "userName": "Slusher, Laura M", "userAlias": "lslusher", "assignedTo": "bekuma", "subject": "RE: New laptop", "status": "waiting on reply/time to call", "priority": "deploy", "department": "che", "building": "frny", "dateReceived": "2020-03-12T18:07:27+0000"}, {"queue": "ce", "number": 42, "lastUpdated": "09-11-20 12:14 PM", "headers": [{"type": "QAssigned-To", "content": "schmid22"}, {"type": "QAssigned-To-Updated-Time", "content": "Thu, 14 May 2020 10:35:35 EDT"}, {"type": "QAssigned-To-Updated-By", "content": "schmid22"}, {"type": "Assigned-To", "content": "schmid22"}, {"type": "Assigned-To-Updated-Time", "content": "Thu, 14 May 2020 10:35:35 EDT"}, {"type": "Assigned-To-Updated-By", "content": "schmid22"}, {"type": "Date", "content": "Thu, 14 May 2020 10:21:32 -0400"}, {"type": "From", "content": "feng293@purdue.edu"}, {"type": "Message-ID", "content": "<20200514102132.10315.1147801131@zeoclient-03.ecn.purdue.edu>"}, {"type": "Subject", "content": "Upgrade system and Abaqus"}, {"type": "To", "content": "cesite@ecn.purdue.edu"}, {"type": "Content-Type", "content": "text/plain; charset=\"utf-8\""}, {"type": "X-ECN-Queue-Original-Path", "content": "/home/pier/e/queue/Attachments/inbox/2020-05-14/77-original.txt"}, {"type": "X-ECN-Queue-Original-URL", "content": "https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-05-14/77-original.txt"}], "content": ["\n", "\tName: Heyi Feng\n", " Login: feng293\n", " Computer: civil4147pc2.ecn\n", " Location: HAMP 4147\n", " Email: feng293@purdue.edu\n", " Phone: 5039154835\n", " Office: \n", " UNIX Dir: None\n", " Zero Dir: U=\\\\myhome.itap.purdue.edu\\myhome\\%username%\n", " User ECNDB: http://eng.purdue.edu/jump/2e29495\n", " Host ECNDB: http://eng.purdue.edu/jump/2eccc3f \n", " Subject: Upgrade system and Abaqus\n", "\n", "Hello,\n", "\n", "My advisor Dr. Sukru Guzey (guzey@purdue.edu) woule like to give me\n", "the remote access of a computer located in HAMP 4147 now (civil\n", "4147pc2.ecn 128.46.174.87). In the meantime, we will need that\n", "computer's system upgraded to Windows 10 and Abaqus 2019 along with\n", "Office softwares installed as well. \n", "\n", "Thanks\n"], "isLocked": false, "userEmail": "feng293@purdue.edu", "userName": "", "userAlias": "feng293", "assignedTo": "schmid22", "subject": "Upgrade system and Abaqus", "status": "", "priority": "", "department": "", "building": "", "dateReceived": "2020-05-14T10:21:32-0400"}, {"queue": "ce", "number": 51, "lastUpdated": "09-11-20 12:14 PM", "headers": [{"type": "Merged-Time", "content": "Thu, 14 May 2020 16:43:24 -0400"}, {"type": "Merged-By", "content": "schmid22"}, {"type": "QAssigned-To", "content": "schmid22"}, {"type": "QAssigned-To-Updated-Time", "content": "Thu, 14 May 2020 15:53:21 EDT"}, {"type": "QAssigned-To-Updated-By", "content": "schmid22"}, {"type": "Assigned-To", "content": "schmid22"}, {"type": "Assigned-To-Updated-Time", "content": "Thu, 14 May 2020 15:53:21 EDT"}, {"type": "Assigned-To-Updated-By", "content": "schmid22"}, {"type": "QStatus", "content": "Waiting for reply"}, {"type": "QStatus-Updated-Time", "content": "Thu, 14 May 2020 15:53:16 EDT"}, {"type": "QStatus-Updated-By", "content": "schmid22"}, {"type": "Status", "content": "Waiting for reply"}, {"type": "Status-Updated-Time", "content": "Thu, 14 May 2020 15:53:16 EDT"}, {"type": "Status-Updated-By", "content": "schmid22"}, {"type": "QTime", "content": "00:05"}, {"type": "QTime-Updated-Time", "content": "Thu, 14 May 2020 15:53:12 EDT"}, {"type": "QTime-Updated-By", "content": "schmid22"}, {"type": "Time", "content": "00:05"}, {"type": "Time-Updated-Time", "content": "Thu, 14 May 2020 15:53:12 EDT"}, {"type": "Time-Updated-By", "content": "schmid22"}, {"type": "Replied-Time", "content": "Thu, 14 May 2020 15:53:10 -0400"}, {"type": "Replied-By", "content": "schmid22"}, {"type": "Edited-Time", "content": "Thu, 14 May 2020 15:41:06 -0400"}, {"type": "Edited-By", "content": "goodlett"}, {"type": "Edited-Time", "content": "Thu, 14 May 2020 15:41:06 -0400"}, {"type": "Edited-By", "content": "goodlett"}, {"type": "Date", "content": "Thu, 14 May 2020 15:03:07 -0400"}, {"type": "From", "content": "jclauso@purdue.edu"}, {"type": "Message-ID", "content": "<20200514150306.10315.1810981371@zeoclient-03.ecn.purdue.edu>"}, {"type": "Subject", "content": "ECN privileges for future grad student"}, {"type": "To", "content": "cesite@ecn.purdue.edu"}, {"type": "Content-Type", "content": "text/plain; charset=\"utf-8\""}, {"type": "X-ECN-Queue-Original-Path", "content": "/home/pier/e/queue/Attachments/inbox/2020-05-14/199-original.txt"}, {"type": "X-ECN-Queue-Original-URL", "content": "https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-05-14/199-original.txt"}], "content": ["\n", "\tName: Jill T Clauson\n", " Login: jclauso\n", " Computer: x-chebo1 (128.46.108.51)\n", " Location: FRNY G041B\n", " Email: jclauso@purdue.edu\n", " Phone: +1 765 49-45778\n", " Office: \n", " UNIX Dir: /home/fairway/a/jclauso\n", " Zero Dir: U=\\\\fairway.ecn.purdue.edu\\jclauso\n", " User ECNDB: http://eng.purdue.edu/jump/cbb32b\n", " Host ECNDB: http://eng.purdue.edu/jump/2e87447 \n", " Subject: ECN privileges for future grad student\n", "\n", "Jack Connolly PUID 00285-20528 alias connolj@purdue.edu will be\n", "starting as a grad student this August. His advisor, Pablo Zavattieri\n", "would like to grant him early access to Purdue systems, so he can\n", "read about computer simulations, and be ready to start his work in\n", "Civil. Please let me know if you would like me to forward Pablo's\n", "request. \n", "*** Edited by: goodlett at: 05/14/20 15:40:15 ***\n", "\n", "$ ah modify account connolj * authName {zavattie}\n", "Changed 'authName' to 'zavattie' for login 'connolj' on host(s) 'zero.ecn.purdue.edu'.\n", "goodlett@pier: <-bash>[~]\n", "$ ah modify account connolj * authNote {ECN CE Grad}\n", "Changed 'authNote' to 'ECN CE Grad' for login 'connolj' on host(s) 'zero.ecn.purdue.edu'.\n", "\n", "\n", "\n", "*** Edited by: goodlett at: 05/14/20 15:41:06 ***\n", "\n", "ECN account is good. They already have access to CE servers. Might need to be added to a CE group for access. A new r4p will be needed.\n", "\n", "\n", "\n", "*** Replied by: schmid22 at: 05/14/20 15:47:53 ***\n", "\n", "Jill,\n", "\n", "It looks like Jack already has an ECN account, so that's good. Here \n", "are a couple of things that need to be done:\n", "\n", "1. His advisor needs to fill out the R4P form and submit it. The link \n", "is here: https://www.purdue.edu/apps/account/r4p\n", "\n", "2. We need to know if he needs to be in any special CE groups. If we \n", "don't know right now, it may help to know if he'll need access for \n", "anything beyond the usual. Otherwise, we can just grant access when \n", "he needs something but doesn't have access.\n", "\n", "Thanks,\n", "\n", "Steven\n", "ECN\n", "\n", "*** Status updated by: schmid22 at: 5/14/2020 15:53:16 ***\n", "Waiting for reply\n", "\n", "=== Additional information supplied by user ===\n", "\n", "Subject: RE: ECN privileges for future grad student\n", "From: \"Clauson, Jill T\" \n", "Date: Thu, 14 May 2020 20:38:39 +0000\n", "X-ECN-Queue-Original-Path: /home/pier/e/queue/Attachments/inbox/2020-05-14/239-original.txt\n", "X-ECN-Queue-Original-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-05-14/239-original.txt\n", "X-ECN-Queue-Attachment-1-URL: https://engineering.purdue.edu/webqueue/Attachments/inbox/2020-05-14/239-attachment-1.jpg\n", "X-ECN-Queue-Attachment-1-Path: /home/pier/e/queue/Attachments/inbox/2020-05-14/239-attachment-1.jpg\n", "\n", "Hi Steven,\n", "\n", "Our business manager, Yvette has asked me to do the R4P--instead of\n", "faculty... with his email approval.\n", "\n", "I am filling out his R4P right now.\n", "\n", "Here is his email about what Civil groups he needs.\n", "\n", "[cid:image001.jpg@01D62A0E.1E47A990]\n", "\n", "Thanks,\n", "\n", "Jill\n", "\n", "*** Replied by: schmid22 at: 05/14/20 16:42:23 ***\n", "\n", "Jill,\n", "\n", "Excellent! Thank you! As a CE student, he's automatically in the \n", "Abaqus group. Let us know if you need anything else!\n", "\n", "\n", "Steven\n", "ECN\n", "\n", "*** Status updated by: schmid22 at: 5/14/2020 16:43:18 ***\n", "Merging\n", "\n", "===============================================\n"], "isLocked": false, "userEmail": "jclauso@purdue.edu", "userName": "", "userAlias": "jclauso", "assignedTo": "schmid22", "subject": "ECN privileges for future grad student", "status": "Waiting for reply", "priority": "", "department": "", "building": "", "dateReceived": "2020-05-14T15:03:07-0400"}]; +const history = useHistory(); - -useEffect(() => { - - setData(testItems) - -}, []); - - + ``` ```jsx static - + ``` \ No newline at end of file