chore: updated cellar docs a2ed42ce
Steve · 2026-04-10 22:09 1 file(s) · +4 −1
docs/docs/pages/apps/cellar.mdx +4 −1
68 68
69 69
## Use
70 70
71 -
Your wine collection is publicly viewable at `/` with individual wine pages at `/wines/{short_id}`.
71 +
Your wine collection is publicly viewable at `/` with individual wine pages at `/wines/{short_id}`. The `/wishlist` page lists wines you want to try but haven't tasted yet — no scores, no pentagon chart, just the basics. Promote a wishlist wine once you've tasted it to move it into the main cellar and fill in scores.
72 72
73 73
### Admin
74 74
79 79
| `/admin` | Admin dashboard listing every wine in your collection |
80 80
| `/admin/new` | Add a new wine, optionally using AI image analysis to prefill details |
81 81
| `/admin/edit/{short_id}` | Edit an existing wine |
82 +
| `/wishlist` | Wishlist view — shows inline edit/promote/delete actions when logged in |
83 +
| `/admin/wishlist/new` | Add a new wine to the wishlist (no scores) |
84 +
| `/admin/wishlist/edit/{short_id}` | Edit a wishlist wine |