44
edits
(added next steps) |
(rewrite to catch up with apps being deployed on -dev) |
||
| Line 1: | Line 1: | ||
== Overview == | |||
Tools and libraries for generating data are needed to exercise every part of our code without unnecessary storing/sharing of data from production. | Tools and libraries for generating data are needed to exercise every part of our code without unnecessary storing/sharing of data from production. | ||
[[Marketplace/Fake_Data/App_Types|App Types]] lists the kinds of apps being generated. | |||
=== | === Docs === | ||
For generating apps from a spec file see docs for [http://zamboni.readthedocs.org/en/latest/topics/install-zamboni/installation.html#loading-test-apps Loading Test Apps]. | |||
For editing fake app descriptions, see [http://zamboni.readthedocs.org/en/latest/topics/fake-app-spec.html Fake App Spec]. | |||
== | == Engineering Considerations == | ||
* app generation code currently doesn't generate video. | |||
* generation of apps for feed is done separately from rest of app specification. | |||
* no current way to specify particular locales/regions. | |||
* no current way to specify content ratings. | |||
* we might want to add an admin page for uploading a spec file so QA can generate specific apps they need easily. | |||
== Bugs == | == Bugs == | ||
edits