152 | | * Move to deployment_settings control: |
153 | | * ~~Locations Hierarchy~~ |
154 | | * Languages (For Local Location Names & Language Bar) |
155 | | * Enable ACLs (e.g. DVI, Editor, ~~!MapAdmin~~) |
156 | | * Security Policy |
157 | | * RSS Feeds |
158 | | * Enabling Autocompletes (they're unnecessary for small deployments, but critical for big ones) |
| 152 | === Move to deployment_settings control: === |
| 153 | * ~~Locations Hierarchy~~ |
| 154 | * Languages (For Local Location Names & Language Bar) |
| 155 | * Enable ACLs (e.g. DVI, Editor, ~~!MapAdmin~~) |
| 156 | * Security Policy |
| 157 | * RSS Feeds |
| 158 | * Enabling Autocompletes (they're unnecessary for small deployments, but critical for big ones) |
| 159 | |
| 160 | === Autocompletes === |
160 | | * part of the rework to make them more reusbale through get_location_id() |
161 | | * Mapping |
162 | | * Make Feature Layers (i.e. Queries) definable in Service Catalogue |
163 | | * Fields: module, resource, layername, popup_label, marker |
164 | | * See if we can convert Mapping API to use a JS file in static which is merged with a bunch of JS vars written out in views |
165 | | * makes it faster to develop since no need to keep restarting server for module changes |
166 | | * makes it easier for OL devs to help out without needing to understand Python |
167 | | * May be hard due to so many different options available to us! |
168 | | * Break it up into snippets again... |
169 | | * Clustering |
170 | | * DRY instead of Copy/Paste |
171 | | * Cluster across Vector types (needed for changing filters without map-refresh anyway) |
172 | | * Can we just use allLayers for this? |
173 | | * Major rewrite? Do at same time as porting to JS with vars? (along with the refreshing of Vector layers without full server reload) |
174 | | * Tidy-up code |
175 | | * Move s3msg to being instantiated in 00_db.py |
176 | | * move DB calls out of init into a get_config() function |
177 | | * Rename javascript functions to s3_* to keep them tidy in the DOM |
| 162 | * part of the rework to make them more reusable through get_location_id() |
| 163 | |
| 164 | === Mapping === |
| 165 | * Make Feature Layers (i.e. Queries) definable in Service Catalogue |
| 166 | * Fields: module, resource, layername, popup_label, marker |
| 167 | * See if we can convert Mapping API to use a JS file in static which is merged with a bunch of JS vars written out in views |
| 168 | * makes it faster to develop since no need to keep restarting server for module changes |
| 169 | * makes it easier for OL devs to help out without needing to understand Python |
| 170 | * May be hard due to so many different options available to us! |
| 171 | * Break it up into snippets again... |
| 172 | * Clustering |
| 173 | * DRY instead of Copy/Paste |
| 174 | * Cluster across Vector types (needed for changing filters without map-refresh anyway) |
| 175 | * Can we just use allLayers for this? |
| 176 | * Major rewrite? Do at same time as porting to JS with vars? (along with the refreshing of Vector layers without full server reload) |
| 177 | |
| 178 | === Tidy-up Code === |
| 179 | * Move s3msg to being instantiated in 00_db.py |
| 180 | * move DB calls out of init into a get_config() function |
| 181 | * Rename javascript functions to s3_* to keep them tidy in the DOM |
| 182 | |
| 183 | === Bigger Features === |