| 143 | | '''Reevaluate: ''' Use an API to add and strip the EDXL-DE to any EDXL data standard. Use the same set of XML files to run through this process [[BR]] |
| 144 | | |
| 145 | | == Advanced Tasks == |
| 146 | | These are smaller tasks that could be completed over a few days: |
| 147 | | * Better handling of image and file uploading and representations |
| 148 | | * Multiple-File Upload with Previews: https://github.com/blueimp/jQuery-File-Upload |
| 149 | | * Represent function for full image or thumbnail |
| 150 | | * Lightbox viewer for full sized image |
| 151 | | * e.g. Make use of the one within Vulnerability module |
| 152 | | * Switch between an update and read page using JS |
| 153 | | * UI |
| 154 | | * Review CSS & layout.py for different themes to avoid duplication |
| 155 | | * Ensure that elements have consistent design & class/id tags and can easily be customized |
| 156 | | * Buttons |
| 157 | | * Tables |
| 158 | | * Popups |
| 159 | | * Fonts |
| 160 | | * Throbbers |
| 161 | | * 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) |
| 162 | | * Implement a new default theme |
| 163 | | * Re-implement some of the existing themes using the new default theme as a base |
| 164 | | * 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/ |
| | 143 | '''Reevaluate: ''' Use an API to add and strip the EDXL-DE to any EDXL data standard. Use the same set of XML files to run through this process |