Version 3 (modified by pavlina, 16 years ago) (diff) |
---|
Analysis
Overview
The goal of this task is to create new Sophie web pages and to improved the old ones. Keep in mind that you don't have to make them beautiful there is another task for that. The S2S_WEB_USER_RELATED_R0 task depends on this task result.
Task requirements
- Get into the S2S tasks from the previous iteration(in the Related section), especially the S2S_WEB_COMMONS_R0.
- Improve the old index.jsp page, adding logout option.
- Improve the about.jsp page - make better outlook.
- Create new page which will be some kind of navigation menu for the user. It should contain:
- "home" item
- "about" item
- when the user logs the edit profile item should appear.
Task result
Improved index.jsp page and newly created menu page.
Implementation idea
- Look in the Server specification(http://docs.google.com/Doc?id=dgk7xd5w_2dzj74zhs&hl=en) for more information about the server features.
- Store the jsps in the trunk/sophie2-platform/modules/org.sophie2.server/src/main/resources/jsps directory
- Create HTTP sessions for the user to implement the login/logout action.
Related
S2S_WEB_COMMONS_R0
S2S_DEPLOY_TECHNOLOGIES_R0
S2S_PERSISTENCE_COMMONS_R0
S2S_CORE_SECURITY_R0
S2S_WEB_USER_RELATED_R0
How to demo
Run the server and show the new and edited pages.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)