events/static
Padreug 3606fd9a0a
Some checks failed
lint.yml / feat(admin): Owner column on All Users' Events card (pull_request) Failing after 0s
feat(admin): Owner column on All Users' Events card
Adds the event's wallet owner (user_id) as the first column of the
admin-only All Users' Events table so cross-tenant rows are
attributable at a glance. Server-side join: GET /events/all now
resolves each event.wallet -> wallet.user and stamps the result on
the response as wallet_user_id. Frontend gets a dedicated
allUsersEventsTable.columns definition so the user's own-events
table stays unchanged.

Follow-up #22 covers letting the admin actually edit those events
once attributed.
2026-05-24 18:51:51 +02:00
..
image Added video 2024-05-17 17:39:11 +01:00
js feat(admin): Owner column on All Users' Events card 2026-05-24 18:51:51 +02:00
routes.json feat: make events dynamic (#43) 2026-05-04 17:01:53 +02:00