Mobile/firefoxhome/07-25-2011: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
Line 37: Line 37:


== nhirata's raw notes ==
== nhirata's raw notes ==
Home meeting:
 
Server side peices:
Server side peices:  
St3fan:  
* API investigation,  
* API investigation,  
* nice start w/ part of the back end that provides search; will be working on trigger search
* nice start w/ part of the back end that provides search; will be working on trigger search
* addon side, slowly working on that.  A little bit of work on the ui side and then send out
* addon side, slowly working on that.  A little bit of work on the ui side and then send out
- will work with fabrice on that part
** will work with fabrice on that part
* write up on platform that could be used
* write up on platform that could be used
* stablility on that and trying to proto type that
* stablility on that and trying to proto type that
* layout and style for search result page... possibly done by tomorrow
* layout and style for search result page... possibly done by tomorrow
- front end coding  
** front end coding  
* Search stuff in separate app; will merge to main app  
* Search stuff in separate app; will merge to main app  
* email from dianne from user testing/user research land
* email from dianne from user testing/user research land
* hard to just fix stuff; not everything will be relevant; need triage
* hard to just fix stuff; not everything will be relevant; need triage
* QA asking to be in triage
** QA asking to be in triage
* UX guys are out (for this meeting)
* UX guys are out (for this meeting)
* UR - PDF on stuff;
* UR - PDF on stuff;
- little stuff, need to get out of prototype
** little stuff, need to get out of prototype
- broadly usable for lots of people?
** broadly usable for lots of people?
- stuff we have is useful, maybe not in stand alone
** stuff we have is useful, maybe not in stand alone
- maybe within firefox  
** maybe within firefox  
- need more thought on current value
** need more thought on current value
- rather than being overwhelmed,
** rather than being overwhelmed,


* QA :  
* QA :  
- nhirata to be on vacation from thursday to monday; back tuesday
** nhirata to be on vacation from thursday to monday; back tuesday
- QA busy with fennec
** QA busy with fennec
- wait until search is in and the ipad app that stefan  
** Question Should QA test?
plus teh add on
*** wait until search is in and the ipad app that stefan plus the add on to test
- recording the data of web serve that's pushed to server
*** recording the data of web serve that's pushed to server
- addon that which makes pancake require no use of sync
- just log in with browser id, validates the email
- greatly simplifies the login process
- can bring in / watch behavior for profile
- decouples us from sync versionings
- doesn't worry about passwords or addons, etc.
- info stored in server; server side is set up


- currently syncs to sync server then to our server
* Discussion:
- our data (mysql database of urls)
** addon that which makes pancake require no use of sync
- not complicated data structures.  just urls
*** just log in with browser id, validates the email
- no encryption on stored data (urls)
*** greatly simplifies the login process
- sent via encryptions
*** can bring in / watch behavior for profile
*** decouples us from sync versionings
*** doesn't worry about passwords or addons, etc.
***info stored in server; server side is set up
*** currently syncs to sync server then to our server
*** our data (mysql database of urls)
*** not complicated data structures.  just urls
*** no encryption on stored data (urls)
*** sent via encryptions


Stuart:
*Stuart:
- different views of data
** different views of data
- the ones we want to do automatically
** the ones we want to do automatically
- we can start it from one that starts for you, and then you start building on it and customizing it, your own view, pinview
** we can start it from one that starts for you, and then you start building on it and customizing it, your own view, pinview
- the default pancake views
** the default pancake views
- search is a view;
** search is a view;
- currently search is the main thing
** currently search is the main thing
- whole web; totally about search
** whole web; totally about search
- when addon; search that looks at stuff you're doing
** when addon; search that looks at stuff you're doing
- scratching the surface
** scratching the surface
- doing more over time
** doing more over time
- only one view currently
** only one view currently
- UX guys to to take a look at classifying stuff on web
** UX guys to to take a look at classifying stuff on web
- news paper, what are the different sections of it
*** news paper, what are the different sections of it
- technologies, business, etc.
**** technologies, business, etc.
- does it make sense to divide them like that?
**** does it make sense to divide them like that?
- our own views based on that system
*** our own views based on that system
- ~ 10 ?  edit/customizable?
*** ~ 10 ?  edit/customizable?
- some more mockups
*** some more mockups
- recommended versus pinned?
*** recommended versus pinned?
- hybrid (my fav) + recommendations?
*** hybrid (my fav) + recommendations?
- real goal to come up with real things
** real goal to come up with real things
- present what user wants 90 % of the time
*** present what user wants 90 % of the time
- would like pinnable site
** would like pinnable site
- need to think about more
*** need to think about more
- not knowing what the default view should be
*** not knowing what the default view should be
** core funcationality out first
- core funcationality out first

Latest revision as of 21:47, 25 July 2011

« previous week | index | next week

Dial-in

  • 650-903-0800 or 650-215-1282 x92 Conf# 265 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 265 (US)
  • IRC channel #fxhome
  • Room: MTV 3Z - Zombocom
  • Vidyo: tbd

Agenda

  • AIs from last meeting

  • New ACTION ITEMS

Engineering Update

Crypto / Sync

UX and User Research

Design

Research

QA

Marketing & PR

Feedback Summary

Support

Other

nhirata's raw notes

Server side peices:

  • API investigation,
  • nice start w/ part of the back end that provides search; will be working on trigger search
  • addon side, slowly working on that. A little bit of work on the ui side and then send out
    • will work with fabrice on that part
  • write up on platform that could be used
  • stablility on that and trying to proto type that
  • layout and style for search result page... possibly done by tomorrow
    • front end coding
  • Search stuff in separate app; will merge to main app
  • email from dianne from user testing/user research land
  • hard to just fix stuff; not everything will be relevant; need triage
    • QA asking to be in triage
  • UX guys are out (for this meeting)
  • UR - PDF on stuff;
    • little stuff, need to get out of prototype
    • broadly usable for lots of people?
    • stuff we have is useful, maybe not in stand alone
    • maybe within firefox
    • need more thought on current value
    • rather than being overwhelmed,
  • QA :
    • nhirata to be on vacation from thursday to monday; back tuesday
    • QA busy with fennec
    • Question Should QA test?
      • wait until search is in and the ipad app that stefan plus the add on to test
      • recording the data of web serve that's pushed to server
  • Discussion:
    • addon that which makes pancake require no use of sync
      • just log in with browser id, validates the email
      • greatly simplifies the login process
      • can bring in / watch behavior for profile
      • decouples us from sync versionings
      • doesn't worry about passwords or addons, etc.
      • info stored in server; server side is set up
      • currently syncs to sync server then to our server
      • our data (mysql database of urls)
      • not complicated data structures. just urls
      • no encryption on stored data (urls)
      • sent via encryptions
  • Stuart:
    • different views of data
    • the ones we want to do automatically
    • we can start it from one that starts for you, and then you start building on it and customizing it, your own view, pinview
    • the default pancake views
    • search is a view;
    • currently search is the main thing
    • whole web; totally about search
    • when addon; search that looks at stuff you're doing
    • scratching the surface
    • doing more over time
    • only one view currently
    • UX guys to to take a look at classifying stuff on web
      • news paper, what are the different sections of it
        • technologies, business, etc.
        • does it make sense to divide them like that?
      • our own views based on that system
      • ~ 10 ? edit/customizable?
      • some more mockups
      • recommended versus pinned?
      • hybrid (my fav) + recommendations?
    • real goal to come up with real things
      • present what user wants 90 % of the time
    • would like pinnable site
      • need to think about more
      • not knowing what the default view should be
    • core funcationality out first