-
Notifications
You must be signed in to change notification settings - Fork 0
/
Untitled-1.csv
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
91 lines (90 loc) · 2.41 KB
/
Untitled-1.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
requirementDiagram
requirement req1 {
id: Foreclosure_Start
text: Initial Foreclosure Notices Issued (Pre/March 2022)
status: satisfied
}
requirement req2 {
id: Evidence_Call
text: Recorded Call Discussing Auction Concerns (2023/06/01)
status: satisfied
}
requirement req3 {
id: Trustee_Notice
text: Trustee Notified of Payoff In/Progress (2024/02/28)
status: satisfied
}
requirement req4 {
id: Auction_Date
text: Foreclosure Sale Held (2024/02/29)
status: satisfied
}
requirement req5 {
id: Initial_Eviction
text: Incomplete Eviction Notice Served (2024/03/xx)
status: satisfied
}
requirement req6 {
id: Filing_Removal
text: Initial Filing for Partial Federal Removal (2024/11/04)
status: fulfilled
}
requirement req7 {
id: Automatic_Stay
text: Automatic Stay in State Court Begins (2024/11/04)
status: fulfilled
}
requirement req8 {
id: Extended_Stay
text: Defendant's Motion for Extended Stay Filed (2024/11/11)
status: in progress
}
requirement req9 {
id: Motion_Remand
text: Plaintiffs File Motion to Remand (2024/11/12)
status: pending
}
requirement req10 {
id: Stay_Decision
text: Extended Stay Decision Issued (2024/11/29)
status: fulfilled
}
requirement req11 {
id: Remand_Hearing_Scheduled
text: Remand Hearing Scheduled (2024/12/11)
status: pending
}
requirement req12 {
id: Remand_Outcome
text: Remand Hearing Outcome (2025/01/10)
status: pending
}
requirement req13 {
id: Jurisdiction_Decision
text: Final Federal Decision on Jurisdiction (2025/01/20)
status: pending
}
requirement req14 {
id: Appeal_Filing
text: Defendant Files Appeal of Summary Judgment (2025/02/03)
status: not started
}
requirement req15 {
id: Appeal_Stay
text: Automatic Stay Triggered by Appeal Filing (2025/02/03)
status: not started
}
req1 //> req2
req2 //> req3
req3 //> req4
req4 //> req5
req5 //> req6
req6 //> req7
req7 //> req8
req8 //> req9
req9 //> req10
req10 //> req11
req11 //> req12
req12 //> req13
req13 //> req14
req14 //> req15