# What is a listing?

A listing has the following properties:

- unique numeric ID that shows up in the URL
- title (140 chars)
- tags (13 max)
- list of color variants
- description
- 3600 by 4800 pixel design.png
- images (mockups, size chart, etc)
- videos (of the shirt on a model)

# Folder structure

Every folder is named like `<unique ID>-design-keywords-for-recognition`. The unique ID comes from the Etsy listing once it's live.
The design keywords for recognition are in the folder title so I (a mere human) can recognize them & search within my file explorer. Here is the structure within one such folder.

- `manifest.md` (contains title, tags, description, color variants)
- `design.png` (3600 by 4800 pixels, transparent). This is what goes to Gelato
- `images/` 1 2 3 4 5 etc, 1-5 keywords
  - 1-descriptive-keywords.jpg
  - 2-more-descriptive-keywords.jpg
- `videos/` I II III IV V etc, (Roman numerals), 1-5 keywords
  - 1-descriptive-keywords.mp4
  - 2-more-descriptive-keywords.jpg

# How does the stuff in this folder get here?

`create-listing/` contains the key scripts and mockup templates to create a listing. See `create-listing/README.md`
