Created
August 21, 2015 11:43
-
-
Save wbarcovsky/ae2d60dc85d209df161c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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