Changes between Version 24 and Version 25 of BluePrintsBeginners


Ignore:
Timestamp:
10/28/10 12:24:05 (14 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BluePrintsBeginners

    v24 v25  
    1 [[TOC]]
    2 = Tasks suitable for Beginners =
     1Page moved to: [wiki:ProjectInformation Project Information]
    32
    4 You could look through the list of [http://eden.sahanafoundation.org/report/18 open bugs tagged as 'easy'] or else look at one of the !ToDo items below:
    5 
    6 === Image Library ===
    7  * Provide a .represent for the view to display image thumbnail with option to zoom large (such as Fancyzoom)
    8  * Provide a beautiful image viewer to flip between images
    9   * http://blog.lieldulev.com/2010/05/21/parallel-image-preloading-in-js/
    10  * Use Mapping API to display images on Map
    11 
    12 === GIS/Mapping ===
    13  * Use the !GeoCoder ({{{geolocate}}} function in {{{controllers/gis.py}}}) to lookup location Lat/Lons
    14  * Add a delay to the onHover tooltip (highlightControl)
    15   * Something like [http://cherne.net/brian/resources/jquery.hoverIntent.html hoverIntent]
    16  * Integrate [http://wiki.openstreetmap.org/wiki/Potlatch_2/Deploying_Potlatch_2 Potlatch]
    17   * for editing the main OSM database
    18   * for editing a local OSM database
    19  * Make the display_feature() & display_features() popup a Window instead of opening in a DIV
    20   * This was working in FF before: http://eden.sahanafoundation.org/browser/views/sahana_scripts_min.html?rev=836#L39
    21  * Replace the Measure Length/Area tools with [http://trac.geoext.org/wiki/ux/Measure GeoExt.ux]
    22  * Option to go Full screen & back
    23   * Full screen view (No Ext window) will be required for use on a small-screen, such as a Mobile device
    24  * [http://dev.geoext.org/trunk/geoext/examples/tree.html Layer Tree]
    25   * Separate Overlays folder into Internal/External
    26   * Sub-folders of Overlays e.g. for:
    27    * Projects by Theme
    28    * Projects by Donor
    29  * Get a pr/person/presence record upon login if HTML5 !GeoLocation available & not changed since last time
    30   * login_next
    31  * Map Preview when Lat/Lon set in pr/person/presence (auto or not)
    32 
    33 === Messaging ===
    34  * Read Tweets
    35  * Post Tweets
    36 
    37 === Framework ===
    38  * Popup to do Advanced Search for a Field (better than simple AutoComplete)
    39  * Port the multi-file upload widget in Bulk Uploader from Ext-2.2.1 to Ext-3.2.1
    40   * Finish this app
    41  * Provide localisation of jquery.ui.datepicker
    42   * Means that user profile will need extending to support locales
    43  * Replace jquery.autocomplete.js with jquery.ui.autocomplete.js (1.8.2)
    44  * Replace jquery.cluetip.js with jquery.ui.tooltip.js (1.9 once released)
    45  * [wiki:BluePrintAuthorization#Functionrestriction Decorator to restrict access to a function based on multiple roles]
    46  * [wiki:BluePrintMany2Many Improve UI for Many<>Many]
    47   * e.g. Admin Users/Groups
    48   * e.g. GIS Layer Catalogue (esp !FeatureClasses/!FeatureGroups)
    49   * e.g. Messaging Users/Groups
    50 
    51 === Options for participants at Crisis Camps and Codeathons ===
    52   * [wiki:GHC2010 Grace Hopper 2010 Codeathon]
    53 
    54 === Notes ===
    55 (to be elaborated on later)
    56  * Image Importer
    57  * YouTube Importer
    58  * User Statistics
    593----
    604BluePrints