Merge pull request #40 from kjannette/marv3

more
This commit is contained in:
S Jannette
2024-01-21 17:25:47 -06:00
committed by GitHub

View File

@@ -5,48 +5,41 @@ export const Steps = () => (
<h2 className="doc-header-text">Generate Discovery Responses</h2> <h2 className="doc-header-text">Generate Discovery Responses</h2>
<ol className="steps-list"> <ol className="steps-list">
<li> <li>
<strong>CREATE THE CASE: </strong>First, input the case to which the <strong>CREATE THE CASE: </strong> Click Cases in the top navigation
discovery request pertains. Click Cases in the top navigation bar to bar to go to the <strong>Case View</strong>. Click the Create New Case
go to the <strong>Case View</strong>. Click the Create New Case button button (lower right) to surface the Create Case Modal. Enter all
(lower right) to surface the Create Case Modal. Enter all relevant relevant information -- case name, case number, parties, etc. -- and
information -- case name, case number, parties, etc. -- and click Save click Save Case to open the new case's
Case. The modal will close, returning you to the{" "} <strong> Details View.</strong> Click “Upload Document”.
<strong>Case View.</strong>
On the newly-created case info card, click the View button (far right)
to navigate to its <strong>Case Details View.</strong> Click Upload
Document to surface the Document Upload Modal.
</li> </li>
<li> <li>
<strong>UPLOAD YOUR DOCUMENT: </strong>On the Document Upload Modal, <strong>UPLOAD YOUR DOCUMENT: </strong>You will now see the Document
enter the document title, i.e. Defendants Interrogatories, and Upload Modal. Enter your discovery request's info: document title, i.e.
(optionally) the date served. Drag and drop or click to select the Defendants Interrogatories, and (optionally) the date served. Drag
request document from your files.{" "} and drop the file, or click to select it from your computer's files,{" "}
<em>The document must be in .pdf format.</em> {" "}
<br />{" "} then click <strong> “Upload”.</strong>
<p className="howto-special-para"> <br /> The upload will begin. Parsing the document usually takes 1 to 2
Click Upload, and will you automatically navigate to the Document minutes, but be patient - it may take up to 5.
List View.
</p>{" "}
</li> </li>
<li> <li>
<strong>GENERATE THE RESPONSE: </strong>From the Document List View, <strong>GENERATE THE RESPONSE: </strong>From the Document List View,
click the “Generate Responses'' button. Novdrafts Intellidraft AI will click the “Generate Responses'' button. Novdrafts Intellidraft AI will
generate the response and automatically navigate to the interactive generate the response and automatically navigate to the interactive
Document Editor. You can edit the responses and save progress anytime by Document Editor. You can edit the responses and save progress any time
clicking the Save Changes button. When you are satisfied, you can by clicking the “Save Changes” button.
download a .docx file by clicking the Create .docx File button.
</li> </li>
<li> <li>
<strong>DOWNLOAD YOUR RESPONSE DOCUMENT: </strong>Click the “Create <strong>DOWNLOAD YOUR RESPONSE DOCUMENT: </strong>Click the “Create
.Docx' button to downlaod your fully-formatted, ready-to-serve response. .Docx' button to download your fully-formatted, ready-to-serve response.
</li> </li>
<ExclamationTriangle <ExclamationTriangle
style={{ color: "red", marginRight: "6px", marginBottom: "2px" }} style={{ color: "red", marginRight: "6px", marginBottom: "2px" }}
/> />
<strong>Pro tip:</strong> once you've created a case, you can skip most of <strong>Pro tip:</strong> Once you've created the case, you can skip step
these steps. Simply search for the case by entering the case number in the one. Simply search for the case by entering the case number in the search
search bar on your Dashboard, click "Express Document Upload" and follow bar on your Dashboard, click "Express Document Upload" and follow the
the prompts. prompts.
</ol> </ol>
<p className="steps-p"></p> <p className="steps-p"></p>
</div> </div>