Commit Graph

493 Commits

Author SHA1 Message Date
Donkie
166c6fa0d1 Client: Improved the lists a bit 2023-05-16 21:50:09 +02:00
Donkie
9a063fcf5d Update README.md 2023-05-16 21:06:01 +02:00
Donkie
ce5fcce7c3 Added a custom icon to client 2023-05-16 20:51:26 +02:00
Donkie
1f90d7c3b1 Client: Better spool filament select 2023-05-14 22:07:46 +02:00
Donkie
e774c15a92 Client: Packages update 2023-05-14 20:23:41 +02:00
Donkie
329c4c4675 Client: Don't hard code the API endpoint anymore 2023-05-14 20:21:25 +02:00
Donkie
77a3f65111 Client: Fixed model interfaces exports 2023-05-14 20:09:55 +02:00
Donkie
caa25ccf93 Client: Better datetime field support 2023-05-14 20:06:44 +02:00
Donkie
43919ac90e Client: Filament/Vendor selects now work 2023-05-14 20:06:17 +02:00
Donkie
8e21cd2e12 Updated Dockerfile command 2023-05-14 18:59:48 +02:00
Donkie
ecc34f3669 Added a debug mode 2023-05-14 18:54:05 +02:00
Donkie
24083b42f9 Don't expose raw exceptions to client 2023-05-14 10:01:11 +02:00
Donkie
8b4ba1f1c5 Switched to MIT license 2023-05-14 09:47:58 +02:00
Donkie
3a9bc167ae Update README.md 2023-05-14 09:45:20 +02:00
Donkie
87690b06ca Fixed find spools not working if no vendor 2023-05-10 22:32:58 +02:00
Donkie
514b23881a Disable linux/arm/v7 builds for now
Watchfiles doesn't have prebuilt wheels for this configuration, and to build it you need to install a ton of stuff that would bloat the image to hell.
2023-05-10 22:32:34 +02:00
Donkie
57420e0164 Workflow fixes 2023-05-10 21:45:08 +02:00
Donkie
3f78632208 Added release workflow 2023-05-10 21:37:25 +02:00
Donkie
639a800efa Dockerfile now builds client 2023-05-10 21:26:24 +02:00
Donkie
0269518175 Added a basic web UI 2023-05-10 21:11:10 +02:00
Donkie
1c59e0efd5 Added logging level env var 2023-05-09 21:44:25 +02:00
Donkie
ed3e30ea75 Improved compatibility with postgres 2023-05-09 20:03:19 +02:00
Donkie
d8fc5fc37b Added registered fields to all objects 2023-04-06 20:19:12 +02:00
Donkie
5e1ed54f39 Implemented first_used and last_used 2023-04-06 20:18:55 +02:00
Donkie
8a5d2e220b Spool weight now counts upwards instead
The used filament weight is now kept track of instead of remaining weight. This adds robustness to measurement errors which could accumulate and then the filament usage wouldn't get tracked anymore once the weight hit 0. Now it will just keep going.
2023-04-06 20:06:03 +02:00
Donkie
1a148c0991 Added proper support for all databases 2023-04-06 16:19:33 +02:00
Donkie
77ffab61c5 Added a basic dockerfile 2023-04-05 22:09:13 +02:00
Donkie
b51d0a3183 Implemented find queries 2023-04-05 21:29:39 +02:00
Donkie
6a58caa2ec Fixed up the find object API 2023-04-03 22:02:38 +02:00
Donkie
08cf68e937 Updated API docs 2023-04-03 21:55:23 +02:00
Donkie
497540511f Fixed removing filament with spools 2023-04-03 20:12:29 +02:00
Donkie
ada139844a Added link to the REST API docs 2023-04-03 19:29:51 +02:00
Donkie
a6f872bf69 Added docs generation 2023-04-03 19:25:27 +02:00
Donkie
6b17a43e17 Update README.md 2023-04-02 19:38:20 +02:00
Donkie
b4941cc55c Update launch.json 2023-04-02 19:38:14 +02:00
Donkie
6fd9662c42 Renamed to Spoolman
Spoolson just didn't sound that good after all
2023-04-02 19:19:15 +02:00
Donkie
c31c3dea42 Added API for using spool weight/length 2023-04-02 15:48:30 +02:00
Donkie
b3ba3c1594 Added full CRUD operations for spools 2023-04-02 14:57:59 +02:00
Donkie
7fc6b7232c Added full CRUD operations for vendors 2023-04-02 14:27:39 +02:00
Donkie
43dd74c223 Added full CRUD operations for filaments 2023-04-01 23:40:08 +02:00
Donkie
2fa91b0632 Filaments can now be created 2023-04-01 22:51:36 +02:00
Donkie
35fdd23ec0 Added some test endpoints and server configuration 2023-04-01 16:46:19 +02:00
Donkie
c9b4705b28 Added project structure and basic data models 2023-04-01 16:24:08 +02:00