-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:verenya/ReviewOger
- Loading branch information
Showing
1 changed file
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,37 @@ | ||
ReviewOger | ||
========== | ||
# Anleitung | ||
|
||
* Slot-Baum im Oger erstellen: | ||
* Slot: Zeitslot | ||
* Raum: Raum im zugehörigen Slot. | ||
* CSV-Datei mit Vorname, Nachname, Mail, Gruppe erstellen. | ||
* Datei -> Teilnehmer einlesen | ||
* Speichern nicht vergessen :) | ||
* Optionen wählen. Empfehlung: | ||
* Notar ist Autor | ||
* 10 Wiederholungen | ||
* Berechnung beginnen. | ||
|
||
* Das Berechnungsergebnis kann gespeichert werden. Über Datei -> Mail versenden können dann später die Mails verschickt werden. Das kann aber auch gleich im Anschluss passieren. | ||
|
||
* .txt-Dokument einlesen, das den Haupttext der Mail enthält | ||
* Grußformel anpassen | ||
* Mails versenden | ||
|
||
|
||
## CSV-Format | ||
|
||
Trennzeichen: ; | ||
|
||
Name, Vorname; E-Mail; Gruppennummer (als Zahl) | ||
|
||
| Max | Mustermann | [email protected] | 5 | | ||
|--------|------------|---------------------------|---| | ||
| Sabine | Musterfrau | [email protected] | 4 | | ||
|
||
|
||
## Mail-Text | ||
|
||
Eine .txt-Datei, die den Haupttext der E-Mail enthält. Standard-WIndows-Text-Formatierung | ||
|
||
|
||
|
||
A tool to match participants on reviews under certain conditions |