Filament structure question
I’m a hobby coder. I’ve talked to two potential paid helpers for this phase of my Filament project and I’m not sure about their answers.
Here is what I’m trying to accomplish:
An /admin page for the user. The admin page will list (among other things) specific user’s game_instances. The user can be playing multiple games at the same time, all self-contained.
When the user selects a game_instance (action), they are taken to a separate page for that game (I think of it, probably incorrectly, as an admin panel for that game).
Each game_instance will use the same Filament Resources (so I don’t need different pages for each game). The page will show only that specific user’s Resources (for that specific game) and allow basic CRUD operations.
QUESTION: Does the game_instance page need to be a custom-built page? (As opposed to setting up another basic panel—which I haven’t been able to get working.)
Here is what I’m trying to accomplish:
An /admin page for the user. The admin page will list (among other things) specific user’s game_instances. The user can be playing multiple games at the same time, all self-contained.
When the user selects a game_instance (action), they are taken to a separate page for that game (I think of it, probably incorrectly, as an admin panel for that game).
Each game_instance will use the same Filament Resources (so I don’t need different pages for each game). The page will show only that specific user’s Resources (for that specific game) and allow basic CRUD operations.
QUESTION: Does the game_instance page need to be a custom-built page? (As opposed to setting up another basic panel—which I haven’t been able to get working.)