10 Commits

Author SHA1 Message Date
0feaf09d83 Auth token is stored in settings and deleted if a request is not authorized (with automatic re-login). Failed request need to be resend. 2026-05-08 14:44:40 +02:00
ceaf6b5fbd sendItem(...) & deleteItem(...) use the more generic send...Request(...) functions. (No merging of UUID of sent item into model and no deletion of local item yet.) 2026-05-04 08:16:48 +02:00
760c778c3b fetchItems() uses the more generic sendGetRequest function. 2026-05-03 09:44:32 +02:00
b76523ec75 API authentication token is read from settings and set as bearer token. 2026-04-27 08:02:17 +02:00
6adf18caeb Server settings are read from QSettings and applied if they are changed. 2026-02-03 11:17:26 +01:00
db1ecbece0 Current items can be deleted by passing the UUID to the deleteItemFromServer signal. 2026-02-02 16:15:43 +01:00
63fe96fb2e On sending (posting) item to the server the generated UUID is added to the local item. 2026-02-02 16:13:44 +01:00
bedf8084d3 Retrieving the JSON data of the current index to send to the server through the proxy model. Sending this data happens by triggering the core. 2026-01-29 13:13:32 +01:00
bc96a805f8 An item (with hard coded values) can be send to the server. Added signals for fetching and posting items to be triggered from the UI. 2026-01-29 08:54:47 +01:00
e29cd0aebf Basic JSON RESTful client fetching items from a local server at application start and adding them to the model. 2026-01-25 10:47:19 +01:00