| 68 | == Hierarchy Tree == |
| 69 | Have a HTML component that allows the user to explore the locations as a Tree: |
| 70 | {{{ |
| 71 | + Province 1 |
| 72 | - Province 2 |
| 73 | |_+ District 1 |
| 74 | |_- District 2 |
| 75 | | |_ + Village 1 |
| 76 | | |_ + Village 2 |
| 77 | | |
| 78 | |_+ District 3 |
| 79 | |
| 80 | + Province 3 |
| 81 | + Province 4 |
| 82 | |_+ District 4 |
| 83 | |_+ District 5 |
| 84 | }}} |
| 85 | This could be used to: |
| 86 | * Create search criteria (have check boxes by each location name, to include that location, and all sublocations, in the search). |
| 87 | * Allow to user to navigate to a location and then open it to see the different resources associated with it. |
| 88 | * Zoom to the location on the map. |
| 89 | * Simply allow the user to see what lcoations have been entered in the database. |
| 90 | |