File tree 1 file changed +7
-0
lines changed
content/blog/entries/science-museum-implementation
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ categories:
4
4
5
5
cc-catalog
6
6
gsoc
7
+ gsoc-2020
7
8
---
8
9
author: srinidhi
9
10
---
11
+ series: gsoc-2020-cccatalog
12
+ ---
10
13
pub_date: 2020-05-29
11
14
---
12
15
body:
@@ -91,6 +94,10 @@ we move on to the next record.
91
94
RECORD_IDS.append(id_)
92
95
```
93
96
97
+ ``` id_ ``` is the object id and we cannnot use this value as foreign identifier, the reason behind it is that an object could
98
+ have multiple images with it and using object id we cannot determine the image uniquely, so we must use image id that unique
99
+ for each image. Currently image id is taken from ``` multimedia ``` , for each image data in multimedia foreign id is in ``` admin.uid ``` .
100
+
94
101
Once the implementation script is ready (test suite is built along with), we create a workflow, that runs on a monthly basis.
95
102
96
103
### Results:
You can’t perform that action at this time.
0 commit comments