Commit graph

24 commits

Author SHA1 Message Date
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 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 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 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
Simon Bruder 089657d5da
Show item class parent in listing 2024-07-11 01:16:42 +02:00
Simon Bruder 21c99a1677
Use diesel-async
This simplifies running queries, as it avoids having to use web::block
for everything.
2024-07-11 01:16:39 +02:00
Simon Bruder 775bc6ba9e
Add item classes 2024-07-11 01:16:37 +02:00
Simon Bruder ffddf2ba00
Add parent to item 2024-07-11 01:16:35 +02:00
Simon Bruder f0037b13f8
Add item update functionality 2024-07-11 01:16:34 +02:00
Simon Bruder ac70a4c119
Add frontend prototype 2024-07-11 01:16:27 +02:00