88 lines
5.6 KiB
Markdown
88 lines
5.6 KiB
Markdown
# eFiling — UX Analysis: eLegal_JTI E-Filing Part 1_full.mp4
|
|
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| **Source video** | `eLegal_JTI E-Filing Part 1_full.mp4` |
|
|
| **Duration** | 4m 0s |
|
|
| **Analysis date** | 2026-05-13 18:40 UTC |
|
|
| **Model** | ~google/gemini-flash-latest |
|
|
|
|
---
|
|
|
|
Absolutely. Here is the exhaustive, step-by-step guide for an intern to execute this legal filing workflow.
|
|
|
|
---
|
|
|
|
## Step 1: Prepare and Gather Documents
|
|
|
|
1. **Open the Case Management System:**
|
|
* **What you see:** The "Filevine" dashboard. You should see a project titled "10854 - Park Manor Apartments" at the top of the right-hand window.
|
|
* **What to do:** Click the "Documents" tab in the left-hand sidebar of the Filevine window.
|
|
* **What should appear:** A list of folders. Click the folder labeled "1. Pleadings & Filed Docs."
|
|
2. **Download Required Files:**
|
|
* **What you see:** A list of PDF files including "CMP - Civil Case Cover Sheet," "CMP - Complaint," and "CMP - Summons."
|
|
* **What to do:** Hover over each file and click the "Download" icon (a downward arrow).
|
|
* **What should appear:** The files will appear in your browser's download bar or your computer's "Downloads" folder.
|
|
* **⚡ Pitfall:** Do not skip any files. You need the Complaint, Summons, and Cover Sheet to complete the filing.
|
|
3. **Open the Reference Complaint:**
|
|
* **What you see:** Your desktop or downloads folder.
|
|
* **What to do:** Double-click the "CMP - Complaint" PDF to open it in a separate window.
|
|
* **What should appear:** The PDF viewer showing the legal complaint. Keep this open on the right side of your screen; you will need to copy text from it later.
|
|
|
|
## Step 2: Initiate the Filing in eLegal
|
|
|
|
1. **Access the Filing Portal:**
|
|
* **What you see:** The "eLegal" Dashboard in the left-hand window.
|
|
* **What to do:** Click the large orange button labeled "Initiate a New Case" in the center of the screen.
|
|
* **What should appear:** The "New Filing" form with numbered sections.
|
|
2. **Select Court and Case Type:**
|
|
* **What you see:** Section 1: "Select Court & Case Type."
|
|
* **What to do:** Click the "Court" dropdown menu. Type "Alameda" and select "Alameda County Civil" from the list.
|
|
* **What should appear:** The selection is confirmed in the field.
|
|
3. **Define Case Details:**
|
|
* **What you see:** The "Case Type" dropdown menu.
|
|
* **What to do:** Click the menu and type "Unlawful Detainer."
|
|
* **What should appear:** A list of options. Select "Unlawful Detainer - Commercial (over $10,000 to $35,000) - Civil Limited."
|
|
* ⚠️ **Stumble:** If you aren't sure if it's "Limited" or "Unlimited," look at the Complaint PDF.
|
|
* 🛑 **Fix:** Look at the top right of the Complaint. It says "Total damages sought are $10,000 to $35,000." This confirms it is a "Limited" case.
|
|
|
|
## Step 3: Enter Property and Party Information
|
|
|
|
1. **Enter Location Data:**
|
|
* **What you see:** Fields for "Release Zip & Court" and "Premises Address."
|
|
* **What to do:** Click the "Release Zip & Court" field. Type "94544" and select "94544 - Hayward Hall of Justice."
|
|
* **What should appear:** The court location will auto-populate.
|
|
2. **Copy Address from Complaint:**
|
|
* **What you see:** The "Address" field in eLegal and the Complaint PDF on the right.
|
|
* **What to do:** Highlight the address "27250 Sleepy Hollow Ave, Unit #212" in the PDF. Press `Ctrl+C` to copy. Click the "Address" field in eLegal and press `Ctrl+V` to paste.
|
|
* **What should appear:** The text should appear exactly as it is in the PDF. Repeat this for the City ("Hayward"), State ("CA"), and Zip ("94544").
|
|
|
|
## Step 4: Upload Documents
|
|
|
|
1. **Select Document Types:**
|
|
* **What you see:** Section 2: "Add Documents."
|
|
* **What to do:** Click the "Document Type" dropdown. Type "Complaint" and select it.
|
|
* **What should appear:** A "Click to Upload" area appears next to the label.
|
|
2. **Upload the Files:**
|
|
* **What you see:** Your file explorer or the browser download bar.
|
|
* **What to do:** Drag the "CMP - Complaint" file from your downloads into the "Click to Upload" box.
|
|
* **What should appear:** The filename will appear in green, indicating a successful upload.
|
|
3. **Add Additional Documents:**
|
|
* **What you see:** An "Add Another" or "+" button (or a new empty row).
|
|
* **What to do:** Repeat the process for the "Summons" and the "Civil Case Cover Sheet."
|
|
* ⚡ **Pitfall:** Ensure the "Document Type" matches the file you are dragging. If you upload a Summons under the "Complaint" label, the court will reject the filing.
|
|
|
|
---
|
|
|
|
## UX Issues Found (severity-ranked)
|
|
|
|
| Severity | Issue | Where it happens | Why it's confusing |
|
|
|----------|-------|------------------|--------------------|
|
|
| **High** | Manual Data Entry | Step 3 (Address) | User must manually copy-paste from a PDF to a web form, risking typos. |
|
|
| **Medium** | Hidden Logic | Step 2 (Case Type) | The distinction between "Limited" and "Unlimited" requires external knowledge of the dollar thresholds. |
|
|
| **Low** | Search Sensitivity | Step 2 (Court) | Typing "Alameda" brings up many results; the user must know to pick "Civil" specifically. |
|
|
|
|
## Suggested Improvements
|
|
1. **OCR Auto-Fill:** Implement Optical Character Recognition (OCR) so that when a user uploads the Complaint, the system automatically extracts the address and damages amount.
|
|
2. **Threshold Tooltips:** Add a small "?" icon next to Case Type that explains the dollar amounts for "Limited" vs. "Unlimited" cases.
|
|
3. **Drag-and-Drop Bulk Upload:** Allow the user to drag all three files at once and have the system suggest the document types based on the filenames. |