mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-11-17
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/" />
|
||||
<meta property="article:published_time" content="2019-10-28T13:27:35+02:00" />
|
||||
<meta property="article:modified_time" content="2019-10-29T16:23:43+02:00" />
|
||||
<meta property="article:modified_time" content="2019-11-17T14:21:20+02:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace CG Core v2 Migration"/>
|
||||
@ -25,9 +25,9 @@
|
||||
"@type": "BlogPosting",
|
||||
"headline": "CGSpace CG Core v2 Migration",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/cgspace-cgcorev2-migration\/",
|
||||
"wordCount": "554",
|
||||
"wordCount": "543",
|
||||
"datePublished": "2019-10-28T13:27:35+02:00",
|
||||
"dateModified": "2019-10-29T16:23:43+02:00",
|
||||
"dateModified": "2019-11-17T14:21:20+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -112,7 +112,7 @@
|
||||
|
||||
<h2 id="proposed-changes">Proposed Changes</h2>
|
||||
|
||||
<p>As of 2019-10-29 the scope of the changes includes the following fields:</p>
|
||||
<p>As of 2019-11-17 the scope of the changes includes the following fields:</p>
|
||||
|
||||
<ul>
|
||||
<li>cg.creator.id→cg.creator.identifier
|
||||
@ -161,7 +161,6 @@
|
||||
<li>dc.type→dcterms.type</li>
|
||||
<li>dc.identifier.isbn→cg.isbn</li>
|
||||
<li>dc.identifier.issn→cg.issn</li>
|
||||
<li>cg.identifier.dataurl→cg.hasMetadata</li>
|
||||
</ul>
|
||||
|
||||
<p>The following fields are currently out of the scope of this migration because they are used internally by DSpace 5.x/6.x and would be difficult to change without significant modifications to the core of the code:</p>
|
||||
@ -188,7 +187,6 @@
|
||||
<li><label><input type="checkbox" checked disabled class="task-list-item"> cg.journal (246)</label></li>
|
||||
<li><label><input type="checkbox" checked disabled class="task-list-item"> cg.isbn (247)</label></li>
|
||||
<li><label><input type="checkbox" checked disabled class="task-list-item"> cg.issn (248)</label></li>
|
||||
<li><label><input type="checkbox" checked disabled class="task-list-item"> cg.hasMetadata (249)</label></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="fields-to-delete">Fields to delete</h2>
|
||||
@ -200,7 +198,6 @@
|
||||
<li><label><input type="checkbox" disabled class="task-list-item"> cg.fulltextstatus</label></li>
|
||||
<li><label><input type="checkbox" disabled class="task-list-item"> cg.identifier.status</label></li>
|
||||
<li><label><input type="checkbox" disabled class="task-list-item"> cg.link.reference</label></li>
|
||||
<li><label><input type="checkbox" disabled class="task-list-item"> cg.identifier.dataurl</label></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="implementation-progress">Implementation Progress</h2>
|
||||
@ -441,17 +438,6 @@
|
||||
<td align="center">✓</td>
|
||||
<td align="center"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>cg.hasMetadata</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user