meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
vaadin2009:grp7:start [2009/10/23 09:54]
pedro
vaadin2009:grp7:start [2009/10/23 12:32]
pedro
Line 11: Line 11:
  
 ^Function              ^ Desired Features ^ Implemented | ^Function              ^ Desired Features ^ Implemented |
-|Login/Logout                 | 5                         +|Login/Logout                 | 5             | X  
-|Tabulate Portofios           | 5                 +|Tabulate Portofios           | 5             | X  | 
-|Tabulate Stocks              | 5  | X  | +|Tabulate Stocks              | 5             | X  | 
-|Edit Porfolios/Stocks        | 4  | X  | +|Edit Porfolios/Stocks        | 4             | X  | 
-|Retrieve realtime tradings   | 3  | X  | +|Retrieve realtime tradings   | 3             | X  | 
-|Sort Porfolios/stocks        | 1  | X  | +|Sort Porfolios/stocks        | 1             | X  
-|Depict trading graphics      | 3  | X  | +|OOD                          | 5             | X  | 
-| Link with numerous externals| 2  | -  | +|Depict trading graphics      | 3             | X  | 
- +| Link with numerous externals| 2             | -  
 +|Notification                 | 3             | -  | 
 +|Predictions                  | 2             | -  | 
 +| All stock markets values    | 2             | -  | 
 **Importance 1 - 5** **Importance 1 - 5**
 +
 **X : Implemented** **X : Implemented**
 +
 **- : Not fully implemented** **- : Not fully implemented**
  
-====== Service ====== +===== Implementation ===== 
-(List of application functionalities) +In the course of the implementation a number of complications arose, these included  
-  * User Login/Logout +  * Authentication failure with Google API 
-  Account creation +  * Restrictions on the accessible stock markets 
-  Portfolio management -creation/search/monitor/list/add/delete/modify +  * Need to rely on numerous 3rd party libraries often with similar functions 
-  * stock management - add/delete/search/modify +  * Specific widget allowing a particular table row to be highlighted 
-(focus on core idea functionality)+ 
 + 
 + 
 +===== Screen shots ===== 
 +As application evolves so does its image transform. As a reference we keep track of it screen shots in those stages 
 + 
 +{{:vaadin2009:grp7:pedro1.gif?200x100}} 
 +{{:vaadin2009:grp7:pedro2.jpg?200x100}} 
 + 
 +===== howto guide ===== 
 +  * To run/use the application once its online 
 +    Provide Username & password OR registers - before login in. 
 +    Once logged in you can select your specific portfolios from the left hand table 
 +    * On selecting the particular porfolio stocks in it as well as are displayed on the right hand side 
 +      * also the porftolios details are detailed below that 
 +      * Graphical depiction of the stocks are also displayed on the extreme right hand side   
 +    On selecting a particular stock the details are detailed below as well as below the portfolio graphics 
 +    * You can edit, search , create, sort and delete stocks & portfolios too 
 +    * Once finished you can log-out from the top 
 + 
 +===== Widgets utilized ===== 
 +  * Table 
 +  * Forms 
 +  * Panels 
 +  * SplitPanels 
 +  * Buttons 
 +  * Embedded browser 
 +  * DB4o
  
-====== Software ====== +===== Attachments ===== 
-(files and instructions to run software)+  * Project Zip 
 +    * {{:vaadin2009:grp7:compactpedro.zip}} 
 +  * presentation 
 +    * {{:vaadin2009:grp7:pedro.ppt}} 
 +  * etc