Changes between Version 1 and Version 2 of BluePrint/GenericThemeCreatingFramework
- Timestamp:
- 03/16/14 09:29:35 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GenericThemeCreatingFramework
v1 v2 4 4 == Introduction == 5 5 6 === Idea===6 === Idea === 7 7 The idea is create a special kind of Theme/Framework with including a set of higher level customization.It may allowed to go to a operationally customized Sahana Eden instance with very low cost. 8 8 9 === Problem==9 === Problem === 10 10 At the disaster situation, we have to set up our sahana eden instance properly and customizing operationally.but at the movement it may get some longer time and cost for that.The proposed solution is "Generic theme creating framework". 11 11 12 === Add value to Sahana===13 * Higher operational customization functionality for Sahana.14 * Improve the operational awareness.15 * Minimize the setup cost of Sahana.16 * Improve the productivity.12 === Add value to Sahana === 13 * Higher operational customization functionality for Sahana. 14 * Improve the operational awareness. 15 * Minimize the setup cost of Sahana. 16 * Improve the productivity. 17 17 18 === Similar existing solutions===19 * [http://www.wix.com/]20 * [https://wordpress.org/]18 === Similar existing solutions === 19 * [http://www.wix.com/] 20 * [https://wordpress.org/] 21 21 22 22 == Stakeholders == 23 === users of the solution===24 * All the users of Sahana.25 * World wide Sahana Developers.26 * All the disaster management authorities.23 === users of the solution === 24 * All the users of Sahana. 25 * World wide Sahana Developers. 26 * All the disaster management authorities. 27 27 28 === Affected by this solution===29 * UI designers, they get some new way to customize Sahana more easily.30 * Platform users, instantly they got wide range of customization freedom.31 * Normal users, they get Sahana closely other than before.28 === Affected by this solution === 29 * UI designers, they get some new way to customize Sahana more easily. 30 * Platform users, instantly they got wide range of customization freedom. 31 * Normal users, they get Sahana closely other than before. 32 32 33 33 == User Stories == … … 43 43 == Requirements == 44 44 === Functional === 45 * modules enable/disable function46 * drag and drop bassed front page customization47 * show module dependency tree48 * menu assigning function45 * modules enable/disable function 46 * drag and drop bassed front page customization 47 * show module dependency tree 48 * menu assigning function 49 49 50 50 === Non-functional === 51 * Documentation52 * Extensibility53 * Fault tolerance54 * User friendliness51 * Documentation 52 * Extensibility 53 * Fault tolerance 54 * User friendliness 55 55 56 56 == Design == … … 62 62 <for User Interface solutions> 63 63 === Technologies === 64 * jquery ui[https://jqueryui.com/]65 * web2py framework66 * python64 * jquery ui[https://jqueryui.com/] 65 * web2py framework 66 * python 67 67 68 68 == Future Extensions == 69 * create front page widgets/gadgets for framework70 * release customized shanaa eden templates.69 * create front page widgets/gadgets for framework 70 * release customized shanaa eden templates. 71 71 72 72