VbzCart/docs/pieces/catalog/local: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces‎ | catalog
Jump to navigation Jump to search
imported>Woozle
(moved mapping stuff to subpage)
m (Woozle moved page VbzCart/VbzCart/pieces/catalog/local to VbzCart/docs/pieces/catalog/local without leaving a redirect: correct naming (was no way to import directly to this name))
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
The '''catalog''' subsystem consists of:
The '''catalog''' subsystem consists of:
* '''page types''':
* '''page types''':
** {{l/same|supplier}}
** {{l/vc/piece|supplier}}
** {{l/same|department}}
** {{l/vc/piece|department}}
** {{l/same|title}}
** {{l/vc/piece|title}}
** {{l/same|item}}
** {{l/vc/piece|item}}
** {{l/same|topic}}
** {{l/vc/piece|topic}}
** {{l/same|image}}
** {{l/vc/piece|image}}
* '''helper types''':
* '''helper types''':
** {{l/same|item type}}
** {{l/vc/piece|item type}}
* '''connectors''':
* '''connectors''':
** {{l/same|title-topic}}
** {{l/vc/piece|title-topic}}


...and a few other associated concepts.
...and a few other associated concepts.
Line 18: Line 18:


The catalog may be maintained manually or [[/building|built]] from supplier source catalogs.
The catalog may be maintained manually or [[/building|built]] from supplier source catalogs.
==Subpages==
* {{l/sub|building}}
* {{l/sub|mapping}}

Latest revision as of 01:53, 25 February 2024

About

The catalog subsystem consists of:

...and a few other associated concepts.

Catalog URLs are mapped to specific pages (of a specific page type, etc.) via the mapping subsystem.

The catalog may be maintained manually or built from supplier source catalogs.

Subpages