- Энциклопедия 20 видов грибов Крыма с детальными описаниями - Интерактивный календарь грибника по месяцам - Справочник: правила сбора, первая помощь, кулинария - Поиск и фильтрация по съедобности и сезону - Адаптивный дизайн, природная цветовая палитра - Docker-конфигурация для деплоя Tech: Next.js 15, TypeScript, Tailwind CSS 4, React 19 Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
706 B
Plaintext
23 lines
706 B
Plaintext
---
|
|
description: Data patterns for mushroom encyclopedia
|
|
globs: "src/data/**"
|
|
alwaysApply: false
|
|
---
|
|
|
|
# Data Patterns
|
|
|
|
## Mushroom Data Structure
|
|
Each mushroom entry must include:
|
|
- Scientific name (Latin), Russian common name(s)
|
|
- Edibility classification: edible / conditionally-edible / inedible / poisonous
|
|
- Detailed description: cap, stem, flesh, spore print
|
|
- Habitat, season months, locations in Crimea
|
|
- Look-alikes with distinguishing features
|
|
- Photo URL(s)
|
|
|
|
## Data Accuracy
|
|
- Cross-reference with mycological sources
|
|
- Always include toxicity warnings for poisonous species
|
|
- Mark conditionally-edible species with preparation requirements
|
|
- Include confidence level for rare/disputed species
|