112 | | * ~~~Update form: Hierarchy needs populating from old record~~~ |
113 | | * ~~~Include a Search box underneath the hierarchy which is an Autocomplete filtered to the appropriate level that we've already selected~~~ |
114 | | * ~~~Format of results should include the hierarchy of missing steps to help resolve duplicate names~~~ |
115 | | * ~~~Add a visible field for location name beside address (defaults to being populated by the name of the resource, but can be overridden)~~~ |
116 | | * ~~~The extra 'Save Location' button shouldn't be required (Auto-Save when main form is submitted. Does this make code simpler as only need to update location_id at the end?)~~~ |
117 | | * ~~~Handle the case where we link to a general Lx Location record & which we now refine to add a Street Address or Lat/Lon~~~ |
118 | | * ~~~we have a UUID but the 1st update should be either just changing location_id (if using the hierarchy) or creating a new record (if using lat/lon or addr_street)~~~ |
| 112 | * ~~Update form: Hierarchy needs populating from old record~~ |
| 113 | * ~~Include a Search box underneath the hierarchy which is an Autocomplete filtered to the appropriate level that we've already selected~~ |
| 114 | * ~~Format of results should include the hierarchy of missing steps to help resolve duplicate names~~ |
| 115 | * ~~Add a visible field for location name beside address (defaults to being populated by the name of the resource, but can be overridden)~~ |
| 116 | * ~~The extra 'Save Location' button shouldn't be required (Auto-Save when main form is submitted. Does this make code simpler as only need to update location_id at the end?)~~ |
| 117 | * ~~Changing things in higher levels should clear lower levels?~~ |
| 118 | * ~~Handle the case where we link to a general Lx Location record & which we now refine to add a Street Address or Lat/Lon~~ |
| 119 | * ~~we have a UUID but the 1st update should be either just changing location_id (if using the hierarchy) or creating a new record (if using lat/lon or addr_street)~~ |