Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
Android Client: Parses the query result, builds then the catalog and loads it to the Android Activity. The user may then select items he's interested in and quantities and validate. Validation will cause the shoppingCart service call in order to request the cart total from the server using the same principle as the one quoted for the catalog retrieval.

...

    This directory on the server will contain a subdirectory for each catalog category., and every product may have it's image in the relevant
    category. Default images may be provided. Due to the size of the end user screen (mobile device), images size will be fixed to 30*30.
         

        Web App Store

  •  Image Added
  • Review of the ShoppingCart Implementation in order to take in count items quantity; Wiki Markup*\[1\]*
  • Configuration file;

 Will mainly contains path to the ressources.

...

Wiki Markup
            *    Store Home page with buttons driving to:
            \[X\]
                *    Catalog categories page;
                *    Products list page - (This page should will show up after a category has been selected, or after a product search submission);
                    Items will be displayed in a listView using a simpleAdaptor to re-arrangee the item's attribute that are going to be
                    displayedto be displayed. Items quantity can be typed in from the list.
                *    Product details page: displays all possible details about the product;
                *    Shopping cart page: Displays selected items, and the total.
            \[/X\]
            and
                \*    Preferences page;
            
            I intend to assemble \[X/\] pages  under a same TabActivity, for a pratical switch between them. Any other proposal surely will be welcomed and discussed.
             

UI prototype proposal adapted to the current version of the store catalog items attributes (Name - price) below.

 

 

Image Added

Image Added
 

 

 

                   

  •   The Services

            *    Completion of existing under the services package of the project. It'll be about writing already declared methods like those for:
                *    adding an item to the cart;
                *    removing an item from the cart;
                *    checking out the cart;
            *    New Service interface implementation for community opinions retrieval.
        

...