-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
240 additions
and
81 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,14 +1,86 @@ | ||
# Student Observations | ||
# Student Observations App | ||
|
||
## Install | ||
<img src="logo.png" style="height: 6rem; float: right;" align="right"> | ||
|
||
### Linux (Ubuntu) | ||
Free and open-source software for school teachers to write and maintain student observations. | ||
|
||
Documents stored only _locally_ - no piece of data will ever leave your laptop! | ||
|
||
Desktop application for **Windows**, **macOS**, and Linux (unofficial support). | ||
|
||
### Features | ||
|
||
- Compose and edit student observations | ||
- Manage categories of observations with predefined templates | ||
- Group students into classes | ||
- Rich text editor | ||
- Printing | ||
- Autosave | ||
|
||
### Languages | ||
- English | ||
- German (Deutsch) | ||
|
||
This software is free to use but you are welcome to <a href="https://www.buymeacoffee.com/ttulka" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 35px !important;" ></a> | ||
|
||
## Overview | ||
|
||
Tbd | ||
|
||
See the [Wiki](https://github.com/ttulka/observations/wiki) pages for more details. | ||
|
||
## Platform support | ||
|
||
### Officially supported: | ||
|
||
- **Windows** (tested on Win 7 and Win 10) | ||
- **macOS** (tested on Big Sur 11.5) | ||
|
||
### Unofficially supported: | ||
|
||
- **Linux** (tested on Ubuntu 20.04) | ||
|
||
The main reason to support Linux unofficially is the variety of distribution. We can't really ensure to run everywhere but we try hard. | ||
|
||
Please [contact us](https://github.com/ttulka/observations/issues) when facing any issues - your feedback is highly valuable! | ||
|
||
|
||
## Installation | ||
|
||
Follow the installation instructions for your platform: | ||
|
||
### On Windows | ||
|
||
Tbd | ||
|
||
### On Mac | ||
|
||
Tbd | ||
|
||
### On Linux | ||
|
||
Tbd | ||
|
||
#### Ubuntu | ||
|
||
```sh | ||
sudo apt-get -y install libsqlite3-0 libsqlite3-dev | ||
``` | ||
|
||
## TODO | ||
## Contributions and development | ||
|
||
Contributions and translations are very welcome! Please make sure your chance works on all supported platforms. | ||
|
||
### Tech stack | ||
- Flutter | ||
- Sqlite | ||
|
||
|
||
### To do | ||
- searching (filtering) students | ||
- disaster recovery | ||
- sentiment of observation (???) | ||
- sentiment of observation (???) | ||
|
||
## License | ||
|
||
[MIT](https://github.com/ttulka/observations/blob/main/LICENSE) |
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
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
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
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,3 +1,53 @@ | ||
{ | ||
"appTitle": "Student Observations DE" | ||
"appTitle": "Studentenbeobachtungen", | ||
"menuCategories": "Kategorien", | ||
"menuAbout": "About", | ||
"aboutTitle": "Über diese Anwendung", | ||
"aboutContent": "Kostenlose und Open-Source-Software für Lehrer, um Schülerbeobachtungen zu schreiben.\n\nDokumente werden nur lokal gespeichert - keine Daten werden jemals Ihren Laptop verlassen!\n\nSiehe den Link oben, um weitere Informationen zu erhalten diese Anwendung.\n\n\n***\n\n\nVersion alpha-0.0.0\n\nErstellt von Tomas Tulka (ttulka.com)\n\nDiese Software wird unter der MIT-Lizenz entwickelt und vertrieben\n(https://opensource.org/licenses/MIT).", | ||
"aboutLink": "https://github.com/ttulka/observations", | ||
"formSave": "Speichern", | ||
"formRequired": "Erforderlich", | ||
"formInvalid": "Ungültiger Wert", | ||
"laden": "Wird geladen...", | ||
"alertOk": "OK", | ||
"alertCancel": "Abbrechen", | ||
"alertAtLeastOne": "Mindestens ein Element ist erforderlich.", | ||
"printHint": "Drucken", | ||
"printNotSupported": "Drucken wird auf Ihrer Plattform nicht unterstützt.", | ||
"addSuccess": "Erfolgreich hinzugefügt.", | ||
"editSuccess": "Erfolgreich bearbeitet.", | ||
"removeSuccess": "Erfolgreich entfernt.", | ||
"copySuccess": "Erfolgreich kopiert.", | ||
"removeAlertTitle": "Entfernungsbestätigung", | ||
"removeAlertText": "Möchten Sie das Element wirklich entfernen?", | ||
"removeAlertOk": "Entfernen", | ||
"categoryName": "Kategoriename", | ||
"categoryDefaultsSocial": "Sozialverhalten", | ||
"categoryDefaultsWork": "Arbeitsverhalten", | ||
"listCategoryTitle": "Kategorien von Beobachtungen", | ||
"listCategoryUp": "Up", | ||
"listCategoryDown": "Nach unten", | ||
"addCategoryTitle": "Eine neue Kategorie hinzufügen", | ||
"editCategoryTitle": "Eine Kategorie bearbeiten", | ||
"editCategoryHint": "Diese Kategorie bearbeiten", | ||
"removeCategoryHint": "Diese Kategorie entfernen", | ||
"classroomName": "Klassen-ID", | ||
"classroomYear": "Beginn des Schuljahres", | ||
"classroomDescription": "Klassenbeschreibung (optional)", | ||
"emptyClassroomList": "...fügen Sie eine neue Klasse hinzu, indem Sie auf den Button ⊕ klicken", | ||
"addClassroomTitle": "Neue Klasse hinzufügen", | ||
"editClassroomTitle": "Eine Klasse bearbeiten", | ||
"editClassroomHint": "Diese Klasse bearbeiten", | ||
"removeClassroomHint": "Diese Klasse entfernen", | ||
"copyClassroomHint": "Diese Klasse und ihre Schüler kopieren", | ||
"copyClassroomAlertTitle": "Klasse kopieren", | ||
"copyClassroomAlertText": "Sind Sie sicher, dass Sie die Klasse und alle ihre Schüler kopieren möchten?", | ||
"studentFamilyName": "Familienname", | ||
"studentGivenName": "Vorname", | ||
"emptyStudentList": "...fügen Sie einen neuen Schüler hinzu, indem Sie auf den Button ⊕ klicken", | ||
"addStudentTitle": "Neuen Schüler hinzufügen", | ||
"editStudentTitle": "Bearbeiten eines Schülers", | ||
"editStudentHint": "Diesen Schüler bearbeiten", | ||
"removeStudentHint": "Diesen Schüler entfernen", | ||
"printStudentObservationsHint": "Alle Schülerbeobachtungen drucken" | ||
} |
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
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
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
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
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
Oops, something went wrong.