• Joined on 2024-05-28
bent pushed to develop at bent/GenericRestServer 2026-04-22 10:33:06 +02:00
b077a1c81c Users can access their items via API. Authentication via API token. No public access to items.
6076654aa4 After 'mix phx.gen.json Items Item items name:string description:string info:string amount:integer factor:float type:string --no-context --no-schema'.
851665ef60 After 'mix phx.gen.live Items Item items name:string description:string info:string amount:integer factor:float type:string'
e930c742b5 Added timeout to flash messages.
0a07cdf5d2 After 'mix phx.gen.auth Accounts User users'.
Compare 5 commits »
bent created branch main in bent/GenericRestServer 2026-04-21 12:23:19 +02:00
bent pushed to main at bent/GenericRestServer 2026-04-21 12:23:19 +02:00
bent created branch develop in bent/GenericRestServer 2026-04-21 12:22:50 +02:00
bent pushed to develop at bent/GenericRestServer 2026-04-21 12:22:50 +02:00
7f840bbf0d After 'mix phx.new generic_rest_server --binary-id --no-install'
6cfd57c3d6 initial commit
bent created repository bent/GenericRestServer 2026-04-21 12:22:27 +02:00
bent pushed to develop at bent/GenericQtClient 2026-04-08 17:29:18 +02:00
b8c63533f3 Improvement list:
de1679e1dc Optional header support when importing from CSV file.
Compare 2 commits »
bent pushed to develop at bent/GenericQtClientCore 2026-04-08 17:29:13 +02:00
0a2b0d840b Added NUMBER_ROLES to metadata.h for use in GUI source code.
54d537dc9b Roles can now be declared read-only. First read-only role: IdRole
a9a4b39da1 Don't set missing model item values to default value from JSON object.
5b62f9461b CSV import has now support for optional columns.
Compare 4 commits »
bent pushed to develop at bent/GenericQtClientWidgets 2026-04-08 17:29:04 +02:00
6408eaa10a Refactored the creation of control widgets.
24192df5d6 Using the new SpinBoxDelegate in int and double columns even if the cell is empty.
c7b0e4f3e5 Removed status message which overwrites message from the core on CSV import.
Compare 3 commits »
bent pushed to develop at bent/GenericQMLApp 2026-04-08 17:29:00 +02:00
28f9de31d5 Clean up and formatting.
61ae4fc02c Disabling unnecessary function when undo stack's cleanness changed.
Compare 2 commits »
bent opened issue bent/GenericQtClient#30 2026-04-02 09:49:30 +02:00
Using namespaces instead of pure static classes (WidgetHelper, FileHandler,...)?
bent opened issue bent/GenericQtClient#29 2026-03-14 12:22:02 +01:00
Start meaningful unit testing
bent opened issue bent/GenericQtClient#28 2026-03-14 09:41:22 +01:00
Add authentication to REST API
bent opened issue bent/GenericQtClient#27 2026-03-14 09:40:11 +01:00
Push/Pull item to/from a GenericRestServer
bent opened issue bent/GenericQtClient#26 2026-03-14 09:37:50 +01:00
WidgetsUI: Add ModelSummary tab
bent reopened issue bent/GenericQtClient#25 2026-03-14 09:36:44 +01:00
Add QML UI
bent closed issue bent/GenericQtClient#25 2026-03-14 09:36:39 +01:00
Add QML UI
bent opened issue bent/GenericQMLApp#1 2026-03-10 16:59:18 +01:00
In expanded item delegate: Type value in combo box is not been updated due to undo/redo step
bent pushed to develop at bent/GenericQMLApp 2026-03-09 15:50:09 +01:00
f5efa975c6 When trying to close the application changes can be saved, discarded or the exit can be canceled via dialog.
bent pushed to develop at bent/GenericQtClientCore 2026-03-09 15:50:04 +01:00
5530aff2f3 Converting saveItems() into a public slot to be invokable from QML.