Changes between Version 5 and Version 6 of IphoneApp

Show
Ignore:
Timestamp:
07/16/09 09:26:18 (4 years ago)
Author:
buleth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IphoneApp

    v5 v6  
    88 
    99This application will be a field work tool for geologists to find samples using their mobile device. 
    10         Login Page  
     10        '''Login Page'''  
    1111             •Provide username and password, which allows you to view your own private samples as well as public samples 
    12         Main Page 
     12        '''Main Page''' 
    1313             •Choose one of the three search options: using your current location, inputting a coordinate, or selecting a region 
    1414             •If the user's current location is selected or a coordinate is input, the user will then be asked to specify a search radius 
    15         Map View 
    16              •If the user's location is selected or a coordinate is input, a search box is created based on the specified radius and the map displays all the samples within the box. 
     15       ''' Map View''' 
     16             •If the user's location is selected or a coordinate is input, a search box is created based on the specified radius and the map displays all 
     17              the samples within the box. 
    1718             •If the user selects a region, all the samples within the region are displayed on the map 
     19             •Green pins on the map represent samples, purple pins represent the corners of the search box, and the single red pin represents the user's 
     20              current location 
     21             •If multiple samples occur at the same coordinate, they are grouped and can be viewed as a table 
     22             •By pressing the "info button" in the upper right corner of the map view, the user can change the map type from street to hybrid or satellite 
    1823        
    19         Refining the search criteria: 
     24        '''Sample Info''' 
     25             •If one of the pins on the map is selected (or in the case or multiple samples at the same location, one of the rows of the sample table is  
     26              selected,) a view with sample information will be displayed. Sample information includes: 
     27                  •Owner, publication, coordinate, public/private status, minerals present, metamorphic grade, etc. 
     28             •All sample and subsample images can also be viewed, paged through, and enlarged  
     29             •A summary of the subsamples and chemical analyses can also be obtained 
     30             •All comments that have been made about a sample can also be viewed 
     31 
     32        
     33        '''Refining the search criteria''' 
    2034             •One or more of the following criteria can be specified and the search will be narrowed down so that only samples with that criteria are 
    2135              displayed 
     36             •Criteria: rock type, metamorphic grade, minerals, public/private status    
    2237 
    2338 
    24         Query Database: 
    25              •an HTTP request is sent to the database containing the search information that was specified  
    26               
    27              •Google maps application is opened is opened and a balloon is displayed at the latitude and longitude point of each sample  
    28               that is within the search region and that contains the qualities of the specified search information 
    29               
    30              •the balloons can be selected in order to view more information about the samples, including: 
    31                         Number 
    32                         Date Collected 
    33                         Rock Type 
    34                         Public status 
    35                         Longitude 
    36                         Latitude 
    37                         Location Error 
    38                         Country 
    39                         Description 
    40                         Collector 
    41                         Present Sample Location 
    42                         Minerals 
    43                         Region 
    44                         Metamorphic Grade 
    45                         Public References 
    46                         Subsamples       
     39== '''Future Additions''' == 
    4740 
    48  
    49 == '''Possible Additions''' == 
    50  
    51  
     41     •Add sample images to a user's photo library 
     42     •Upload sample comments  
    5243     •Ability to take pictures of the samples and add them to the database. 
    53  
    5444     •Driving directions from the user’s current location to each of the samples. 
    5545----