@@ -1,6 +1,6 @@
|
||||
import { useContext } from "react";
|
||||
import { AppContext } from "../../Hooks/useContext/appContext";
|
||||
import { Steps } from "../../Constants/Copy/howToSteps.js";
|
||||
import { Steps, OutgoingSteps } from "../../Constants/Copy/howToSteps.js";
|
||||
import "../../styles/howTo-page.scss";
|
||||
|
||||
const HowToPage = () => {
|
||||
@@ -13,6 +13,7 @@ const HowToPage = () => {
|
||||
<>
|
||||
<div>
|
||||
<Steps />
|
||||
<OutgoingSteps />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -71,13 +71,40 @@ export const Steps = () => (
|
||||
the search bar on your Dashboard, click "Express Document Upload" and
|
||||
follow the prompts.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
export const OutgoingSteps = () => (
|
||||
<div className="steps-wrapper">
|
||||
<div className="steps-text-wrapper">
|
||||
<ExclamationTriangle
|
||||
style={{ color: "orange", marginRight: "6px", marginBottom: "4px" }}
|
||||
/>
|
||||
<span className="bold-span">Discovery requests:</span> This feature will
|
||||
launch spring of '24. We're working hard to bring you the best possible
|
||||
experience!
|
||||
<h2 className="doc-header-text">Generate Discovery Requests</h2>
|
||||
</div>
|
||||
<div className="barzee">
|
||||
<div className="steps-text-wrapper">
|
||||
If you have not yet done so, follow the steps described above in "CREATE
|
||||
THE CASE". From the Case Details view, click the "Upload Document"
|
||||
button to surface the document upload modal.
|
||||
</div>
|
||||
<div className="steps-text-wrapper">
|
||||
<span className="bold-span">UPLOAD THE COMPLAINT: </span> Drag and drop,
|
||||
or click and select the Complaint .pdf from your files. Be sure to
|
||||
select "Complaint" in the document type section (see image right).
|
||||
</div>
|
||||
<div className="steps-text-wrapper">
|
||||
<span className="bold-span">GENERATE THE RESPONSE: </span>Click
|
||||
"Upload."Novdraft’s Intellidraft AI will generate the response and
|
||||
automatically navigate to the interactive Document Editor. You may now
|
||||
edit the responses if you prefer. Note: at this time, Novodraft supports
|
||||
generation of combined interrogatories and requests for production of
|
||||
documents. Additional discovery request types (i.e. requests for
|
||||
admissions, stand-alone interrogatories) as well as more fine-grained
|
||||
request generation configurations will be added week by week.
|
||||
</div>
|
||||
<div className="steps-text-wrapper">
|
||||
<span className="bold-span">DOWNLOAD YOUR RESPONSE DOCUMENT: </span>
|
||||
Click the “Create .Docx' button to download your fully-formatted,
|
||||
ready-to-serve response.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user