Changes between Version 33 and Version 34 of Projects/Advanced


Ignore:
Timestamp:
11/02/13 11:43:58 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced

    v33 v34  
    282282 * User Statistics
    283283
    284 Fuller list of Ideas being scoped:  BluePrints
    285 
    286 ----
    287 BluePrints
     284These are smaller tasks that could be completed over a few days:
     285* Better handling of image and file uploading and representations
     286 * Multiple-File Upload with Previews: https://github.com/blueimp/jQuery-File-Upload
     287 * Represent function for full image or thumbnail
     288 * Lightbox viewer for full sized image
     289  * e.g. Make use of the one within Vulnerability module
     290* Switch between an update and read page using JS
     291* UI
     292 * Review CSS & layout.py for different themes to avoid duplication
     293 * Ensure that elements have consistent design & class/id tags and can easily be customized
     294  * Buttons
     295  * Tables
     296  * Popups
     297  * Fonts
     298  * Throbbers
     299 * Use class/id tags which is consistent with [http://twitter.github.com/bootstrap/ Bootstrap] / JQueryUI to support easy re-theming (Can copy bootstrap) from https://github.com/flavour/eden/tree/master/private/templates/DRMP)
     300 * Implement a new default theme
     301  * Re-implement some of the existing themes using the new default theme as a base
     302 * Implement an inline login form that appear inline the top right of the menu and doesn't require loading a new page (like for https://twitter.com) eg. http://mifsud.me/adding-dropdown-login-form-bootstraps-navbar/
     303
     304== See Also ==
     305* [wiki:Contribute/Code]
     306* [wiki:BluePrint BluePrints]