| 1 | = !BluePrints for Beginners = |
| 2 | |
| 3 | * [wiki:BluePrintWebSetup Web Setup] |
| 4 | |
| 5 | === GIS/Mapping === |
| 6 | * Use the !GeoCoder ({{{geolocate}}} function in {{{controllers/gis.py}}}) to lookup location Lat/Lons |
| 7 | * Have the [http://eden.sahanafoundation.org/browser/views/gis/convert_gps.html GPS Coordinate Conversion Tool] support negative numbers & blanks (#147) |
| 8 | * Replace the Measure Length/Area tools with [http://trac.geoext.org/wiki/ux/Measure GeoExt.ux] |
| 9 | * Option to go Full screen & back |
| 10 | * Full screen view (No Ext window) will be required for use on a small-screen, such as a Mobile device |
| 11 | * Popup to add Location by placing cursor on Map |
| 12 | * [http://dev.geoext.org/trunk/geoext/examples/tree.html Layer Tree] |
| 13 | * Separate Overlays folder into Internal/External |
| 14 | * Sub-folders of Overlays e.g. for: |
| 15 | * Projects by Theme |
| 16 | * Projects by Donor |
| 17 | |
| 18 | === Image Library === |
| 19 | * Provide a .represent for the view to display image thumbnail with option to zoom large (such as Fancyzoom) |
| 20 | * Provide a beautiful image viewer to flip between images |
| 21 | * Use Mapping API to display images on Map |
| 22 | |
| 23 | === Framework === |
| 24 | * [wiki:BluePrintAuthorization#Functionrestriction Decorator to restrict access to a function based on multiple roles] |
| 25 | * [wiki:BluePrintMany2Many Improve UI for Many<>Many] |
| 26 | * e.g. Admin Users/Groups |
| 27 | * e.g. GIS Layer Catalogue (esp !FeatureClasses/!FeatureGroups) |
| 28 | * e.g. Messaging Users/Groups |
| 29 | * Postgres Support needs fixing |
| 30 | * Popup to do Advanced Search for a Field (better than simple AutoComplete) |
| 31 | * Port the multi-file upload widget in Bulk Uploader from Ext-2.2.1 to Ext-3.2.1 |
| 32 | * Finish this app |
| 33 | * Provide localisation of jquery.ui.datepicker |
| 34 | * Means that user profile will need extending to support locales |
| 35 | * Replace jquery.autocomplete.js with jquery.ui.autocomplete.js (1.8.1) |
| 36 | * Replace jquery.cluetip.js with jquery.ui.tooltip.js (1.9 once released) |
| 37 | |
| 38 | ---- |
| 39 | BluePrints |