|
Some checks failed
lint.yml / feat(admin): Owner column on All Users' Events card (pull_request) Failing after 0s
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. |
||
|---|---|---|
| .. | ||
| display.js | ||
| display.vue | ||
| index.js | ||
| index.vue | ||
| register.js | ||
| register.vue | ||
| ticket.js | ||
| ticket.vue | ||