Added Meta Data to Orders and made the frontend english

This commit is contained in:
2026-05-26 17:53:30 +02:00
parent 8bc4691992
commit 929969d03a
4 changed files with 156 additions and 41 deletions
+3
View File
@@ -15,6 +15,9 @@ type OrderImage struct {
type Order struct {
ID string `json:"id"`
Name string `json:"name,omitempty"`
Printed bool `json:"printed"`
Shipped bool `json:"shipped"`
Ref string `json:"ref,omitempty"`
Images []OrderImage `json:"images"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`