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:50]
pedro
vaadin2009:grp7:start [2009/10/23 12:32]
pedro
Line 10: Line 10:
 ===== Functions Map ===== ===== Functions Map =====
  
-^Function              Stars+^Function              Desired Features Implemented | 
-|Login/Logout                 | 5  | +|Login/Logout                 | 5             | X  | 
-|Tabulate Portofios           | 5  | +|Tabulate Portofios           | 5             | X  | 
-|Tabulate Stocks              | 5  | +|Tabulate Stocks              | 5             | X  | 
-|Edit Porfolios/Stocks        | 4  | +|Edit Porfolios/Stocks        | 4             | X  | 
-|Retrieve realtime tradings   | 3  | +|Retrieve realtime tradings   | 3             | X  | 
-|Sort Porfolios/stocks        | 1  | +|Sort Porfolios/stocks        | 1             | X  | 
-|Depict trading graphics      | 3  | +|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**
  
-====== Service ====== +**X : Implemented**
-(List of application functionalities) +
-  User Login/Logout +
-  Account creation +
-  Portfolio management -creation/search/monitor/list/add/delete/modify +
-  stock management - add/delete/search/modify +
-(focus on core idea functionality)+
  
-====== Software ====== +**- : Not fully implemented** 
-(files and instructions to run software)+ 
 +===== Implementation ===== 
 +In the course of the implementation a number of complications arose, these included  
 +  * Authentication failure with Google API 
 +  * Restrictions on the accessible stock markets 
 +  * Need to rely on numerous 3rd party libraries often with similar functions 
 +  * Specific widget allowing a particular table row to be highlighted 
 + 
 + 
 + 
 +===== 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 
 + 
 +===== Attachments ===== 
 +  * Project Zip 
 +    * {{:vaadin2009:grp7:compactpedro.zip}} 
 +  * presentation 
 +    * {{:vaadin2009:grp7:pedro.ppt}} 
 +  * etc