Confirmed users
745
edits
Line 80: | Line 80: | ||
== Summary of functionality for v0 == | == Summary of functionality for v0 == | ||
* no: | |||
** no offline functionality | |||
** no login | |||
** no review/rating submissions | |||
** no reviews | |||
** no prepopulated search | |||
** no payments | |||
* JSON data for homepage (all 30, not just 6 shown) | |||
** text data | |||
** icon | |||
** top 3 screenshot thumbnails (maximum) | |||
* JSON data for first page of categories (10 each) | |||
** text data | |||
** icon | |||
** top 3 screenshot thumbnails (maximum) | |||
* data is included as JSON in the package | |||
** apps are identified back-end and tagged (by Wil) | |||
** apps are filtered by tags on search endpoint | |||
* all assets not loaded into the package will be lazy-loaded (when the user is online); none of that data will be cached/saved.f. * all assets loaded into the package only get updated with a new package release | |||
f. all assets loaded into the package only get updated with a new package release | * online cached to appserver according to existing Fireplace logic -- updated based on ttl (1 week) and size (4mb limit) | ||
== Summary of functionality for v1 == | == Summary of functionality for v1 == |