Simon Bruder
f1945dd262
fixup! WIP CI
/ ls (push) Failing after 3m25s
2024-07-14 20:53:02 +02:00
Simon Bruder
fdf97e46de
fixup! WIP CI
/ ls (push) Failing after 12s
2024-07-14 20:52:29 +02:00
Simon Bruder
4adc767cf4
WIP CI
/ ls (push) Failing after 15s
2024-07-14 20:51:30 +02:00
Simon Bruder
6bc66daed8
Add OCI container output to flake
2024-07-14 20:51:05 +02:00
Simon Bruder
850e576cde
Use rust-embed for serving static files
2024-07-14 18:31:08 +02:00
Simon Bruder
aa50166d31
Add basic README
2024-07-14 17:36:08 +02:00
Simon Bruder
ec559b9041
Allow generating label from item (class) page
2024-07-14 16:37:23 +02:00
Simon Bruder
762d1fcad9
Generalize PageAction to allow dropdown
2024-07-14 16:37:07 +02:00
Simon Bruder
22e284c34f
Add description to item and item class
2024-07-14 15:17:04 +02:00
Simon Bruder
0db2acf408
Allow InputGroup to be non-required
2024-07-14 14:47:26 +02:00
Simon Bruder
8ddde10e37
fixup! Expose label generation to frontend
2024-07-14 14:14:24 +02:00
Simon Bruder
de8c206b9d
Configure API using proper function
2024-07-14 14:05:04 +02:00
Simon Bruder
c8de447334
Redirect to requested resource after login
2024-07-14 13:38:36 +02:00
Simon Bruder
6ad8426e7f
Fix urlencoding when jumping to unknown ID
2024-07-14 13:11:42 +02:00
Simon Bruder
13ce4d0611
Expose label generation to frontend
...
The javascript code is quite horrible, but it works ¯\_(ツ)_/¯
2024-07-14 01:28:56 +02:00
Simon Bruder
5a80201850
Add original packaging attribute to items
2024-07-13 16:16:30 +02:00
Simon Bruder
bbb57efdd2
Show associated items on item class page
2024-07-13 15:22:34 +02:00
Simon Bruder
a373647c2d
Remove duplication in function names
2024-07-13 15:12:49 +02:00
Simon Bruder
253cd9f832
Expose deletion in frontend
2024-07-13 15:05:00 +02:00
Simon Bruder
629e7ae825
Make page actions more configurable
2024-07-13 15:04:27 +02:00
Simon Bruder
7563905e66
Add authentication
2024-07-13 13:43:55 +02:00
Simon Bruder
56ebf2e376
Set default log level to info
2024-07-13 13:43:54 +02:00
Simon Bruder
2438e1e801
Display short ID on SII 650 Data Matrix label
2024-07-13 13:43:54 +02:00
Simon Bruder
e053d491d1
Add branding to labels
2024-07-13 13:43:53 +02:00
Simon Bruder
1a9f0f2e7d
label: Rename IdTextConfig to TextConfig
...
It is not specific to IDs.
2024-07-13 13:43:52 +02:00
Simon Bruder
ebbc5c0c19
Include custom build of Iosevka
2024-07-13 13:43:51 +02:00
Simon Bruder
4cf16f8944
Implement actix Responder for Label
2024-07-13 13:43:50 +02:00
Simon Bruder
ce171225be
Move inner label logic from api to label module
2024-07-13 13:43:49 +02:00
Simon Bruder
37c7def8d1
Add quick jump feature
2024-07-13 13:43:48 +02:00
Simon Bruder
98af21d4aa
Add simple search for UUID references
2024-07-12 15:44:11 +02:00
Simon Bruder
c8d547998c
Add short id to item for usage with labels
2024-07-12 00:53:46 +02:00
Simon Bruder
a6461723c5
Add useful page actions
2024-07-11 23:20:22 +02:00
Simon Bruder
49c77bfef9
Use owned strings for PageAction
2024-07-11 23:17:22 +02:00
Simon Bruder
bca21a8fe7
fixup! Allow prefilling add forms
2024-07-11 23:16:28 +02:00
Simon Bruder
a1a88591f9
Improve page action display
2024-07-11 23:07:56 +02:00
Simon Bruder
0dc09cef4f
fixup! Switch to maud for templating
2024-07-11 23:02:50 +02:00
Simon Bruder
d24a363a63
Improve checking of form with optional fields
2024-07-11 23:01:45 +02:00
Simon Bruder
fdfd90a704
Allow prefilling add forms
2024-07-11 23:01:27 +02:00
Simon Bruder
44123b52c9
Make item group value owned string
2024-07-11 23:00:55 +02:00
Simon Bruder
a698f96bbc
Fix handling of input toggle on cached form
2024-07-11 22:56:22 +02:00
Simon Bruder
375fa7740e
Add creation date to allow consistent ordering
2024-07-11 21:50:03 +02:00
Simon Bruder
f030d16d09
Switch to sqlx
...
While diesel has a native rust interface, writing more complex queries
is easier when you can just pass a SQL query string.
2024-07-11 17:25:01 +02:00
Simon Bruder
52fcda5cfe
Show children in item class details
2024-07-11 13:50:59 +02:00
Simon Bruder
de65452a01
Simplify item class model
...
Whether an item class is generic or specific can be deduced from whether
a parent exists or not.
While the SQL migration (especially the down direction) is quite
complex, it simplifies the handling quite a bit.
2024-07-11 13:25:09 +02:00
Simon Bruder
4a2dc721d4
Switch to maud for templating
2024-07-11 01:17:04 +02:00
Simon Bruder
11be165f6d
Use nightly rust for development
2024-07-11 01:17:01 +02:00
Simon Bruder
38e36482d0
Fix editing item class
...
This diesel attribute was set in an earlier (unrelated) commit for
NewItem, but not NewItemClass.
2024-07-11 01:16:45 +02:00
Simon Bruder
c4a73204aa
Make item name optional
...
This vastly changes how item names are displayed. To make this more
ergonomic, it adds some helper macros. This also aids in adhering to
DRY.
2024-07-11 01:16:45 +02:00
Simon Bruder
5147257e72
Show direct children for item
2024-07-11 01:16:44 +02:00
Simon Bruder
b736eba0a0
Show parent hierarchy in item list and details
2024-07-11 01:16:43 +02:00