Move back button into sidebar, remove close button, reorder counties, add TODO notes
This commit is contained in:
@@ -140,3 +140,77 @@ docker-compose down
|
||||
docker-compose build --no-cache
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
- Validate whether a similar address is within 50 feet (same number?)
|
||||
- If addr:unit is like "Apartment 123" or "Apartment 123;Apartment 124;Apartment 125" remove the word Apartment so it's just "123" or "123;124;125"
|
||||
- If an item gets through processing and is "<Null>" it should be cleared
|
||||
- If a value is a range like "123 - 456" assume it's the same as "123-456" for matching purposes
|
||||
- Unit numbers with semicolons are still getting detected as different despite being identical, like:
|
||||
addr:city=Wildwood
|
||||
addr:housenumber=8655
|
||||
addr:postcode=34785
|
||||
addr:state=FL
|
||||
addr:street=Easterly Lane
|
||||
addr:unit=108;208;308
|
||||
- Some items appear duplicate in the data itself for unknown reasons:
|
||||
addr:city=Bushnell
|
||||
addr:housenumber=5740
|
||||
addr:postcode=33513
|
||||
addr:state=FL
|
||||
addr:street=Hideaway Circle
|
||||
- Sr is SR (State Route)
|
||||
|
||||
|
||||
|
||||
### Corrections
|
||||
|
||||
{
|
||||
"corrections": [
|
||||
{
|
||||
"from": "D Angelo Lane",
|
||||
"to": "D'Angelo Lane"
|
||||
},
|
||||
{
|
||||
"from": "Lajolla Circle",
|
||||
"to": "La Jolla Circle"
|
||||
},
|
||||
{
|
||||
"from": "Gardena Court",
|
||||
"to": "Gardenia Court"
|
||||
},
|
||||
{
|
||||
"from": "Glenmont Court",
|
||||
"to": "Glenmount Court"
|
||||
},
|
||||
{
|
||||
"from": "Pawleys Island Path",
|
||||
"to": "Pawley's Island Path"
|
||||
},
|
||||
{
|
||||
"from": "Oday Street",
|
||||
"to": "O'Day Street"
|
||||
},
|
||||
{
|
||||
"from": "Obrien Place",
|
||||
"to": "O'Brien Place"
|
||||
},
|
||||
{
|
||||
"from": "Ohara Court",
|
||||
"to": "O'Hara Court"
|
||||
},
|
||||
{
|
||||
"from": "Drive Randy Mcdaniel Way",
|
||||
"to": "Doctor Randy McDaniel Way"
|
||||
},
|
||||
{
|
||||
"from": "Mcneillrescue Lane",
|
||||
"to": "Rescue Lane"
|
||||
},
|
||||
{
|
||||
"from": "Longleaf Lane",
|
||||
"to": "Long Leaf Lane"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user