numberdb / numberdb-website

Website and database builder for numberdb.org
0 stars 2 forks source link

Rename "collection" to "table"? #18

Closed bmatschke closed 3 years ago

bmatschke commented 3 years ago

Initially, "collection" was chosen as sets of numbers and list of (sub-)collections should be represented as well. Tables given as {key: number} dictionaries turn out to be much more useful than simple sets of numbers, as every number (with description given by the collection) gets a key/index to refer to.

bmatschke commented 3 years ago

Done.