Gaia/New-Architecture-Program/Contacts/NGA SP2: Difference between revisions
< Gaia | New-Architecture-Program | Contacts
Jump to navigation
Jump to search
Line 39: | Line 39: | ||
=== Things that went well === | === Things that went well === | ||
*Good bugs resolution speed | |||
*Work separation in smaller bugs helps to improve the landing speed | |||
*Working in prototypes to be showed in Mozilla, generating new ideas and creating solutions | |||
*Fast revisions by Francisco | |||
=== Things that went not that well === | === Things that went not that well === | ||
=== Actions for this sprint === | === Actions for this sprint === |
Revision as of 09:55, 15 June 2015
General info
- Members
- Borja Salguero (DEV)
- Fernando Campo (DEV)
- Jorge Prudencio (DEV)
- Alberto Villena (QA)
- Maria Oteo (EPM)
- Meetings:
- Daily happening everyday in Mumble at 10:30 CEST
- Sprint Planning, on Monday (every two weeks)
- Links of interest:
Sprint objectives
- Separate Cache.js from 'bootstrap.js', so we are ready to implement/test the RenderCache or any alternative cached model. Because we need to explore if the render cache is going to work exactly or as efficiently as the current contacts cache (Bug 1169582)
- Move our requests to mozContacts API to a model based on Threads.js, so Contacts app in master is now ready to use thread.js library (Bug 1170125)
- Decouple the code from 'contacts.js', getting rid of any inter-dependency between views. The idea is "cleaning" the code so next sprint, we can focus on details and edit self-content views
Bugs for this sprint
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Daily meetings
Demos
Retrospective
Actions taken from last sprint
None, NGA SP2 is our first sprint
Things that went well
- Good bugs resolution speed
- Work separation in smaller bugs helps to improve the landing speed
- Working in prototypes to be showed in Mozilla, generating new ideas and creating solutions
- Fast revisions by Francisco