Last updated
Define a classification tree for your records.
Where: Database β Taxonomies β New Β· /projects/<project>/db/taxonomies/new
Screenshot TODO β capture comes from testing-plan area 04-taxonomies.
Taxonomy name (required) β e.g. Cities.
Description β free text.
Parent β one other taxonomy (default β None β). Setting it places this taxonomy in a tree: every term you later create must then pick a required parent term from that taxonomy.
Additional categories β checkboxes with the project's other taxonomies. Terms can then carry extra parents from those taxonomies. A taxonomy set as Parent cannot also be ticked here β the form rejects it with A taxonomy cannot be both the Parent and an Additional category. Remove it from one.
Save stores the taxonomy (txn_β¦) and returns to the list; Cancel discards. After saving you add the actual terms records get tagged with.
Example: create Countries with no parent, then Cities with Parent = Countries. Every city term must now name its country, and the API can fetch a country's cities as term children.
Endpoints: Save Database Taxonomy.
Last updated