Changes between Version 1 and Version 2 of S2S_WEB_HOME_R0
- Timestamp:
- 01/15/09 12:16:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_HOME_R0
v1 v2 12 12 13 13 == Task requirements == 14 14 * According to the available Sophie2 Server specification, the home page must contain: 15 * Link to Download Sophie 16 * Link to Sophie Support 17 * Link to Sophie Developer (dev.sophieproject.org) 18 * Link to Browse Books (if possible, add five most recently added books) 19 * First five entries from News Blog 20 * The home page must be the default one, i.e. index.jsp 21 * The current content of the page must be preserved, since it will be needed then making the user_profile page. 22 * Download Sophie and Sophie Support are to be done in [wiki:S2S_WEB_HELP_RESOURCES_R0]. This means that this task must be done after the "help" one. 23 * Currently, we do not have a news blog for our S2S, so only an empty area for the entries could be provided. If there is time, setting up a prototypical blog would be a good idea. 24 * The home page should be the firt one, which is opened when a user accesses the server (the redirection to login.jsp must be removed). 25 15 26 16 27 == Task result == 17 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 28 Refactored index.jsp page. 18 29 19 30 == Implementation idea == 20 ^(It is advisable to include some rough implementations ideas.)^ 31 Move the user info to my_sophie.jsp 21 32 22 33 == Related == 23 ^(Here you can add related tasks that could be useful or helpful.)^ 34 [wiki:S2S_WEB_COMMONS_R0] [[BR]] 35 [wiki:S2S_WEB_COMMONS_R1] [[BR]] 36 [wiki:S2S_WEB_USER_RELATED_R0] 24 37 25 38 == How to demo == 26 ^(In this section you must add instructions for the demo of the task.)^ 39 Access the server through your web browser - the home page must be displayed. 27 40 28 41 = Design =