Bearbeiten von „Exhibition“

Zur Navigation springen Zur Suche springen

Warnung: Du bist nicht angemeldet. Deine IP-Adresse wird bei Bearbeitungen öffentlich sichtbar. Melde dich an oder erstelle ein Benutzerkonto, damit Bearbeitungen deinem Benutzernamen zugeordnet werden.

Die Bearbeitung kann rückgängig gemacht werden. Bitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und veröffentliche dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.

Aktuelle Version Dein Text
Zeile 12: Zeile 12:
* A '''module''' is an object normally stored in one database table. Example: the module '''Users''' handles data of a user who can login to the app.
* A '''module''' is an object normally stored in one database table. Example: the module '''Users''' handles data of a user who can login to the app.
* The '''metadata''' of a module is a dart class specifying all properties of the module in a well readable form. This must be defined by the developer.
* The '''metadata''' of a module is a dart class specifying all properties of the module in a well readable form. This must be defined by the developer.
* '''Basic actions''' are: '''create''', '''edit''' ("change"), '''list''' ("show many"), '''standard''' ("user defined") and '''delete'''.
* '''Basic actions''' are: '''new''' ("create"), '''edit''' ("change"), '''list''' ("show many") and '''standard''' ("user defined")
* A '''page''' is a dialog for exactly one '''basic action''' of a module. The page name is normally the name of the basic action, but can be changed. Normally each module has the pages new, edit and list.
* A '''page''' is a dialog for exactly one '''basic action''' of a module. The page name is normally the name of the basic action, but can be changed. Normally each module has the pages new, edit and list.
* The '''rest_server''' is a sub project of the dev-app implementing a backend for managing the data storage in a MySql database. . See [[Exhibition-RestServer]]
* The '''restserver''' is a sub project of the dev-app implementing a backend for managing the data storage in a MySql database. . See [[Exhibition-RestServer]]


= Installation =
= Installation =
* Clone the Git project exhibition from github.
* Clone the Git project exhibition from github.
* Create the project files for the dev-app:
* Create the project files for the dev-app:
<syntaxhighlight lang="bash">
<source lang="bash">
APP=myapp
# precondition: the current directory is the parent of the base folder of Exhibition
# precondition: the current directory is the parent of the base folder of Exhibition
if [ ! -d exhibition/dart_tools ]; then
if [ ! -d exhibition/bin/meta_tool.dart ]; then
   echo "+++ $(pwd) is not the parent of the base folder of exhibition!"
   echo "+++ $(pwd) is not the parent of the base folder of exhibition!"
else
else
   exhibition/tools/InitProject $APP
   APP=myapp
  flutter create $APP
  cd $APP
  flutter config linux
  ../exhibition/tools/InitProject $APP
fi
fi
</syntaxhighlight>
</source>

Bitte kopiere keine Webseiten, die nicht deine eigenen sind, benutze keine urheberrechtlich geschützten Werke ohne Erlaubnis des Urhebers!
Du gibst uns hiermit deine Zusage, dass du den Text selbst verfasst hast, dass der Text Allgemeingut (public domain) ist, oder dass der Urheber seine Zustimmung gegeben hat. Falls dieser Text bereits woanders veröffentlicht wurde, weise bitte auf der Diskussionsseite darauf hin. Bitte beachte, dass alle Info-Theke-Beiträge automatisch unter der „Gemeinfreiheit“ stehen (siehe Info-Theke:Urheberrechte für Einzelheiten). Falls du nicht möchtest, dass deine Arbeit hier von anderen verändert und verbreitet wird, dann klicke nicht auf „Seite speichern“.

Abbrechen Bearbeitungshilfe (wird in einem neuen Fenster geöffnet)