Унификация дизайна корзины и обновление правил
- Убран текст "(с рецептурой)" из названий товаров в корзине - Добавлен раздел 9.2.6 в rules-complete.md с единым стандартом корзины - Определены обязательные размеры, структура и функциональность - Запрещено отображение технических суффиксов в UI корзины 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:

committed by
Bivekich

parent
e62c22c584
commit
4e8e217cdb
@ -678,6 +678,34 @@ export const CREATE_SUPPLY_ORDER = gql`
|
||||
quantity
|
||||
price
|
||||
totalPrice
|
||||
recipe {
|
||||
services {
|
||||
id
|
||||
name
|
||||
description
|
||||
price
|
||||
}
|
||||
fulfillmentConsumables {
|
||||
id
|
||||
name
|
||||
description
|
||||
pricePerUnit
|
||||
unit
|
||||
imageUrl
|
||||
organization {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
sellerConsumables {
|
||||
id
|
||||
name
|
||||
description
|
||||
price
|
||||
unit
|
||||
}
|
||||
marketplaceCardId
|
||||
}
|
||||
product {
|
||||
id
|
||||
name
|
||||
|
Reference in New Issue
Block a user