2025-10-23 - 2026-04-23
Overview
3 Releases published by 1 user
Published
0.3.0
Published
0.2.1
Published
0.2.0
Basic working with data.
13 Issues closed from 1 user
Closed
#6 basic JSON-REST-API
Closed
#17 Displaying Qr-Code for item data
Closed
#15 Search dialog to select row(s)
Closed
#8 Sorting table view
Closed
#7 Import/Export CSV support for model data
Closed
#16 Gather model meta data (roles, column names, data types of columns,...) in one central location (model/constants.h, model/metadata.h)
Closed
#14 Add "Edit item" dialog to change multiple values (using ItemDetailMapper)
Closed
#4 Find a way to use smart pointers with Qt's Signal-Slot-Connection
Closed
#9 Save/load model data in JSON file
Closed
#10 Undo-Stack working with model data (with "do you want to save your changes?" dialog)
Closed
#11 CRUD for model data (without undo stack)
Closed
#13 When editing model data the current data should be shown in the editor
Closed
#12 Basic table model
30 Issues created by 1 user
Opened
#1 Build & deploy Windows installer
Opened
#2 Build & deploy MacOS installer
Opened
#3 Call build script (or CMake target) without arguments
Opened
#4 Find a way to use smart pointers with Qt's Signal-Slot-Connection
Opened
#5 Notification in client if update is available
Opened
#6 basic JSON-REST-API
Opened
#7 Import/Export CSV support for model data
Opened
#8 Sorting table view
Opened
#9 Save/load model data in JSON file
Opened
#10 Undo-Stack working with model data (with "do you want to save your changes?" dialog)
Opened
#11 CRUD for model data (without undo stack)
Opened
#12 Basic table model
Opened
#13 When editing model data the current data should be shown in the editor
Opened
#14 Add "Edit item" dialog to change multiple values (using ItemDetailMapper)
Opened
#15 Search dialog to select row(s)
Opened
#16 Gather model meta data (roles, column names, data types of columns,...) in one central location (model/constants.h, model/metadata.h)
Opened
#17 Displaying Qr-Code for item data
Opened
#18 QR-Code isn't updated after changes through the ItemDetailMapper
Opened
#19 GUI: QR Code is not updated in EditDialog until index changed
Opened
#20 Build scripts continue even if a previous step failed (no proper return codes)
Opened
#21 Move .env file (with installer deploy information) into folder outside of git working-copy to avoid accidential commit of sensitive data
Opened
#22 Create script to initialize & rename application for new projects
Opened
#23 Merge applicable features/bugfixes from BeetRound commits into GQC
Opened
#24 Add TreeModel or improve TableModel to support childs
Opened
#25 Add QML UI
Opened
#26 WidgetsUI: Add ModelSummary tab
Opened
#27 Improve sync of offline and online items on GenericRestServer
Opened
#28 Add authentication to REST API
Opened
#29 Start meaningful unit testing for the model
Opened
#30 Using namespaces instead of pure static classes (WidgetHelper, FileHandler,...)?