Mercurial > p > roundup > code
comparison doc/glossary.txt @ 6270:98e2835b787a
Document designator like classname-number.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 29 Sep 2020 17:12:20 -0400 |
| parents | 6834bb5473da |
| children | 24e2eeb2ed9a |
comparison
equal
deleted
inserted
replaced
| 6269:92cc82788f83 | 6270:98e2835b787a |
|---|---|
| 9 the name of a class. It must start with a letter, end with a letter | 9 the name of a class. It must start with a letter, end with a letter |
| 10 or "_", and only have alphanumerics and "_" in the middle. | 10 or "_", and only have alphanumerics and "_" in the middle. |
| 11 db (or hyperdb) | 11 db (or hyperdb) |
| 12 a collection of items | 12 a collection of items |
| 13 designator | 13 designator |
| 14 a combined class + itemid reference to any item in the hyperdb | 14 a combined class + itemid reference to any item in the |
| 15 hyperdb. E.g. issue26. Note that form values can include | |
| 16 something that looks like a designator composed of a classname, a | |
| 17 dash '-', and a number. E.g. file-1. These | |
| 18 are used to create new instances of a class via the web interface. | |
| 15 itemid | 19 itemid |
| 16 a numeric reference to a particular item of one class | 20 a numeric reference to a particular item of one class |
| 17 item | 21 item |
| 18 a collection of data that forms one entry in the hyperdb. | 22 a collection of data that forms one entry in the hyperdb. |
| 19 property | 23 property |
