feat: Грибы Крыма — полная энциклопедия и справочник грибника
- Энциклопедия 20 видов грибов Крыма с детальными описаниями - Интерактивный календарь грибника по месяцам - Справочник: правила сбора, первая помощь, кулинария - Поиск и фильтрация по съедобности и сезону - Адаптивный дизайн, природная цветовая палитра - Docker-конфигурация для деплоя Tech: Next.js 15, TypeScript, Tailwind CSS 4, React 19 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
22
.cursor/rules/data-patterns.mdc
Normal file
22
.cursor/rules/data-patterns.mdc
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user