Commit Graph

165 Commits

Author SHA1 Message Date
tpeetz d3c720f995 Merge branch 'develop/0.1.0' into 'feature/5-add-token-management'
# Conflicts:
#   qt/gui/main_window.py
2025-01-14 14:44:46 +00:00
Thomas Peetz 453ad2af7b merged command line and gui app in one command 2025-01-14 15:39:07 +01:00
Thomas Peetz 54bc17ee7d add cli app and fix relationship typos 2025-01-14 15:39:06 +01:00
Thomas Peetz 89b7b87b8c add export to json 2025-01-14 15:39:03 +01:00
Thomas Peetz 3f0a37ff19 create files with abstract model class 2025-01-14 15:38:30 +01:00
Thomas Peetz 954dab289a extend MetaDataColumn by adding column for name of column for referenced tables 2025-01-14 15:38:30 +01:00
Thomas Peetz 5affa16505 add tysc schema 2025-01-14 15:38:30 +01:00
Thomas Peetz d2b1cb999a reorganize files for Qt application 2025-01-14 15:38:27 +01:00
Thomas Peetz f1d36acff7 add sqlalchemy as orm tool 2025-01-14 15:35:53 +01:00
Thomas Peetz 7e8a6b3c91 add repo kontor-quarkus 2025-01-14 15:35:53 +01:00
Thomas Peetz b424e95e05 import other kontor repos into directories 2025-01-14 15:35:53 +01:00
Thomas Peetz 28746adfbb import from kontor-flask branch develop/0.1.0 2025-01-14 15:35:53 +01:00
Thomas Peetz 0d2f27f771 import from kontor-flask 2025-01-14 15:35:53 +01:00
Thomas Peetz d6410e2584 implement generic table model
implement generic table model which reads table info from db and
constructs table view
2025-01-14 15:21:03 +01:00
Thomas Peetz ce1514f20a fix errors when displaying empty table 2025-01-14 15:18:49 +01:00
Thomas Peetz c8ea7c4188 refresh table when updated 2025-01-14 15:18:46 +01:00
Thomas Peetz 245ee2378e display tick and cross for boolean values 2025-01-14 15:17:41 +01:00
Thomas Peetz afb3ac88c8 first implementation to show Comics and MediaFiles 2025-01-14 15:17:37 +01:00
Thomas Peetz 3a0a0055a6 Add Taskjuggler project file 2025-01-14 15:13:59 +01:00
tpeetz 283577df9b Merge branch 'add-cli-app' into 'develop/0.1.0'
Add cli app

See merge request tpeetz/kontor!9
2025-01-14 12:22:53 +00:00
Thomas Peetz 276302570f merged command line and gui app in one command 2025-01-14 13:10:24 +01:00
Thomas Peetz f74c07af9a add cli app and fix relationship typos 2025-01-13 22:54:25 +01:00
Thomas Peetz d0eae1980a add export to json 2025-01-13 16:18:13 +01:00
Thomas Peetz 820ae3d374 create files with abstract model class 2025-01-13 00:26:42 +01:00
Thomas Peetz bf14c9a020 extend MetaDataColumn by adding column for name of column for referenced tables 2025-01-12 02:41:40 +01:00
Thomas Peetz a3652cc9b8 add tysc schema 2025-01-11 19:00:58 +01:00
Thomas Peetz 8f2e99195a reorganize files for Qt application 2025-01-11 01:54:05 +01:00
Thomas Peetz 2ae11e24ef add sqlalchemy as orm tool 2025-01-10 17:39:54 +01:00
Thomas Peetz a1e8474149 add repo kontor-quarkus 2025-01-09 22:28:46 +01:00
Thomas Peetz 9b329c0ac4 import other kontor repos into directories 2025-01-09 19:28:50 +01:00
tpeetz 8120c92b32 Merge branch 'feature/4-import-kontor-flask-into-directory-flask' into 'develop/0.1.0'
Import kontor-flask into directory flask

Closes #4

See merge request tpeetz/kontor!2
2025-01-08 21:44:47 +00:00
Thomas Peetz 5c261529fc import from kontor-flask branch develop/0.1.0 2025-01-08 22:34:21 +01:00
Thomas Peetz 6923b3e5ee import from kontor-flask 2025-01-08 22:31:20 +01:00
Thomas Peetz fc4110b11d fix problem in string formatting 2025-01-08 22:25:44 +01:00
tpeetz e078f43cc6 set correct project id in build.gradle 2025-01-08 22:25:44 +01:00
Thomas Peetz 24e4c0b58e import export dialog by adding selection of export type 2025-01-08 22:25:44 +01:00
Thomas Peetz 8d31a92692 improve view of meta data by using icons for boolean and add search 2025-01-08 22:25:44 +01:00
Thomas Peetz c619745a4a prevent NPE 2025-01-08 22:25:44 +01:00
Thomas Peetz c769115331 implement general data tab view 2025-01-08 22:25:44 +01:00
Thomas Peetz 1a7da0ab9f add column header info 2025-01-08 22:25:44 +01:00
tpeetz 78632e0e12 Import kontor-spring into directory springboot 2025-01-08 22:25:44 +01:00
Thomas Peetz 3aed8af868 implement generic table model
implement generic table model which reads table info from db and
constructs table view
2025-01-08 22:25:44 +01:00
Thomas Peetz c6d1e4d7e7 fix errors when displaying empty table 2025-01-08 22:25:44 +01:00
Thomas Peetz d98dc79cf8 refresh table when updated 2025-01-08 22:25:44 +01:00
Thomas Peetz 9dcc09c586 display tick and cross for boolean values 2025-01-08 22:25:44 +01:00
Thomas Peetz 57e7b9e999 first implementation to show Comics and MediaFiles 2025-01-08 22:25:44 +01:00
Thomas Peetz d97145b629 add first implementation of Dockerfile 2025-01-08 21:57:13 +01:00
Thomas Peetz 8ba23b6365 add first example of a Dockerfile for a Spring Boot Application 2025-01-08 21:41:20 +01:00
Thomas Peetz 66d61e2c1f add entity token 2025-01-08 21:08:15 +01:00
Thomas Peetz 83f645d4c6 fix problem in string formatting 2025-01-08 15:34:11 +01:00