| 1 | = Design: Homepage = |
| 2 | [[TOC]] |
| 3 | |
| 4 | The current Sahana Homepage is over |
| 5 | |
| 6 | Goals for the Homepage: |
| 7 | * Visually Appealing (Place for a Photo?) |
| 8 | * Clearly communicates the purpose of Sahana |
| 9 | * Easily configurable for use in different templates with different tables / modules enabled |
| 10 | * Perhaps a place for some dynamic content? |
| 11 | |
| 12 | == Inspiration == |
| 13 | * Current Default Homepage: http://demo.sahanafoundation.org/ |
| 14 | * Deployment Home Pages: |
| 15 | * http://test.lacrmt.sahanafoundation.org/ |
| 16 | * http://rms.ifrc.org/ |
| 17 | * http://demo.psmcop.sahanafoundation.org/ |
| 18 | * http://slirs.sahanafoundation.org/ |
| 19 | * http://demo.drm.tl/ |
| 20 | |
| 21 | == Proposed Designs == |
| 22 | Please share your proposed wireframe / HTML designs here: |
| 23 | * [https://docs.google.com/a/sahanafoundation.org/document/d/1_hYnj35663AXA4AQEhq09JavJg8higELz8lAT9U2Q-M/edit#bookmark=id.fu4mgxc0qwgi Proposals from VMWare Team Sprint] |
| 24 | * ADD YOURS HERE! :) |
| 25 | |
| 26 | == Integration in Sahana Eden == |
| 27 | Once a Homepage Design is agreed by the community (shared and discussed on our MailingList), then it will need to be implemented in Sahana Eden in these files: |
| 28 | https://github.com/flavour/eden/blob/master/views/default/index.html |
| 29 | https://github.com/flavour/eden/blob/master/controllers/default.py#L65 |
| 30 | Alternatively, it could be tested out in a separate [DeveloperGuidelines/Templates Template] first. |
| 31 | |