Skip to content

Commit 2cae4e9

Browse files
committed
changes in content
1 parent 9e6ac36 commit 2cae4e9

File tree

1 file changed

+7
-0
lines changed
  • content/blog/entries/science-museum-implementation

1 file changed

+7
-0
lines changed

content/blog/entries/science-museum-implementation/contents.lr

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ categories:
44

55
cc-catalog
66
gsoc
7+
gsoc-2020
78
---
89
author: srinidhi
910
---
11+
series: gsoc-2020-cccatalog
12+
---
1013
pub_date: 2020-05-29
1114
---
1215
body:
@@ -91,6 +94,10 @@ we move on to the next record.
9194
RECORD_IDS.append(id_)
9295
```
9396

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+
94101
Once the implementation script is ready (test suite is built along with), we create a workflow, that runs on a monthly basis.
95102

96103
### Results:

0 commit comments

Comments
 (0)