diff --git a/openbis-ipad/core-plugin/readme.md b/openbis-ipad/core-plugin/readme.md index 321639e1065eddd1caf74861d5921f521d514512..db693a284866e18970a50a0f8509499d585607ba 100644 --- a/openbis-ipad/core-plugin/readme.md +++ b/openbis-ipad/core-plugin/readme.md @@ -58,24 +58,6 @@ The iPad data model tracks information for displaying and navigating between ent </tr> </thead> <tbody> - <tr> - <td>SUMMARY_HEADER</td> - <td>A short summary of the entity.</td> - <td>Shown in listings and as the header for detail views.</td> - <td>openBIS code</td> - </tr> - <tr> - <td>SUMMARY</td> - <td>A potentially longer summary of the entity.</td> - <td>Shown in listings and in detail views.</td> - <td>The content of a <code>description</code> property</td> - </tr> - <tr> - <td>IDENTIFIER</td> - <td>An identifier for the object.</td> - <td>Shown in detail views.</td> - <td>openBIS identifier</td> - </tr> <tr> <td>PERM_ID</td> <td>A stable identifier for the object.</td> @@ -95,10 +77,16 @@ The iPad data model tracks information for displaying and navigating between ent <td>openBIS entity type</td> </tr> <tr> - <td>IMAGE_URL</td> - <td>A url for an image associated with this entity. If None or empty, no image is shown.</td> - <td>Shown in detail views.</td> - <td>An image from the DSS. An external image.</td> + <td>SUMMARY_HEADER</td> + <td>A short summary of the entity.</td> + <td>Shown in listings and as the header for detail views.</td> + <td>openBIS code</td> + </tr> + <tr> + <td>SUMMARY</td> + <td>A potentially longer summary of the entity.</td> + <td>Shown in listings and in detail views.</td> + <td>The content of a <code>description</code> property</td> </tr> <tr> <td>CHILDREN</td> @@ -106,6 +94,18 @@ The iPad data model tracks information for displaying and navigating between ent <td>Used to navigate between entities. Entities with children allow drill down and the children are shown in the drill-down view.</td> <td>Sample / data set children. An experiments samples or data sets may also be shown this way.</td> </tr> + <tr> + <td>IDENTIFIER</td> + <td>An identifier for the object.</td> + <td>Shown in detail views.</td> + <td>openBIS identifier</td> + </tr> + <tr> + <td>IMAGE_URL</td> + <td>A url for an image associated with this entity. If None or empty, no image is shown.</td> + <td>Shown in detail views.</td> + <td>An image from the DSS. An external image.</td> + </tr> <tr> <td>PROPERTIES</td> <td>Properties (metadata) that should be displayed for this entity. Transmitted as JSON.</td>