{ "version": 3, "sources": ["src/app/components/dashboard/dashboard.component.ts", "src/app/components/dashboard/dashboard.component.html"], "sourcesContent": ["import { Component, OnInit,OnDestroy } from \"@angular/core\";\r\n//import { ChartOptions, ChartType, ChartDataset } from \"chart.js\";\r\n//import { Label } from \"ng2-charts\";\r\nimport { DataService } from \"src/app/core/shared/data.service\";\r\n\r\n\r\n@Component({\r\n selector: \"app-dashboard\",\r\n templateUrl: \"./dashboard.component.html\",\r\n styleUrls: [\"./dashboard.component.css\"],\r\n})\r\n\r\nexport class DashboardComponent implements OnInit,OnDestroy {\r\n\r\n isShown: boolean = false ; // hidden by default\r\n\r\n constructor(private DataService: DataService) {}\r\n\r\n ngOnInit() {\r\n this.DataService.setPageTitle(\"Home\");\r\n let url = window.location.href.replace(window.location.host, '').replace('http://', '');\r\n var reloadVal = localStorage.getItem('reloaded');\r\n if(reloadVal && reloadVal=='0')\r\n {\r\n window.location.reload();\r\n localStorage.setItem('reloaded','1');\r\n }\r\n else\r\n {\r\n //console.log('no reload needed');\r\n }\r\n\r\n }//end of fx\r\n\r\n ngOnDestroy() {\r\n\r\n }//end of fx\r\n\r\n helpButtonHandle(): void\r\n {\r\n this.isShown = ! this.isShown;\r\n }//end of fx\r\n}\r\n", "
Welcome to LN Court Services website!
\r\nThe purpose of this application is to provide and track the current status of the courts that we gather information from.
\r\nKey Components:
\r\n\r\n 1. Analytics\r\n The main page provides a quick glance of the current counts of court services with their court stand and the work queue totals. The user can click the ‘Refresh’ button for updated information. \r\n 2. Work Queue \r\n Listing of courts to contact in priority order. Please refer to user guide for complete instructions. \r\n 3. Query \r\n Provides ability to select court fields and rows based on criteria, such as state, and download to excel or csv for further review. Use of shared queries is encouraged. \r\n 4. Admin Functions \r\n Individuals assigned to an Admin role have pages specific to managing the user interface, such as security, priority administration, unlocking court rows and drop-down value maintenance. \r\n\r\n
To use the website, please select from menu items to proceed.
\r\nFor additional information, please click Help
\r\n\r\n What courts should I pick?\r\n\r\n Please work the list as it appears, which is in priority order. Priority 1 courts should be worked first. \r\n\r\n Why does the court have more than one row? \r\n\r\n Some courts have multiple rows because there is one row for each workday (Monday, Tuesday, Wednesday, Thursday, Friday). \r\n Hours & contact information may be different for each day. \r\n\r\n What happens when I click the check box next to a court? \r\n\r\n Court is locked for you to work on that court. You may click on more than one. The values for the court will appear at the bottom of the screen. \r\n Change values as advised in training. \r\n\r\n What occurs when I click “Save”? \r\n\r\n If you have made any changes, the court priority will be updated to ‘Priority 4’ and information will be stored in the database. \r\n The court row will fall to the bottom of the Priority 4 section \r\n (unless the priority is changed to something other than Priority 4.) \r\n\r\n Why would I want to click “Save as draft”? \r\n\r\n When calling a court, you may need to have a brief pause while you get more information. \r\n Clicking “Save for Later” will hold on to your changes, but not commit them or update the Priority. \r\n This saves the fields that were corrected without being committed to the database. \r\n An example of using this is when you are about to be timed out or need to step away. The data in the row will be held. \r\n\r\n I’m going to be out, what happens to my records that were locked? \r\n\r\n An LN Admin will be able to unlock these so that another team member may complete. \r\n\r\n What do I do if I need a query deleted? \r\n\r\n Reach out to your LN Admin for advisement. \r\n\r\n\r\n
Click Help? button again to dismiss...
\r\n