We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07428db commit 99752eaCopy full SHA for 99752ea
docs/components/AssemblyLine/al_courts.md
@@ -12,9 +12,10 @@ class ALCourt(Court)
12
```
13
14
Object representing a court in Massachusetts.
15
-TODO: it could be interesting to store a jurisdiction on a court. But this is non-trivial. Should it be geo boundaries?
+
16
+<!-- TODO: it could be interesting to store a jurisdiction on a court. But this is non-trivial. Should it be geo boundaries?
17
A list of cities? A list of counties? Instead, we use a function on the CourtList object that filters courts by
-address and can use any of those three features of the court to do the filtering.
18
+address and can use any of those three features of the court to do the filtering. -->
19
20
#### short\_label
21
0 commit comments