Skip to content

Commit

Permalink
Merge branch 'analysis-packages' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
René Reitmann committed Dec 8, 2021
2 parents ff24f1c + 3efdf97 commit f942b37
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
$mdDialog.show({
controller: 'VersionInfoController',
templateUrl: 'scripts/ordermanagement/views/' +
'version-info.html.tmpl',
'ap-version-info.html.tmpl',
clickOutsideToClose: true,
escapeToClose: true,
fullscreen: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ angular.module('metadatamanagementApp').config(
'content': '<p style="margin-bottom: 0px;">Unsere Datenpakete liegen dreistellig versioniert vor. Die Stellen der Versionsnummer legen nahe, wie groß die Änderungen an den Daten sind. Bei Änderungen an den ersten beiden Stellen werden Sie benachrichtigt.</p><ul style="list-style-type: disc; margin-inline-start: 16px; margin-bottom: 0px;"><li>Erste Stelle (Major): Änderungen am Datensatz (abgesehen von Änderungen der Variablenlabels)</li><li>Zweite Stelle (Minor): Label ändern sich, Metadatenänderungen wie Hinzufügen weiterer Fragen oder Änderungen der Metadaten/Dokumentation, die Auswirkungen auf die Analyse haben.</li><li>Dritte Stelle (Patch): Zusätzliche Datensatzformate werden bereitgestellt, Hinzufügen/Löschen von Sprachversionen.</li></ul><strong>Für die meisten Datennutzer:innen ist die aktuellste Version der Daten relevant.</strong>',
'close-tooltip': 'Klicken, um diesen Dialog zu schließen.',
'analysis-package': {
'content': '<p style="margin-bottom: 0px;">TODO: Unsere Analysepakete liegen dreistellig versioniert vor. Die Stellen der Versionsnummer legen nahe, wie groß die Änderungen an den Daten sind. Bei Änderungen an den ersten beiden Stellen werden Sie benachrichtigt.</p><ul style="list-style-type: disc; margin-inline-start: 16px; margin-bottom: 0px;"><li>Erste Stelle (Major): Änderungen am Datensatz</li><li>Zweite Stelle (Minor): Label ändern sich, Metadatenänderungen wie Hinzufügen weiterer Skripte oder Änderungen der Metadaten/Dokumentation.</li><li>Dritte Stelle (Patch): Zusätzliche Datensatzformate werden bereitgestellt, Hinzufügen/Löschen von Sprachversionen.</li></ul><strong>Für die meisten Datennutzer:innen ist die aktuellste Version der Daten relevant.</strong>',
'content': '<p style="margin-bottom: 0px;">Unsere Analysepakete liegen dreistellig versioniert vor. Die Stellen der Versionsnummer legen nahe, wie groß die Änderungen an den Daten sind. Bei Änderungen an den ersten beiden Stellen werden Sie benachrichtigt.</p><ul style="list-style-type: disc; margin-inline-start: 16px; margin-bottom: 0px;"><li>Erste Stelle (Major): Änderungen an oder Hinzufügen von einem oder mehreren Analyseskript(en) und/oder benutzerdefinierten Analysedaten.</li><li>Zweite Stelle (Minor): Änderungen der Metadaten/Dokumentation.</li><li>Dritte Stelle (Patch): Hinzufügen/Löschen von Sprachversionen.</li></ul><strong>Für die meisten Datennutzer:innen ist die aktuellste Version der Daten relevant.</strong>',
}
},
'access-way-info': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ angular.module('metadatamanagementApp').config(
'content': '<p style="margin-bottom: 0px;">Our data packages are available in a three-digit version. The digits of the version number indicate how big the changes to the data are. You will be notified if changes are made to the first two digits.</p><ul style="list-style-type: disc; margin-inline-start: 16px; margin-bottom: 0px;"><li>First digit (Major): Changes to the data set (except for changes to variable labels)</li><li>Second digit (Minor): Labels change, metadata changes such as adding more questions or changes to metadata/documentation that affect the analysis.</li><li>Third digit (Patch): Additional dataset formats are provided, adding/deleting language versions.</li></ul><strong>For most data users, the most recent version of the data is relevant.</strong>',
'close-tooltip': 'Click to close this dialog',
'analysis-package': {
'content': '<p style="margin-bottom: 0px;">TODO: Our analysis packages are available in a three-digit version. The digits of the version number indicate how big the changes to the data are. You will be notified if changes are made to the first two digits.</p><ul style="list-style-type: disc; margin-inline-start: 16px; margin-bottom: 0px;"><li>First digit (Major): Changes to the data set.</li><li>Second digit (Minor): Labels change, metadata changes such as adding more scripts or changes to metadata/documentation.</li><li>Third digit (Patch): Additional dataset formats are provided, adding/deleting language versions.</li></ul><strong>For most data users, the most recent version of the data is relevant.</strong>'
'content': '<p style="margin-bottom: 0px;">Our analysis packages are available in a three-digit version. The digits of the version number indicate how big the changes to the data are. You will be notified if changes are made to the first two digits.</p><ul style="list-style-type: disc; margin-inline-start: 16px; margin-bottom: 0px;"><li>First digit (Major): Changes/Adding to/of one or more analysis scripts and/or one or more custom data packages.</li><li>Second digit (Minor): Changes to metadata/documentation.</li><li>Third digit (Patch): Adding/deleting language versions.</li></ul><strong>For most data users, the most recent version of the data is relevant.</strong>'
}
},
'access-way-info': {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<md-dialog aria-label="{{'shopping-cart.version-info.title' | translate}}" layout="column" class="ms-flex" flex="50">
<md-toolbar>
<div class="md-toolbar-tools" layout="row" layout-align="space-between center">
<h2 class="fdz-truncate-string">
<span>{{'shopping-cart.version-info.title' | translate}}</span>
</h2>
<md-button class="md-icon-button" ng-click="closeDialog()">
<md-icon md-font-set="material-icons">clear</md-icon>
<md-tooltip md-direction="top" md-autohide="true" md-z-index="bowser.mobile || bowser.tablet ? -100 : 1000001">
{{'shopping-cart.version-info.close-tooltip' | translate }}
</md-tooltip>
</md-button>
</div>
</md-toolbar>
<md-divider></md-divider>
<md-dialog-content layout-padding flex layout="column" class="ms-flex" data-translate="shopping-cart.version-info.analysis-package.content">

</md-dialog-content>
<md-dialog-actions layout="row">
<md-button class="md-primary" ng-click="closeDialog()">
<span>{{'global.entity.action.ok' | translate}}</span>
<md-tooltip md-direction="left" md-autohide="true" md-z-index="bowser.mobile || bowser.tablet ? -100 : 1000001">
{{'shopping-cart.version-info.close-tooltip' | translate }}
</md-tooltip>
</md-button>
</md-dialog-actions>
</md-dialog>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
</md-toolbar>
<md-divider></md-divider>
<md-dialog-content layout-padding flex layout="column" class="ms-flex" data-translate="shopping-cart.version-info.analysis-package.content">
<md-dialog-content layout-padding flex layout="column" class="ms-flex" data-translate="shopping-cart.version-info.content">

</md-dialog-content>
<md-dialog-actions layout="row">
Expand Down

0 comments on commit f942b37

Please sign in to comment.