Changes between Version 32 and Version 33 of Projects/Design
- Timestamp:
- 12/06/13 11:23:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Design
v32 v33 99 99 Instead, users of an internal site might want a practical page, that gives them quick access to tasks they need to do. 100 100 101 The implementation of a theme typically provides CSS and media, but may also include some HTML and JS, as needed.101 The implementation of a theme typically provides CSS and media, but may also include HTML and JS, and even server-side Python code and view code with Python templates, as needed. 102 102 103 Try producing a design for each of these pages -- they cover the main page types in Eden :103 Try producing a design for each of these pages -- they cover the main page types in Eden. The links to examples are given to show the type of information that might appear in each, but should not be taken as a restriction on the format you design. 104 104 105 * Home Page - http://demo.eden.sahanafoundation.org/eden/ 105 * Homepage 106 * http://demo.eden.sahanafoundation.org/eden/ 106 107 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20Home.jpg] 107 * Dashboard - http://demo.eden.sahanafoundation.org/eden/org/index 108 * Dashboard -- a page for each module that might provide an overview, access to status information, links to starting points for workflows, etc. 109 * http://demo.eden.sahanafoundation.org/eden/org/index 108 110 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20Dashboard.jpg] 109 * List View - http://demo.eden.sahanafoundation.org/eden/project/activity 110 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20List.jpg] 111 * List Add View - http://demo.eden.sahanafoundation.org/eden/org/organisation (requires login) 112 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20List%20Add.jpg] 113 * Component View - http://demo.eden.sahanafoundation.org/eden/org/organisation/8/office 114 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20Components.jpg] 111 * List view - a page listing database records for a particular resource. 112 * List only 113 * http://demo.eden.sahanafoundation.org/eden/project/activity 114 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20List.jpg] 115 * Create or update form -- for adding a new instance of a resource or editing a resource. 116 * Create / update form on a separate page 117 * Create form in a popup 118 * List view combined with a create form 119 * http://demo.eden.sahanafoundation.org/eden/org/organisation (requires login) 120 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20List%20Add.jpg] 121 * Overview page for a single resource 122 * Component view 123 * http://demo.eden.sahanafoundation.org/eden/org/organisation/8/office 124 * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20Components.jpg] 125 * Profile 115 126 116 * Review CSS & layout.py for different themes to avoid duplication -- try for something unique. 117 * Ensure that elements have consistent design & class/id tags and can easily be customized 127 Review CSS & layout.py for different themes to avoid duplication -- try for something unique. 128 129 Ensure that elements have consistent design & class/id tags and can easily be customized 118 130 * Buttons 119 131 * Tables