Skip to content

Instantly share code, notes, and snippets.

@wbarcovsky
Created August 21, 2015 11:43
Show Gist options
  • Select an option

  • Save wbarcovsky/ae2d60dc85d209df161c to your computer and use it in GitHub Desktop.

Select an option

Save wbarcovsky/ae2d60dc85d209df161c to your computer and use it in GitHub Desktop.
CDS:
- Товары:
id: 1
name: "Молоток"
count: 1
county: "Россия"
producer: "ООО Молотки"
id: 101
name: "Комплетк пастельного белья"
count: 2
county: "Китай"
producer: "ООО Подушка"
- Словарь:
country: {Россия, Китай},
producer: {"ООО Молотки", "ООО Подушка", "ООО Всякий шлак"}
Сервис "Белье":
//Дополнятем объект 101
- Вещи
cds_id: 101
name: "Наволочка"
producer: "ООО Всякий шлак" // Причина, почему обшие аттрибуты нужно хранить по ключу
- Аттрибуты
cds_id: 101
arrt: size
attr_name: "размер"
value: "200x200"
- Словарь:
size: {"200x200", "215x200", ...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment