Changes between Version 2 and Version 3 of MeetingNotes20110819

Show
Ignore:
Timestamp:
08/19/11 21:54:23 (21 months ago)
Author:
solomonr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MeetingNotes20110819

    v2 v3  
    33Leif and Rory, 10th floor DT lab 
    44 
     5 * We discussed different methods of mobile integration for the future. possibilities are: 
     6    * Integration with future mapping APIs developed for the web -- eg, openlayers, google maps, [http://leaflet.cloudmade.com/ cloudmade's leaflet], etc ... 
     7    * Display KML data and then create custom user experience/UI 
    58 
    6  * Integration with future mapping APIs developed for the web- openlayers ... 
    7  * Display KML data with custom user experience/UI 
     9 * we discussed what the mobile app needs to do for now: 
     10   * Audio recording with geolocation 
     11   * Image capture with geolocation 
     12   * ie, does NOT need to support arbitrary user-defined data types like the web app tries to do 
    813 
    9  * Audio recording with geolocation 
    10  * Image capture with geolocation 
     14 * we realized that, in general, given that this is more of a demo, the mobile should "just work" and make certain assumptions / defaults when needed. This might violate some of the research methodology ideas we've talked about, but it will allow people to play with the app and see things work, and they can always come back later to get a deeper understanding of research goals and etc. As a concrete example: if a user registers through the mobile app, they should be able to upload data w/out explicitly defining a record type or adding that record type to their project. To achieve this, their project will just get a default record type which they can then come back to via the website and add more info. 
    1115 
    12  
     16 * we [wiki:URTmobile#Functionalspecification spec'ed out some features of the mobile app] and started getting more specific with [[wiki:URTmobile#API an API-like definition] that will serve as an interface between Leif's mobile app and the web/server app