]> gitweb.hamatoma.de Git - zentrum.gemeinwohl-gesellschaft.org.git/commit
V0.1.3 Process ExportController drawio2db.py
authorHamatoma <author@hamatoma.de>
Wed, 26 Mar 2025 22:28:54 +0000 (23:28 +0100)
committerHamatoma <author@hamatoma.de>
Wed, 26 Mar 2025 22:28:54 +0000 (23:28 +0100)
commit6047501850f137e2c94a46cf59117137b29db89e
tree6aacb4e85383b0a7197cca03b8a47f6138897e61
parent0437fdfdb631877224cd4245c9456ef6fcbb786d
V0.1.3 Process ExportController drawio2db.py

- ExportController: $_SERVER['documentroot] replaced by
  FileHelper::documentRoot()
- new module Process
- new drawio2db.py
13 files changed:
CHANGELOG.md
app/Http/Controllers/ExportController.php
app/Http/Controllers/ProcessController.php [new file with mode: 0644]
app/Models/Process.php [new file with mode: 0644]
composer.lock
database/migrations/2025_03_25_125345_create_processes_table.php [new file with mode: 0644]
database/seeders/ProcessSeeder.php [new file with mode: 0644]
resources/views/process/create.blade.php [new file with mode: 0644]
resources/views/process/edit.blade.php [new file with mode: 0644]
resources/views/process/index.blade.php [new file with mode: 0644]
resources/views/process/show.blade.php [new file with mode: 0644]
routes/web.php
scripts/drawio2db.py [new file with mode: 0755]