Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
grezniczek committed Feb 4, 2020
1 parent c5c576e commit 6000e55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
13 changes: 5 additions & 8 deletions README.de.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Lokalisierungs-Demo

Ein Externes Modul für REDCap zur Demonstration der Lokalisierungstechniken.

**Achtung**: Diese Modul funktioniert derzeit nur mit der [Entwicklungsversion](https://github.com/grezniczek/redcap-external-modules) des EM Frameworks, das Internationalisierung unterstüzt. Die Rückwärtskompatibilität ist derzeit nicht mehr gegeben, da diese zuerst an Framework-Änderungen angepasst werden muss.
Ein Externes Modul zur Demonstration der Lokalisierungstechniken im REDCap EM Framework.

## Anforderungen

- REDCAP 8.1.0 oder neuer (getestet mit REDCap 8.11.11 und 9.0.0).
- REDCAP 9.5.0 oder neuer (getestet mit REDCap 9.7.0).

## Installation

Expand All @@ -15,10 +13,9 @@ Ein Externes Modul für REDCap zur Demonstration der Lokalisierungstechniken.

## Configuration

- Legen Sie den Text für eine Nachricht, die in der Browser-Konsole ausgegeben wird (als Infotext, Warnung oder Fehlermeldung).
- Bestimmen Sie, wie redselig dieses Modul ist (es erzählt allerdings viel Nonsens).
- Lassen Sie das Modul zeigen, dass es von 1 bis zur festgelegten Zahl hochzählen kann.
- **System:** Legen Sie den Text für eine Nachricht fest, die in der Browser-Konsole ausgegeben wird (als Infotext, Warnung oder Fehlermeldung).
- **Projekt:** Legen Sie die Obergrenze für das auf Knopfdruck durchgeführte Hochzählen fest.

## Ergebnis

Wenn das Modul aktiviert ist, gibt es, abhängig von den Einstellungen, einige Dinge auf der Browserkonsole aus. Sehr unspektakulär - oder etwa doch nicht?
Wenn das Modul aktiviert ist, steht eine neue Plugin-Seite (links im Menü) zur Verfügung, und abhängig von den Einstellungen, werden einige Dinge auf der Browserkonsole ausgegeben.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

A REDCap External Module demonstrating EM localization.

**Note:** This will not work properly without the upcoming External Module framework supporting EM localization support (see [this fork](https://github.com/grezniczek/redcap-external-modules)), as the backward compatibility fix currently broken.

## Requirements

- REDCAP 8.1.0 or newer (tested with REDCap 8.11.11 and 9.0.0).
- REDCAP 9.5.0 or newer (tested with REDCap 9.7.0).

## Installation

Expand All @@ -15,10 +13,11 @@ A REDCap External Module demonstrating EM localization.

## Configuration

- Set the text of a message and how it should be logged to the browser's console (info, warning, error).
- Set how verbose the module is about the whole process (mostly nonsense, though).
- Let the module show that it can count up from 1 to a given number.
- **System:** Set the text of a message and how it should be logged to the browser's console (info, warning, error).
- **Project:** Set a number for the module to count up to when requested.

## Effect

When enabled, it outputs some stuff -depending on the settings- to the browser's console. Very unspectacular, really, if it weren't.
When enabled, it outputs some stuff -depending on the settings- to the browser's console, and provides a plugin page.

Have fun!

0 comments on commit 6000e55

Please sign in to comment.