|
Tag: Redirect target changed |
| (15 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| {|cellpadding="10" cellspacing="5"
| | #REDIRECT [[Review (Activity)]] |
| |-style="background-color:#ed2330; color:white"
| |
| |style="font-size:14pt"|'''WIP'''||This article is a work-in-progress. It was written using a beta version of 2022. This article is subject to change and/or expansion as it is updated to the release version of 2022.
| |
| | |
| This tag will be removed upon draft completion.
| |
| |}
| |
| | |
| <blockquote style="font-size:125%">
| |
| The Grooper '''Web Review''' client allows users to connect to a Grooper dashboard over the internet via a web server. This allows end-users to process review based activities in a '''Batch Process''' in a web browser, without the need to install Grooper on their own machine.
| |
| </blockquote>
| |
| | |
| == About ==
| |
| | |
| THIS SECTION TO BE COMPLETED AT A LATER DATE
| |
| | |
| == Installation ==
| |
| | |
| Setting up the Grooper '''Web Review''' client is done in three simple steps:
| |
| # Install the IIS components on your server.
| |
| # Install the Grooper Web Client application.
| |
| # Open the Web Review URL in a browser and start using it.
| |
| | |
| As a side note, there are some additional requirements for users scanning paper documents into Grooper with a physical scanner. These requirements will be detailed in the [[#Scanning with Web Review]] section of this article.
| |
| | |
| <tabs style="margin:20px">
| |
| <tab name="1. Install IIS" style="margin:20px>
| |
| | |
| === 1. Install IIS ===
| |
| | |
| The first step to setting up your server for Grooper Web Review is installing the IIS (Internet Information Services) components.
| |
| | |
| {|cellpadding="10" cellspacing="5"
| |
| |-style="background-color:#f89420; color:white"
| |
| |style="font-size:22pt"|⚠||It's important to do this step first. Installing and setting up IIS first is required before installing the '''Grooper Web Client'''.
| |
| |}
| |
| | |
| {|cellpadding=10 cellspacing=5
| |
| |valign=top style="width:40%"|
| |
| Open the '''Server Manager''' application.
| |
| | |
| # Select ''Manage''.
| |
| # Select ''Add Roles and Features''.
| |
| |valign=top|
| |
| [[File:Web-review-installation-iis-01.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=3> On the following screen, select ''Next''.
| |
| |
| |
| [[File:Web-review-installation-iis-02.png]]
| |
| |-
| |
| |valign=top|
| |
| Next, you will be asked to select the '''''Installation Type'''''.
| |
| | |
| #<li value=4> Select ''Role-based or feature-based installation''.
| |
| # Select ''Next'' to continue.
| |
| |
| |
| [[File:Web-review-installation-iis-03.png]]
| |
| |-
| |
| |valgin=top|
| |
| Next, you will be asked to select a server on which to install the IIS.
| |
| | |
| #<li value=6> Select the server.
| |
| #* FYI: The local server is selected by default.
| |
| # Select ''Next'' to continue.
| |
| |
| |
| [[File:Web-review-installation-iis-04.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=8> In the following screen, scroll down to the bottom of the list to select ''Web Server''.
| |
| |valign=top|
| |
| [[File:Web-review-installation-iis-05.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=9> In the following prompt, select ''Add Features''.
| |
| # Then, select ''Next''.
| |
| |valign=top|
| |
| [[File:Web-review-installation-iis-06.png]]
| |
| |-
| |
| |valign=top|
| |
| No additional '''''Features''''' are necessary.
| |
| | |
| #<li value=11> Select ''Next'' to continue.
| |
| |
| |
| [[File:Web-review-installation-iis-07.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=12> On the '''''Web Server Role (IIS)''''' screen, select ''Next''.
| |
| |valign=top|
| |
| [[File:Web-review-installation-iis-08.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=13>In the '''''Role Services''''' selection panel, select the following components (FYI: If a window appears asking you to add features, select ''Add Features''):
| |
| #*'''Web Server'''
| |
| #**Common HTTP Features
| |
| #***Default Document
| |
| #***Static Content
| |
| #**Security
| |
| #***Request Filtering
| |
| #***Basic Authentication
| |
| #***Windows Authentication
| |
| #**Application Development
| |
| #***.NET Extensibility 4.5
| |
| #***ASP.NET 4.5
| |
| #***ISAPI Extensions
| |
| #***ISAPI Filters
| |
| #***WebSocket Protocol
| |
| #*'''Management Tools'''
| |
| #**IIS Management Console
| |
| #**IIS 6 Management Compatibility
| |
| #***IIS 6 Metabase Compatibility
| |
| #**IIS Management Scripts and Tools
| |
| #**Management Service
| |
| # Select ''Next'' after all components are selected.
| |
| |valign=top|
| |
| [[File:Web-review-installation-iis-09.png]]
| |
| |-
| |
| |valign=top|
| |
| The last step is to confirm your IIS installation.
| |
| | |
| #<li value=15> Verify the settings are correct and all required components are present.
| |
| # Select ''Install''.
| |
| |valign=top|
| |
| [[File:Web-review-installation-iis-10.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=17> Close the install wizard.
| |
| #* FYI: You may close the install wizard while IIS is installing. It will continue to install in the background.
| |
| |valign=top|
| |
| [[File:Web-review-installation-iis-11.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=18> Upon successful installation, we can see IIS in the '''Server Manager''' application.
| |
| | |
| With IIS installed, our next step is to install the Grooper Web Server.
| |
| | |
| {|cellpadding="10" cellspacing="5"
| |
| |-style="background-color:#36b0a7; color:white"
| |
| |style="font-size:14pt"|'''FYI'''||You may want to add a service user account at this time. The service account must have full access to the Grooper database and file store to function properly.
| |
| |}
| |
| |
| |
| [[File:Web-review-installation-iis-12.png]]
| |
| |}
| |
| </tab>
| |
| <tab name="2. Install Grooper Web Client" style="margin:20px">
| |
| === 2. Install Grooper Web Client ===
| |
| | |
| Next, we will install the '''Grooper Web Client''' application.
| |
| | |
| {|cellpadding="10" cellspacing="5"
| |
| |-style="background-color:#f89420; color:white"
| |
| |style="font-size:22pt"|⚠||If you have not done so already, install Grooper and add repository connections before continuing.
| |
| | |
| If you need instructions on installing Grooper, please visit the [[Install and Setup]] article.
| |
| |}
| |
| | |
| {|cellspacing=10 cellpadding=5
| |
| |valign=top style="width:40%"|
| |
| First, you will need to download the '''Grooper Web Client Installer''' from the Downloads and Resources section of [https://xchange.grooper.com/categories/downloads-and-resources Grooper x Change]
| |
| | |
| # After unzipping the installer package, run the '''setup''' application.
| |
| |valign=top|
| |
| [[File:Web-review-installation-web-client-01.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=2> Select ''Next'' to start installation.
| |
| |
| |
| [[File:Web-review-installation-web-client-02.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=3> Accept the licensing terms of the software agreement.
| |
| # Select ''Next'' to continue.
| |
| |valign=top|
| |
| [[File:Web-review-installation-web-client-03.png]]
| |
| |-
| |
| |valign=top|
| |
| In the following screen, you will enter the user name and password of the account that will logon to use the application.
| |
| | |
| {|cellpadding="10" cellspacing="5"
| |
| |-style="background-color:#f89420; color:white"
| |
| |style="font-size:22pt"|⚠||Before selecting a user, ensure the user has permissions access to the Grooper database and file store location. The user '''''must''''' be able to read ''''and'''' write to the database and file store.
| |
| | |
| This is where you would want to enter a service account's information, if you are choosing to use one. The account '''''must''''' have access to the database and file store in order to do work in Grooper.
| |
| |}
| |
| | |
| #<li value=5> Enter the account's user name and password.
| |
| #* FYI: You may also use the ''Browse...'' feature to help find the domain and user, if you need.
| |
| # Select ''Next'' to continue.
| |
| |valign=top|
| |
| [[File:Web-review-installation-web-client-04.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=7> Select ''Next'' to continue setup.
| |
| |valign=top|
| |
| [[File:Web-review-installation-web-client-05.png]]
| |
| |-
| |
| |valign=top|
| |
| #<li value=8> Select ''Install'' to initialize installation.
| |
| |
| |
| [[File:Web-review-installation-web-client-06.png]]
| |
| |-
| |
| |valign=top|
| |
| You will see the following screen upon successfully installing the Grooper Web Client.
| |
| | |
| #<li value=9>Select ''Finish'' to finish installation.
| |
| |
| |
| [[File:Web-review-installation-web-client-07.png]]
| |
| |-
| |
| |valign=top|
| |
| You can verify the '''Grooper Web Client''' was installed by opening Microsoft's '''Internet Information Services (IIS) Manager'''.
| |
| | |
| # Under your server, select '''''Application Pools'''''.
| |
| # You will see ''Grooper'' listed in the Application Pools.
| |
| # In the '''''Sites''''' folder, you can also select the Grooper site created.
| |
| |valign=top|
| |
| [[File:Web-review-installation-web-client-08.png]]
| |
| |-
| |
| |valign=top|
| |
| {|cellpadding="10" cellspacing="5"
| |
| |-style="background-color:#36b0a7; color:white"
| |
| |style="font-size:14pt"|'''FYI'''||One of the most common issues with installing the '''Grooper Web Client''' are permissions related. The service account '''''must''''' have permissions to the Grooper database and file store for each Grooper Repository. Users will not be able to create a '''Batch''' or process review steps using Web Review if it does not.
| |
| | |
| If you did not choose an account with appropriate credentials during the '''Grooper Web Client''' installation, you will need to switch users to an account with appropriate access.
| |
| | |
| To add a service account with proper credentials do the following:
| |
| | |
| # Select the '''Grooper''' Application Pool.
| |
| # Select ''Advanced Settings...''.
| |
| # The '''''Advanced Settings''''' window will pop up.
| |
| # Scroll down to the '''''Identity''''' property and configure it with the new user account.
| |
| | |
| You will need to restart the Application Pool after making changes.
| |
| |}
| |
| |valign=top|
| |
| [[File:Web-review-installation-web-client-09.png]]
| |
| |}
| |
| </tab>
| |
| <tab name="3. Access Web Review" style="margin:20px">
| |
| === 3. Access Web Review ===
| |
| | |
| {|cellpadding=10 cellspacing=5
| |
| |valign=top style="width:40%"|
| |
| At this point, users are ready and able to access Grooper's '''Web Review''' using a URL.
| |
| | |
| By default, '''Web Review''' URL will be the following:
| |
| * <code>http://<YOUR_SERVER_NAME>:13930</code>
| |
| | |
| # Open up a browser and enter the URL.
| |
| | |
| You can now start using the '''Web Review''' client. In the next section, we will detail the UI navigation.
| |
| |
| |
| [[File:Web-review-installation-access-web-review-01.png]]
| |
| |}
| |
| </tab>
| |
| :[[#Installation|Click here to return to the top]]
| |
| </tabs>
| |
| | |
| == User Guide ==
| |
| | |
| === Web Review UI ===
| |
| | |
| NOTES
| |
| | |
| Include info on Repo switching
| |
| | |
| === Performing Review Tasks ===
| |
| | |
| From "Batches" and "Tasks"
| |
| | |
| - Saving the business about pausing/resuming Batches, updating Batch Processes, etc for the Batch Management section
| |
| | |
| === Review Applications ===
| |
| | |
| Explanations for how to navigate each Review view with a specific use case example.
| |
| | |
| Shortcuts list included for each view
| |
| | |
| ==== Thumbnail View - Reviewing Grooper's Image Processing ====
| |
| | |
| ==== Classification View - Reviewing Grooper's Document Classification ====
| |
| | |
| ==== Data View - Reviewing Grooper's Data Extraction ====
| |
| | |
| Will need info on all Data Elements
| |
| -Data Fields
| |
| -Data Sections (adding sections included)
| |
| -Data Tables (adding rows included)
| |
| | |
| Need info on expressions and database lookups
| |
| | |
| Rubberband OCR
| |
| | |
| Rubberband Zone
| |
| - Redaction use case and/or elevation use case example
| |
| | |
| ==== Folder View - A Generic Batch Viewer ====
| |
| | |
| === Batch Management ===
| |
| | |
| === Event Log ===
| |
| | |
| == Designer Guide ==
| |
| | |
| === Setting Up Review Views ===
| |
| | |
| === Data Model Styling for Data Review ===
| |
| | |
| == Scanning With Web Review ==
| |