Created
August 21, 2015 11:51
-
-
Save wbarcovsky/9883a94ea2bc79892fa0 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: 1 | |
| producer: 3 | |
| id: 101 | |
| name: "Комплетк пастельного белья" | |
| count: 2 | |
| county: 2 | |
| producer: 4 | |
| - Словарь: | |
| 1 => {country: Россия} | |
| 2 => {country:, Китай}, | |
| 3 => {producer: "ООО Молотки"} | |
| 4 => {producer: "ООО Подушка"} | |
| 5 => {producer: "ООО Всякий шлак"} | |
| Сервис "Белье": | |
| //Дополнятем объект 101 | |
| - Вещи | |
| cds_id: 101 | |
| name: "Наволочка" | |
| producer: 5 // producer - общий аттрибут, поэтому смотрим в словаре CDS | |
| -Аттрибуты | |
| cds_id: 101 | |
| arrt: size | |
| attr_name: "размер" | |
| value: 1 // size - наш аттрибут, поэтому смотрим в словаре сервиса | |
| - Словарь: | |
| 1 => {size: "200x200"} | |
| 2 => {size: "215x200"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment