|
7 | 7 | Roundup Glossary |
8 | 8 | ================ |
9 | 9 |
|
| 10 | +.. glossary:: |
10 | 11 |
|
11 | | -class |
12 | | - a definition of the properties and behaviour of a set of items |
13 | | -classname |
14 | | - the name of a class. It must start with a letter, end with a letter |
15 | | - or "_", and only have alphanumerics and "_" in the middle. |
16 | | -db (or hyperdb) |
17 | | - a collection of items |
18 | | -definitional class |
19 | | - a class that exists to define a descrete set of values. For example |
20 | | - status or priority. |
21 | | -designator |
22 | | - a combined class + itemid reference to any item in the |
23 | | - hyperdb. E.g. issue26. Note that form values can include |
24 | | - something that looks like a designator composed of a classname, a |
25 | | - dash '-', and a number. E.g. file-1. These |
26 | | - are used to create new instances of a class via the web interface. |
27 | | -itemid |
28 | | - a numeric reference to a particular item of one class |
29 | | -item |
30 | | - a collection of data that forms one entry in the hyperdb. |
31 | | -property |
32 | | - one element of data that makes up an item. In Roundup, the set |
33 | | - of item properties may be changed as needed - even after the |
34 | | - tracker has been initialised and used in production. |
35 | | -schema |
36 | | - the definition of all the classes that make up an tracker |
37 | | -tracker |
38 | | - the schema and hyperdb that forms one issue tracker |
39 | | -tracker home |
40 | | - the physical location on disk of a tracker |
| 12 | + class |
| 13 | + a definition of the properties and behaviour of a set of items |
| 14 | + |
| 15 | + classname |
| 16 | + the name of a class. It must start with a letter, end with a letter |
| 17 | + or "_", and only have alphanumerics and "_" in the middle. |
| 18 | + |
| 19 | + db (or hyperdb) |
| 20 | + a collection of items |
| 21 | + |
| 22 | + definitional class |
| 23 | + a class that exists to define a descrete set of values. For example |
| 24 | + status or priority. |
| 25 | + |
| 26 | + designator |
| 27 | + a combined class + itemid reference to any item in the |
| 28 | + hyperdb. E.g. issue26. Note that form values can include |
| 29 | + something that looks like a designator composed of a classname, a |
| 30 | + dash '-', and a number. E.g. file-1. These |
| 31 | + are used to create new instances of a class via the web interface. |
| 32 | + |
| 33 | + itemid |
| 34 | + a numeric reference to a particular item of one class |
| 35 | + |
| 36 | + item |
| 37 | + a collection of data that forms one entry in the hyperdb. |
| 38 | + |
| 39 | + property |
| 40 | + one element of data that makes up an item. In Roundup, the set |
| 41 | + of item properties may be changed as needed - even after the |
| 42 | + tracker has been initialised and used in production. |
| 43 | + |
| 44 | + schema |
| 45 | + the definition of all the classes that make up an tracker |
| 46 | + |
| 47 | + tracker |
| 48 | + the schema and hyperdb that forms one issue tracker |
| 49 | + |
| 50 | + tracker home |
| 51 | + the physical location on disk of a tracker |
41 | 52 |
|
42 | 53 |
|
43 | 54 | ----------------- |
|
0 commit comments