~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to plainbox/docs/appdev/index.rst

  • Committer: Sylvain Pineau
  • Date: 2014-07-29 16:05:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3149.
  • Revision ID: sylvain.pineau@canonical.com-20140729160554-qev8887xbunn9tmi
checkbox-ng:launchers:checkbox-cli: The checkbox-cli launcher

Running the default whitelist (with the suite selection screen skipped)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
======================
4
4
 
5
5
This chapter organizes information useful for developers working on testing
6
 
systems and :term:`Checkbox` derivatives.
 
6
systems and :term:`CheckBox` derivatives.
7
7
 
8
8
.. warning::
9
9
 
14
14
Personas and stories
15
15
--------------------
16
16
 
17
 
* I'm a Checkbox, Checkbox derivative or third party developer:
 
17
* I'm a CheckBox, CheckBox derivative or third party developer:
18
18
 
19
19
    * What use cases should require a new application?
20
 
    * How should I be using Plainbox APIs?
21
 
    * Which parts of Plainbox APIs are stable?
22
 
    * How can I have *special sauce* with using Plainbox at the core?
23
 
    * What is covered by Checkbox
24
 
 
25
 
* I'm a Checkbox developer.
26
 
 
27
 
    * I'm adding a new feature, should that feature go to Checkbox or Plainbox?
28
 
    * I'm writing a new job, should that job go to Checkbox or JobBox?
 
20
    * How should I be using PlainBox APIs?
 
21
    * Which parts of PlainBox APIs are stable?
 
22
    * How can I have *special sauce* with using PlainBox at the core?
 
23
    * What is covered by CheckBox
 
24
 
 
25
* I'm a CheckBox developer.
 
26
 
 
27
    * I'm adding a new feature, should that feature go to CheckBox or PlainBox?
 
28
    * I'm writing a new job, should that job go to CheckBox or JobBox?
29
29
 
30
30
* I'm a developer working on test system different from but not unlike plainbox
31
31
  (this is in the same chapter but should heavily link to derivative systems